[Lunar-commits] <moonbase> gtk+-2: This is a little simpler and falls in line with discussion;
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Sun Oct 23 15:07:13 CEST 2011
commit ee78f3a1512e86eff90a15dcb32d840f74eb8ded
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Sun Oct 23 09:07:13 2011 -0400
gtk+-2: This is a little simpler and falls in line with discussion;
http://foo-projects.org/pipermail/lunar-dev/2011-June/007235.html
So if you want to do a lin -w on this module it goes like this;
lget -w 24.0 gtk+-2
A more bash-foo-ologist may have a better method than this.
---
graphics/gtk+-2/DETAILS | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/graphics/gtk+-2/DETAILS b/graphics/gtk+-2/DETAILS
index 5a47c9f..b6f31e7 100644
--- a/graphics/gtk+-2/DETAILS
+++ b/graphics/gtk+-2/DETAILS
@@ -1,11 +1,10 @@
MODULE=gtk\+-2
- MAJOR=2.24
VERSION=24.7
SOURCE=$MODULE.$VERSION.tar.bz2
SOURCE2=$MODULE-xid_collision.patch.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE.$VERSION
- SOURCE_URL[0]=$GNOME_URL/sources/gtk+/$MAJOR
- SOURCE_URL[1]=ftp://ftp.gtk.org/pub/gtk/v$MAJOR
+ SOURCE_URL[0]=$GNOME_URL/sources/gtk+/${MODULE#*-}.${VERSION%.*}
+ SOURCE_URL[1]=ftp://ftp.gtk.org/pub/gtk/${MODULE#*-}.${VERSION%.*}
SOURCE2_URL=$PATCH_URL
SOURCE_VFY=sha1:0b0e39f4c0030c783ff3e454d1761d3a054f1b74
SOURCE2_VFY=sha1:dc7b63303a1c07c2457a41d5646475856febe0bc
More information about the Lunar-commits
mailing list