mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
development/diffuse: Updated for version 0.4.8.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
328090635f
commit
38caaf0088
3 changed files with 9 additions and 12 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
|
||||
PRGNAM=diffuse
|
||||
VERSION=${VERSION:-0.4.7}
|
||||
VERSION=${VERSION:-0.4.8}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -47,10 +47,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
|
|||
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 \
|
||||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
-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 {} \;
|
||||
|
||||
python install.py --files-only --prefix=/usr --mandir=/usr/man --destdir=$PKG
|
||||
|
||||
|
@ -63,9 +63,7 @@ for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; r
|
|||
mv $PKG/etc/diffuserc $PKG/etc/diffuserc.new
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a \
|
||||
AUTHORS COPYING ChangeLog ChangeLog_ru README README_ru \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a AUTHORS COPYING ChangeLog ChangeLog_ru README README_ru $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="diffuse"
|
||||
VERSION="0.4.7"
|
||||
VERSION="0.4.8"
|
||||
HOMEPAGE="http://sourceforge.net/projects/diffuse/"
|
||||
DOWNLOAD="http://sourceforge.net/projects/diffuse/files/diffuse/0.4.7/diffuse-0.4.7.tar.bz2"
|
||||
MD5SUM="1cbee487cdfdf37a0d1a94f2f57d89e5"
|
||||
DOWNLOAD="http://sourceforge.net/projects/diffuse/files/diffuse/0.4.8/diffuse-0.4.8.tar.bz2"
|
||||
MD5SUM="2f92668350f7bcdc5fb04bcbe9845409"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -16,4 +16,3 @@ config etc/diffuserc.new
|
|||
if [ -x /usr/bin/update-desktop-database ]; then
|
||||
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue