[Lunar-commits] <moonbase-xorg> xscreensaver: version bump and adjusting the BUILD.
Dennis Veatch
dennisveatch at bellsouth.net
Sat Sep 6 19:19:07 CEST 2014
commit 5f6d76f2309530364f51570af303c160ef7b6234
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Sat, 09 Aug 2014 11:38:10 -0400
URL: https://github.com/lunar-linux/moonbase-xorg/commit/5f6d76f2309530364f51570af303c160ef7b6234
xscreensaver: version bump and adjusting the BUILD.
---
app/xscreensaver/BUILD | +10/-3
app/xscreensaver/DETAILS | +4/-4
2 files changed, 14 insertions(+), 7 deletions(-)
--- a/app/xscreensaver/BUILD
+++ b/app/xscreensaver/BUILD
@@ -5,12 +5,16 @@
OPTS+=" --with-pam --without-shadow"
fi &&
- OPTS+=" --without-kerberos \
+ OPTS+=" --prefix=/usr \
+ --without-kerberos \
--with-dpms-ext \
--with-xf86vmode-ext \
--with-xf86gamma-ext \
- --with-proc-interrupts \
--without-pixbuf \
+ --with-proc-interrupts \
+ --with-pthread \
+ --with-xshm-ext \
+ --disable-nls \
--enable-locking" &&
# this is a harmless debugging line and AF_LINK is currently undefined over here
@@ -18,6 +22,9 @@
# remove unnecessary #endif
sedit '597d' hacks/glx/sonar-icmp.c &&
- default_build
+# Else it tanks on pthread stuff
+ LIBS=-lpthread ./configure $OPTS &&
+
+ default_make
) > $C_FIFO 2>&1
--- a/app/xscreensaver/DETAILS
+++ b/app/xscreensaver/DETAILS
@@ -1,11 +1,11 @@
MODULE=xscreensaver
- VERSION=5.26
+ VERSION=5.29
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=http://www.jwz.org/$MODULE
- SOURCE_VFY=sha1:8055822b661733e68550872a4ae6b6129c0b73fc
+ SOURCE_URL=http://www.jwz.org/xscreensaver/
+ SOURCE_VFY=sha1:a27a10c6eed024c458e927ee0dc1e6cb306d3335
WEB_SITE=http://www.jwz.org/xscreensaver
ENTERED=20010922
- UPDATED=20131215
+ UPDATED=20140728
SHORT="A modular screen saver and locker for X"
cat << EOF
More information about the Lunar-commits
mailing list