[Lunar-commits] CVS: moonbase/x11-utils/root-tail BUILD, 1.3,
1.4 DETAILS, 1.6, 1.7
Moritz Heiber
moe at lunar-linux.org
Mon Dec 13 16:21:52 UTC 2004
Update of /var/cvs/lunar/moonbase/x11-utils/root-tail
In directory espresso.foo-projects.org:/tmp/cvs-serv22131
Modified Files:
BUILD DETAILS
Log Message:
root-tail rocks! And now it is even working with the
nautilus and xfdesktop.
* Added two patches to make root-tail set the background
NETWM hint correctly
* Make use of xmkmf to generate Makefiles for root-tail
(as stated in the README)
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/x11-utils/root-tail/BUILD,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- BUILD 19 Oct 2004 13:06:41 -0000 1.3
+++ BUILD 13 Dec 2004 16:21:49 -0000 1.4
@@ -1,9 +1,8 @@
(
+ patch_it $SOURCE2 0 &&
+ patch_it $SOURCE3 1 &&
- gcc $CFLAGS -o root-tail root-tail.c -L/usr/X11R6/lib -lXt &&
- prepare_install &&
- mkdir -p /usr/bin/ /usr/share/man/man1/ &&
- install -m755 root-tail /usr/bin/ &&
- install -m644 root-tail.man /usr/share/man/man1/root-tail.1
+ /usr/X11/bin/xmkmf -a &&
+ default_make
) > $C_FIFO 2>&1
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/x11-utils/root-tail/DETAILS,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- DETAILS 19 Oct 2004 13:06:41 -0000 1.6
+++ DETAILS 13 Dec 2004 16:21:49 -0000 1.7
@@ -1,7 +1,11 @@
MODULE=root-tail
VERSION=1.2
SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE2=roottail-1.2.c89.diff
+ SOURCE3=roottail-1.2+xfce.diff
SOURCE_URL=http://www.goof.com/pcg/marc/data/
+ SOURCE2_URL=http://bmp-plugins.berlios.de/misc/patches/
+ SOURCE3_URL=http://bmp-plugins.berlios.de/misc/patches/
WEB_SITE=http://www.goof.com/pcg/marc/root-tail.html
ENTERED=20031115
UPDATED=20041019
More information about the Lunar-commits
mailing list