[SM-Commit] GIT changes to master grimoire by Jaka Kranjc (4d12b9f6477c0c704e9ca279401182d8807b553b)

Jaka Kranjc scm at mail.sourcemage.org
Thu Nov 9 16:01:09 EST 2006


GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx at sourcemage.org>:

 x11/pypanel/DEPENDS |    9 ++++++++-
 x11/pypanel/DETAILS |    4 ++--
 x11/pypanel/HISTORY |    6 ++++++
 3 files changed, 16 insertions(+), 3 deletions(-)

New commits:
commit 4d12b9f6477c0c704e9ca279401182d8807b553b
Author: Jaka Kranjc <lynxlynxlynx at sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx at sourcemage.org>

    pypanel
    fix #10811 - update to 2.4
    added missing dependencies

diff --git a/x11/pypanel/DEPENDS b/x11/pypanel/DEPENDS
index 9ff98e2..0a97e41 100755
--- a/x11/pypanel/DEPENDS
+++ b/x11/pypanel/DEPENDS
@@ -1 +1,8 @@
-depends python-xlib
+depends python-xlib &&
+depends imlib2 &&
+
+if check_if_xorg_modular_libs gtk+; then
+  optional_depends libxft "" "" "for font type and colors support"
+else
+  optional_depends X11-LIBS "" "" "for font type and colors support"
+fi
diff --git a/x11/pypanel/DETAILS b/x11/pypanel/DETAILS
index ef5238b..df9a1ae 100755
--- a/x11/pypanel/DETAILS
+++ b/x11/pypanel/DETAILS
@@ -1,9 +1,9 @@
            SPELL=pypanel
-         VERSION=2.2
+         VERSION=2.4
           SOURCE=PyPanel-$VERSION.tar.gz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/PyPanel-$VERSION
    SOURCE_URL[0]=$SOURCEFORGE_URL/pypanel/$SOURCE
-     SOURCE_HASH=sha512:954c845d8c1dad7e181f58c8ade2176f85d246a4184ee29bd3dee6681c4c389198a5383ca7f6258630f0d76d80d7d151e11f014010ee637fafd3342295b264e9
+     SOURCE_HASH=sha512:acda16cbf4f725ee3f0e97e11f04177fc819f6c09d0bcc864c9de1fc0c1bc0bfe2593233e5b8b85399ad41bc07763ad87d7045bac4dece9dc15d6eaf3136895e
         WEB_SITE=http://pypanel.sourceforge.net/
       LICENSE[0]=GPL
          ENTERED=20040709
diff --git a/x11/pypanel/HISTORY b/x11/pypanel/HISTORY
index 87d8f2a..96fbe61 100644
--- a/x11/pypanel/HISTORY
+++ b/x11/pypanel/HISTORY
@@ -1,3 +1,9 @@
+2006-11-08 Jaka Kranjc <lynxlynxlynx at sourcemage.org>
+	* DEPENDS: added imlib2 and optional libxft/X11-LIBS
+
+2006-11-08 Stephan Erb <steve-e at h3c.de>
+	* DETAILS: Updated to 2.4 #10811
+
 2006-10-03 Juuso Alasuutari <iuso at sourcemage.org>
 	* DETAILS: [automated] Removed UPDATED.
 



More information about the SM-Commit mailing list