diff options
-rw-r--r-- | system/lxdm/lxdm.SlackBuild | 5 | ||||
-rw-r--r-- | system/lxdm/lxdm.info | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/system/lxdm/lxdm.SlackBuild b/system/lxdm/lxdm.SlackBuild index ef3b1f6e24..bfeee5bfed 100644 --- a/system/lxdm/lxdm.SlackBuild +++ b/system/lxdm/lxdm.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for lxdm # Copyright 2010,2011 Robby Workman, Northport, Alabama, USA +# Copyright 2012-2015 Matteo Bernardini, Pisa, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=lxdm -VERSION=${VERSION:-20140103_b8b08e5} +VERSION=${VERSION:-0.5.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -65,7 +66,7 @@ cd $PRGNAM-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ - -o -perm 511 \) -exec chmod 755 {} \; -o \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; diff --git a/system/lxdm/lxdm.info b/system/lxdm/lxdm.info index ea7cd1baae..597b823543 100644 --- a/system/lxdm/lxdm.info +++ b/system/lxdm/lxdm.info @@ -1,8 +1,8 @@ PRGNAM="lxdm" -VERSION="20140103_b8b08e5" +VERSION="0.5.1" HOMEPAGE="http://lxde.org/" -DOWNLOAD="http://ponce.cc/slackware/sources/repo/lxde/lxdm-20140103_b8b08e5.tar.xz" -MD5SUM="d02de3a54f518b3dcfe8979b042e5537" +DOWNLOAD="http://downloads.sf.net/lxdm/lxdm-0.5.1.tar.xz" +MD5SUM="9e03ce5f6d303bc9b689732401934dc6" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |