desktop/wmphoto+: Updated for version 1.1.1, cleanups.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
5f699e9d8f
commit
6b3076b675
|
@ -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.
|
||||
|
|
|
@ -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+:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in New Issue