Skip to content

Commit

Permalink
xscreensaver: version bump and adjusting the BUILD.
Browse files Browse the repository at this point in the history
  • Loading branch information
stumbles committed Aug 9, 2014
1 parent 5cb2de0 commit 5f6d76f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
13 changes: 10 additions & 3 deletions app/xscreensaver/BUILD
Expand Up @@ -5,19 +5,26 @@
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
sedit '/AF_LINK/d' hacks/glx/sonar-icmp.c &&
# 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
8 changes: 4 additions & 4 deletions 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
Expand Down

0 comments on commit 5f6d76f

Please sign in to comment.