diff options
author | Cezary M. Kruk <c.kruk@bigfoot.com> | 2012-12-11 14:51:08 +0100 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-12-11 16:23:08 -0500 |
commit | 6b3076b675b3e707dd7b07a0a80eede5e8f910dd (patch) | |
tree | 5dc0a8fe5b169bcbc17caeebe1f212c05f024a75 /desktop/wmphoto+ | |
parent | 5f699e9d8f57703e288ceb26d8e0e9129301a373 (diff) |
desktop/wmphoto+: Updated for version 1.1.1, cleanups.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'desktop/wmphoto+')
-rw-r--r-- | desktop/wmphoto+/README | 2 | ||||
-rw-r--r-- | desktop/wmphoto+/slack-desc | 2 | ||||
-rw-r--r-- | desktop/wmphoto+/wmphoto+.SlackBuild | 16 | ||||
-rw-r--r-- | desktop/wmphoto+/wmphoto+.info | 6 |
4 files changed, 14 insertions, 12 deletions
diff --git a/desktop/wmphoto+/README b/desktop/wmphoto+/README index 763b3bfab1c9..6dad3e1e4577 100644 --- a/desktop/wmphoto+/README +++ b/desktop/wmphoto+/README @@ -1,4 +1,4 @@ -wmphoto+ is Window Maker showing images dockable application +wmphoto+ (image viewing dockapp for windowmaker) wmphoto+ displays the images in the dockable application window. You can switch the images manually or display them as a slide show. diff --git a/desktop/wmphoto+/slack-desc b/desktop/wmphoto+/slack-desc index 73ab4414222e..9ada4c02b58c 100644 --- a/desktop/wmphoto+/slack-desc +++ b/desktop/wmphoto+/slack-desc @@ -15,5 +15,5 @@ wmphoto+: using mouse buttons when the application displays the image. Using wmphoto+: the alternative configuration directories you can run a few instances wmphoto+: of the program which display the different sets of the images. wmphoto+: -wmphoto+: +wmphoto+: homepage: http://linux-bsd-unix.strefa.pl/ wmphoto+: diff --git a/desktop/wmphoto+/wmphoto+.SlackBuild b/desktop/wmphoto+/wmphoto+.SlackBuild index 1d4705dcbd5f..16f6129216ea 100644 --- a/desktop/wmphoto+/wmphoto+.SlackBuild +++ b/desktop/wmphoto+/wmphoto+.SlackBuild @@ -6,7 +6,7 @@ # Modified by the SlackBuilds.org project. PRGNAM=wmphoto+ -VERSION=${VERSION:-1.1.0} +VERSION=${VERSION:-1.1.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -53,18 +53,20 @@ find . \ -exec chmod 644 {} \; cd wmphoto - make PREFIX=/usr CCOPTIONS="$SLKCFLAGS" - mkdir -p $PKG/usr/bin - cp -a wmphoto $PKG/usr/bin -cd .. + make \ + FLAGS="$SLKCFLAGS" + +# Copy executable to the correct location +mkdir -p $PKG/usr/bin +cp -a wmphoto $PKG/usr/bin +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/doc/$PRGNAM-$VERSION cp -a \ - COPYING ChangeLog README contrib sample* \ - $PKG/usr/doc/$PRGNAM-$VERSION + COPYING ChangeLog README contrib sample+1 sample+2 sample+3 sample+4 sample+5 $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/desktop/wmphoto+/wmphoto+.info b/desktop/wmphoto+/wmphoto+.info index 9cc06d14862b..b14ae6386fd1 100644 --- a/desktop/wmphoto+/wmphoto+.info +++ b/desktop/wmphoto+/wmphoto+.info @@ -1,8 +1,8 @@ PRGNAM="wmphoto+" -VERSION="1.1.0" +VERSION="1.1.1" HOMEPAGE="http://linux-bsd-unix.strefa.pl/" -DOWNLOAD="http://linux-bsd-unix.strefa.pl/wmphoto+-1.1.0.tar.gz" -MD5SUM="65ea1c176a1ca0646f22ca6a77f01f3a" +DOWNLOAD="http://linux-bsd-unix.strefa.pl/wmphoto+-1.1.1.tar.gz" +MD5SUM="6efe21b46cd5c09b9f9406e9ef74e58d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |