[SM-Commit] GIT changes to master grimoire by Treeve Jelbert (246a41df8ef085b5aa0f7d5520fa94d56af006d7)

Treeve Jelbert scm at sourcemage.org
Sat Sep 20 10:13:06 EDT 2008


GIT changes to master grimoire by Treeve Jelbert <treeve at sourcemage.org>:

 kde4/kdeutils4/CONFIGURE |    1 +
 kde4/kdeutils4/DEPENDS   |    8 ++++++--
 kde4/kdeutils4/HISTORY   |    6 +++++-
 3 files changed, 12 insertions(+), 3 deletions(-)

New commits:
commit 5552096551566f562c99f98837d7981a6a9c7efe
Author: Treeve Jelbert <treeve at sourcemage.org>
Commit: Treeve Jelbert <treeve at sourcemage.org>

    kdeutils4 - CUPS support

diff --git a/kde4/kdeutils4/CONFIGURE b/kde4/kdeutils4/CONFIGURE
index 3e2e1ef..7e9723f 100755
--- a/kde4/kdeutils4/CONFIGURE
+++ b/kde4/kdeutils4/CONFIGURE
@@ -1 +1,2 @@
 source  $SECTION_DIRECTORY/KDE_CONFIGURE
+config_query KDE_CUPS 'build CUPS applet?' y
diff --git a/kde4/kdeutils4/DEPENDS b/kde4/kdeutils4/DEPENDS
index 060ad93..b1bcf32 100755
--- a/kde4/kdeutils4/DEPENDS
+++ b/kde4/kdeutils4/DEPENDS
@@ -1,8 +1,12 @@
 source  $SECTION_DIRECTORY/KDE_DEPENDS  &&
 depends kdepimlibs4  &&
-optional_depends  kdebindings4 '' '' 'for printer-applet' &&
 optional_depends  gmp    '' '' 'to build kalc'         &&
-optional_depends  python '' '' 'to build SuperKaramba' &&
+if [[ $KDE_CUPS = y ]] ;then
+  depends kdebindings4  &&
+  depends pycups
+else
+  optional_depends  python '' '' 'to build SuperKaramba' &&
+fi &&
 optional_depends  tpctl  '' '' 'ThinkPad support'      &&
 optional_depends  libarchive '' '' 'support various archive formats' &&
 optional_depends  libzip '' '' 'manipulate ZIP files'
diff --git a/kde4/kdeutils4/HISTORY b/kde4/kdeutils4/HISTORY
index 40b7cca..4b772c4 100644
--- a/kde4/kdeutils4/HISTORY
+++ b/kde4/kdeutils4/HISTORY
@@ -1,6 +1,10 @@
+2008-09-20 Treeve Jelbert <treeve at sourcemage.org>
+	* CONFIGURE: ask about CUPS support
+        * DEPENDS: add kdebindings4, pycups
+
 2008-09-19 Treeve Jelbert <treeve at sourcemage.org>
 	* DETAILS: version 4.1.67
-	* DEPENDS: add optional libarchive, kdebindings4
+	* DEPENDS: add optional libarchive
 
 2008-09-16 Treeve Jelbert <treeve at sourcemage.org>
 	* DETAILS: version 4.1.66



More information about the SM-Commit mailing list