Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (40c97576c05b069eab16358c5dfa5ec2b04a6f33)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (40c97576c05b069eab16358c5dfa5ec2b04a6f33)
  • Date: Tue, 17 Aug 2010 19:56:15 -0500

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

x11-libs/cairo/HISTORY | 2 ++
x11-libs/cairo/PRE_SUB_DEPENDS | 1 +
x11-libs/cairo/SUB_DEPENDS | 2 ++
3 files changed, 5 insertions(+)

New commits:
commit 40c97576c05b069eab16358c5dfa5ec2b04a6f33
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

cairo: Added sub_depends for devel version

diff --git a/x11-libs/cairo/HISTORY b/x11-libs/cairo/HISTORY
index 0e005ff..753bdef 100644
--- a/x11-libs/cairo/HISTORY
+++ b/x11-libs/cairo/HISTORY
@@ -1,5 +1,7 @@
2010-08-17 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: Updated devel to version 1.9.14
+ * PRE_SUB_DEPENDS: Added option for devel version
+ * SUB_DEPENDS: Added option for devel version

2010-07-09 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: reverted stable to 1.8.8; 1.8.10 has been detected buggy
for
diff --git a/x11-libs/cairo/PRE_SUB_DEPENDS b/x11-libs/cairo/PRE_SUB_DEPENDS
index 969c351..75946d1 100755
--- a/x11-libs/cairo/PRE_SUB_DEPENDS
+++ b/x11-libs/cairo/PRE_SUB_DEPENDS
@@ -1,4 +1,5 @@
case $THIS_SUB_DEPENDS in
+ CAIRO_DEVEL) if [[ "$CAIRO_DEVEL" == "y" ]]; then return 0; fi;;
PDF) [[ -f "$INSTALL_ROOT/usr/include/cairo/cairo-pdf.h" ]];;
XCB) is_depends_enabled $SPELL xcb-util;;
PNG) is_depends_enabled $SPELL libpng;;
diff --git a/x11-libs/cairo/SUB_DEPENDS b/x11-libs/cairo/SUB_DEPENDS
index 322a4dd..c592450 100755
--- a/x11-libs/cairo/SUB_DEPENDS
+++ b/x11-libs/cairo/SUB_DEPENDS
@@ -1,4 +1,6 @@
case $THIS_SUB_DEPENDS in
+ CAIRO_DEVEL) echo "Devel release needed, forcing it." &&
+ CAIRO_DEVEL="y" ;;
PDF) return 0;;
XCB) message "Cairo with XCB support requested, forcing xcb-util
dependency" &&
depends xcb-util "--enable-xcb";;



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (40c97576c05b069eab16358c5dfa5ec2b04a6f33), George Sherwood, 08/17/2010

Archive powered by MHonArc 2.6.24.

Top of Page