[Lunar-commits] CVS: moonbase/ftp/gtk-gnutella BUILD, 1.1,
1.2 DETAILS, 1.13, 1.14
Nick Hudson
nhudson at lunar-linux.org
Thu Apr 7 04:31:59 UTC 2005
- Previous message: [Lunar-commits] CVS: moonbase/shells/zsh DETAILS,1.7,1.8
- Next message: [Lunar-commits] CVS: theedge/etc/lunar/mirrors GNOME, 1.7, 1.8 GNU,
1.2, 1.3 KDE, 1.2, 1.3 KERNEL, 1.1.1.1, 1.2 LRESORT, 1.9,
1.10 SFORGE, 1.6, 1.7 XFREE86, 1.1.1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/cvs/lunar/moonbase/ftp/gtk-gnutella
In directory espresso.foo-projects.org:/tmp/cvs-serv6368
Modified Files:
BUILD DETAILS
Log Message:
Adding a patch to gtk-gnutella so that it will build with gtk+-2.6.0 and fixing the BUILD file so that it will install a .desktop file with the png's to the correct location.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/ftp/gtk-gnutella/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD 14 Dec 2003 23:17:01 -0000 1.1
+++ BUILD 7 Apr 2005 04:31:56 -0000 1.2
@@ -1,12 +1,15 @@
(
- OPTS="$OPTS --enable-gtk2 --disable-gtk"
+ patch_it $SOURCE2 1 &&
# shoot metaconfig in the head please:
- ./Configure -de \
+ ./Configure -ders\
-D gtkversion=2 \
-D prefix=/usr \
-D installbin=/usr/bin \
- -D installprivlib=/usr/lib/gtk-gnutella &&
- default_make
+ -D remotectrl=y &&
+ default_make &&
+
+ /usr/bin/install -c $MODULE.desktop /usr/share/applications &&
+ for i in `find . -name png`; do /usr/bin/install -c $i /usr/share/pixmaps/; done
) > $C_FIFO 2>&1
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/ftp/gtk-gnutella/DETAILS,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- DETAILS 9 Jan 2005 02:36:25 -0000 1.13
+++ DETAILS 7 Apr 2005 04:31:56 -0000 1.14
@@ -1,11 +1,14 @@
MODULE=gtk-gnutella
VERSION=0.95
SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE2=$MODULE-$VERSION.patch
SOURCE_URL=$SFORGE_URL/$MODULE/
SOURCE_VFY=sha1:38be3abced5add254f7a0fff88b7e7e1d0e47fa8
+ SOURCE2_URL=$PATCH_URL/
+ SOURCE2_VFY=sha1:617d987d55666a44e38dce61c60731d7b8bc1b98
WEB_SITE=http://gtk-gnutella.sourceforge.net
ENTERED=20011022
- UPDATED=20050108
+ UPDATED=20050407
SHORT="A peer-to-peer program"
cat << EOF
Gtk-Gnutella is a clone of Gnutella (see gnutella.wego.com).
- Previous message: [Lunar-commits] CVS: moonbase/shells/zsh DETAILS,1.7,1.8
- Next message: [Lunar-commits] CVS: theedge/etc/lunar/mirrors GNOME, 1.7, 1.8 GNU,
1.2, 1.3 KDE, 1.2, 1.3 KERNEL, 1.1.1.1, 1.2 LRESORT, 1.9,
1.10 SFORGE, 1.6, 1.7 XFREE86, 1.1.1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Lunar-commits
mailing list