mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
desktop/e16: Updated for version 1.0.15.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
25d2290361
commit
91c0a4b7c9
2 changed files with 7 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue