Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (246a41df8ef085b5aa0f7d5520fa94d56af006d7)
  • Date: Sat, 20 Sep 2008 09:13:06 -0500

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



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (246a41df8ef085b5aa0f7d5520fa94d56af006d7), Treeve Jelbert, 09/20/2008

Archive powered by MHonArc 2.6.24.

Top of Page