diff options
author | Josiah Boothby <josiahb@gmail.com> | 2014-12-16 00:25:12 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-12-16 00:25:12 +0700 |
commit | 91c0a4b7c91e202154c29cb3b69b9c784e730769 (patch) | |
tree | 2f25d35c1da56ba0d81e7eb7ed756fe14e889ab1 /desktop/e16 | |
parent | 25d2290361f761dcb09b63b0cce2b0202240c4b3 (diff) | |
download | slackbuilds-91c0a4b7c91e202154c29cb3b69b9c784e730769.tar.gz |
desktop/e16: Updated for version 1.0.15.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/e16')
-rw-r--r-- | desktop/e16/e16.SlackBuild | 5 | ||||
-rw-r--r-- | desktop/e16/e16.info | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/desktop/e16/e16.SlackBuild b/desktop/e16/e16.SlackBuild index 5f839aa7ab..ad7959cf11 100644 --- a/desktop/e16/e16.SlackBuild +++ b/desktop/e16/e16.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=e16 -VERSION=${VERSION:-1.0.13} +VERSION=${VERSION:-1.0.15} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -138,6 +138,9 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done +# Install xinitrc +install -D -m 0755 $CWD/xinitrc.e16 $PKG/etc/X11/xinit/xinitrc.e16 + # Documentation mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cd $TMP/$PRGNAM-$VERSION diff --git a/desktop/e16/e16.info b/desktop/e16/e16.info index 63fac8d490..b6e65a30f3 100644 --- a/desktop/e16/e16.info +++ b/desktop/e16/e16.info @@ -1,10 +1,10 @@ PRGNAM="e16" -VERSION="1.0.13" +VERSION="1.0.15" HOMEPAGE="http://www.enlightenment.org/p.php?p=about/e16" -DOWNLOAD="http://downloads.sourceforge.net/project/enlightenment/e16/1.0.13/e16-1.0.13.tar.gz \ +DOWNLOAD="http://downloads.sourceforge.net/project/enlightenment/e16/1.0.15/e16-1.0.15.tar.gz \ http://downloads.sourceforge.net/project/enlightenment/e16-themes/1.0.1/e16-themes-1.0.1.tar.gz \ http://downloads.sourceforge.net/project/enlightenment/e16-docs/0.16.8.0.2/e16-docs-0.16.8.0.2.tar.gz" -MD5SUM="9f33c0962ae8dd4f2a0091e031c54667 \ +MD5SUM="a3ab3a965d73109b4a929368b5cd4ae7 \ bbd9cfd969610c29c7627c2ba1ce3094 \ 46bcdcc5cdad76159923671cfcea93f9" DOWNLOAD_x86_64="" @@ -12,4 +12,3 @@ MD5SUM_x86_64="" REQUIRES="imlib2" MAINTAINER="Josiah Boothby" EMAIL="josiahb@gmail.com" - |