mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
office/scribus: Updated for version 1.3.8.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
bd4ccfaee9
commit
6cbfe6fa4c
2 changed files with 9 additions and 6 deletions
|
@ -27,7 +27,7 @@
|
|||
# Including input by Yalla-One and some code cleanup by rworkman
|
||||
|
||||
PRGNAM=scribus
|
||||
VERSION=1.3.7
|
||||
VERSION=1.3.8
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -82,7 +82,10 @@ make install DESTDIR=$PKG
|
|||
|
||||
mkdir -p $PKG/usr/share/{applications,pixmaps}
|
||||
cat scribus.desktop > $PKG/usr/share/applications/scribus.desktop
|
||||
( cd $PKG/usr/share/pixmaps ; ln -s ../scribus/icons/scribus.png . )
|
||||
|
||||
cd $PKG/usr/share/pixmaps
|
||||
ln -s ../scribus/icons/scribus.png .
|
||||
cd -
|
||||
|
||||
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="scribus"
|
||||
VERSION="1.3.7"
|
||||
VERSION="1.3.8"
|
||||
HOMEPAGE="http://www.scribus.net"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/scribus/scribus-1.3.7.tar.bz2"
|
||||
MD5SUM="2c486389172c053ff4da38960e412690"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/scribus/scribus-1.3.8.tar.bz2"
|
||||
MD5SUM="660b946ea3ba19e894fb5701832a6b54"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Heinz Wiesinger"
|
||||
EMAIL="pprkut@liwjatan.at"
|
||||
APPROVED="Erik Hanson"
|
||||
APPROVED="dsomero"
|
||||
|
|
Loading…
Reference in a new issue