Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4280fab3f5dd2651bee47fb5ff4f76d18cb739c4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4280fab3f5dd2651bee47fb5ff4f76d18cb739c4)
  • Date: Mon, 1 Aug 2011 14:57:23 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

x11-toolkits/gtk+/BUILD | 2 --
x11-toolkits/gtk+/DEPENDS | 15 +++++++++++++--
x11-toolkits/gtk+/DETAILS | 7 +++----
x11-toolkits/gtk+/HISTORY | 6 ++++++
x11-toolkits/gtk+/PRE_BUILD | 4 ++++
5 files changed, 26 insertions(+), 8 deletions(-)

New commits:
commit 4280fab3f5dd2651bee47fb5ff4f76d18cb739c4
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

gtk+: corrected dependencies

diff --git a/x11-toolkits/gtk+/BUILD b/x11-toolkits/gtk+/BUILD
deleted file mode 100755
index c5a5e5d..0000000
--- a/x11-toolkits/gtk+/BUILD
+++ /dev/null
@@ -1,2 +0,0 @@
-patch -p0 < $SCRIPT_DIRECTORY/config.sub.patch &&
-default_build
diff --git a/x11-toolkits/gtk+/DEPENDS b/x11-toolkits/gtk+/DEPENDS
index 8da15a6..b34f34d 100755
--- a/x11-toolkits/gtk+/DEPENDS
+++ b/x11-toolkits/gtk+/DEPENDS
@@ -1,2 +1,13 @@
-depends glib &&
-depends xorg-libs
+depends glib &&
+depends libx11 &&
+depends libxext &&
+
+optional_depends libsm \
+ "--enable-shm" \
+ "--disable-shm" \
+ "for shared memory support" &&
+
+optional_depends gettext \
+ "--enable-nls" \
+ "--disable-nls" \
+ "for Native Language Support"
diff --git a/x11-toolkits/gtk+/DETAILS b/x11-toolkits/gtk+/DETAILS
index bffc09d..e6d710c 100755
--- a/x11-toolkits/gtk+/DETAILS
+++ b/x11-toolkits/gtk+/DETAILS
@@ -1,16 +1,15 @@
- SPELL=gtk\+
+ SPELL=gtk+
VERSION=1.2.10
SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=ftp://ftp.gtk.org/pub/gtk/v1.2/$SOURCE

SOURCE_HASH=sha512:6a05062520954287b0e24a95169d18c216145ee79d1fa7f54222db32c8e39e011e3dc49886d3bc4de1cc1ebd71f5744e41891cde8d5c2759f637e71c390a235f
LICENSE[0]=LGPL
WEB_SITE=http://www.gtk.org
ENTERED=20010922
KEYWORDS="x11 libs"
- SHORT="gtk+ is a multi-platform toolkit for creating GUIs."
+ SHORT="multi-platform toolkit for creating GUIs"
cat << EOF
-GTK+
GTK, which stands for the Gimp ToolKit, is a library for creating
graphical user interfaces. It is designed to be small and efficient, but
still flexible enough to allow the programmer freedom in the interfaces
diff --git a/x11-toolkits/gtk+/HISTORY b/x11-toolkits/gtk+/HISTORY
index 8b341e3..c78b555 100644
--- a/x11-toolkits/gtk+/HISTORY
+++ b/x11-toolkits/gtk+/HISTORY
@@ -1,3 +1,9 @@
+2011-08-01 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: quoting paths
+ * DEPENDS: corrected dependencies -- killed xorg-libs, see #14699
+ * BUILD: removed
+ * PRE_BUILD: added, patches are applied here
+
2008-03-18 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS: Switch X11-LIBS to the one and only xorg-libs

diff --git a/x11-toolkits/gtk+/PRE_BUILD b/x11-toolkits/gtk+/PRE_BUILD
new file mode 100755
index 0000000..2039c61
--- /dev/null
+++ b/x11-toolkits/gtk+/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+patch -p0 < "$SPELL_DIRECTORY/config.sub.patch"



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4280fab3f5dd2651bee47fb5ff4f76d18cb739c4), Vlad Glagolev, 08/01/2011

Archive powered by MHonArc 2.6.24.

Top of Page