diff options
-rw-r--r-- | system/atol/atol.SlackBuild | 6 | ||||
-rw-r--r-- | system/atol/atol.info | 2 | ||||
-rw-r--r-- | system/atol/slack-desc | 11 |
3 files changed, 12 insertions, 7 deletions
diff --git a/system/atol/atol.SlackBuild b/system/atol/atol.SlackBuild index b776ca0fd4..81740a5796 100644 --- a/system/atol/atol.SlackBuild +++ b/system/atol/atol.SlackBuild @@ -10,7 +10,7 @@ VERSION=0.7.3 ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -CWD=`pwd` +CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} @@ -41,10 +41,6 @@ make install DESTDIR=$PKG || exit 1 find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null ) -# Fix the icon path in the desktop file -sed -i 's%Icon=atol.xpm%Icon=/usr/share/icons/atol.xpm%' \ - $PKG/usr/share/applications/atol.desktop || exit 1 - mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a readme.txt docs/license.txt $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/system/atol/atol.info b/system/atol/atol.info index 0ce41e359f..1d60aec8d8 100644 --- a/system/atol/atol.info +++ b/system/atol/atol.info @@ -5,4 +5,4 @@ DOWNLOAD="http://dl.sourceforge.net/atol/atol-0.7.3_src.tar.gz" MD5SUM="5ae6bf03a0308abc6d69fe868240721a" MAINTAINER="Erik Hanson" EMAIL="erik@slackbuilds.org" -APPROVED="elohim,robw810" +APPROVED="elohim,rworkman" diff --git a/system/atol/slack-desc b/system/atol/slack-desc index f1eafe21db..f15c2ae3b1 100644 --- a/system/atol/slack-desc +++ b/system/atol/slack-desc @@ -1,4 +1,12 @@ -atol: atol - a dual panel file manager written using GTK+ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +atol: atol (dual panel file manager written using GTK+) atol: atol: Atol is a dual panel file manager written using GTK+ toolkit and C++ atol: programming language. Project is free and open source (released under @@ -8,3 +16,4 @@ atol: http://atol.sourceforge.net/ atol: atol: atol: +atol: |