diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2012-07-25 20:03:01 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-07-25 20:03:01 -0500 |
commit | b3ce1b797de851ce59fdd3af0b0732d2006e2adb (patch) | |
tree | 44ff9ee3f6d5bf51822bf7740a0c743b1b36de31 /office/sigil | |
parent | 743e87c5392068826b4b41170dfa3515c80d01e6 (diff) | |
download | slackbuilds-b3ce1b797de851ce59fdd3af0b0732d2006e2adb.tar.gz |
office/sigil: Updated for version 0.5.3.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'office/sigil')
-rw-r--r-- | office/sigil/sigil.SlackBuild | 7 | ||||
-rw-r--r-- | office/sigil/sigil.desktop | 10 | ||||
-rw-r--r-- | office/sigil/sigil.info | 8 |
3 files changed, 7 insertions, 18 deletions
diff --git a/office/sigil/sigil.SlackBuild b/office/sigil/sigil.SlackBuild index da4528ef7b..8f5b804ba0 100644 --- a/office/sigil/sigil.SlackBuild +++ b/office/sigil/sigil.SlackBuild @@ -5,7 +5,7 @@ # Written by Larry Hajali <larryhaja[at]gmail[dot]com> PRGNAM=sigil -VERSION=0.4.2 +VERSION=${VERSION:-0.5.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -43,7 +43,7 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $SRCNAM-$VERSION +rm -rf $PRGNAM-$VERSION mkdir -p $PRGNAM-$VERSION cd $PRGNAM-$VERSION unzip $CWD/$SRCNAM-$VERSION-Code.zip @@ -72,12 +72,11 @@ 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 -mkdir -p $PKG/usr/share/applications -install -m 0644 $CWD/$PRGNAM.desktop $PKG/usr/share/applications for i in 16 32 48 128 256 512; do install -D -m 0644 src/Sigil/Resource_Files/icon/app_icon_${i}.png \ $PKG/usr/share/icons/hicolor/${i}x${i}/apps/$PRGNAM.png done +rm -rf $PKG/usr/share/pixmaps mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ diff --git a/office/sigil/sigil.desktop b/office/sigil/sigil.desktop deleted file mode 100644 index 002f98b3f3..0000000000 --- a/office/sigil/sigil.desktop +++ /dev/null @@ -1,10 +0,0 @@ -[Desktop Entry] -Type=Application -Name=Sigil -GenericName=E-book reader and WYSIWYG editor -TryExec=sigil -Exec=sigil -Icon=sigil -Categories=Office; -Terminal=false -StartupNotify=false diff --git a/office/sigil/sigil.info b/office/sigil/sigil.info index c920c58499..758478008c 100644 --- a/office/sigil/sigil.info +++ b/office/sigil/sigil.info @@ -1,10 +1,10 @@ PRGNAM="sigil" -VERSION="0.4.2" +VERSION="0.5.3" HOMEPAGE="http://code.google.com/p/sigil/" -DOWNLOAD="http://sigil.googlecode.com/files/Sigil-0.4.2-Code.zip" -MD5SUM="ce27976254236f8b11b787fd05be9acb" +DOWNLOAD="http://sigil.googlecode.com/files/Sigil-0.5.3-Code.zip" +MD5SUM="83c1a5608a2ec59a83c86ccc1429b5cc" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Larry Hajali" EMAIL="larryhaja[at]gmail[dot]com" -APPROVED="dsomero" +APPROVED="rworkman" |