diff options
author | Thomas Penteker <tek@serverop.de> | 2016-05-31 00:25:09 +0200 |
---|---|---|
committer | Thomas Penteker <tek@serverop.de> | 2016-05-31 00:25:09 +0200 |
commit | bba343d28774a7fa9219a87e04ddea4e92d03ac2 (patch) | |
tree | 7488cbb11e51eecb5147c077b2c2562bd659063b | |
parent | 5e2ab655099fdab3beac845389cc195ef8078e53 (diff) | |
download | contrib-bba343d28774a7fa9219a87e04ddea4e92d03ac2.tar.gz contrib-bba343d28774a7fa9219a87e04ddea4e92d03ac2.tar.xz |
xlockmore: 5.46 -> 5.47
-rw-r--r-- | xlockmore/.md5sum | 2 | ||||
-rw-r--r-- | xlockmore/Pkgfile | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/xlockmore/.md5sum b/xlockmore/.md5sum index e067da8bd..0dae23e00 100644 --- a/xlockmore/.md5sum +++ b/xlockmore/.md5sum @@ -1 +1 @@ -068b9c2bfbcdd02461edbac4d729cd27 xlockmore-5.46.tar.xz +d059df32d1673ce5a434a98a49606f3b xlockmore-5.47.tar.xz diff --git a/xlockmore/Pkgfile b/xlockmore/Pkgfile index 9b813339a..a9fb19437 100644 --- a/xlockmore/Pkgfile +++ b/xlockmore/Pkgfile @@ -5,7 +5,7 @@ # Depends on: gtk, fortune name=xlockmore -version=5.46 +version=5.47 release=1 source=(http://www.tux.org/~bagleyd/xlock/xlockmore-$version.tar.xz) @@ -13,8 +13,7 @@ build(){ cd $name-$version ./configure --prefix=/usr --enable-vtlock --enable-syslog \ --enable-multiple-user --enable-multiple-root \ - --disable-magick --without-motif --with-opengl \ - --without-esound + --without-motif --with-opengl --without-esound make make prefix=$PKG/usr xapploaddir=$PKG/etc/X11/app-defaults install if [ -d $PKG/usr/lib ]; then |