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

George Sherwood scm at sourcemage.org
Tue Aug 17 20:56:15 EDT 2010


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";;



More information about the SM-Commit mailing list