diff options
author | ponce <matteo.bernardini@gmail.com> | 2011-12-23 00:47:56 -0200 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-12-23 00:47:56 -0200 |
commit | 81711dfbb0b5e6633069b49a74d049fc2ea3c0f5 (patch) | |
tree | d4585872a800e91c11118569cb6ad901d2a29337 /multimedia/dvdstyler/dvdstyler.SlackBuild | |
parent | d63e3553383042baad15029ef5d84addcfae1a0e (diff) | |
download | slackbuilds-81711dfbb0b5e6633069b49a74d049fc2ea3c0f5.tar.gz |
multimedia/dvdstyler: Updated for version 2.1b2.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'multimedia/dvdstyler/dvdstyler.SlackBuild')
-rw-r--r-- | multimedia/dvdstyler/dvdstyler.SlackBuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/multimedia/dvdstyler/dvdstyler.SlackBuild b/multimedia/dvdstyler/dvdstyler.SlackBuild index 3db8d6bfd6..7689a5d920 100644 --- a/multimedia/dvdstyler/dvdstyler.SlackBuild +++ b/multimedia/dvdstyler/dvdstyler.SlackBuild @@ -6,16 +6,14 @@ PRGNAM=dvdstyler SPRGNAM=DVDStyler -VERSION=${VERSION:-1.8.1} +VERSION=${VERSION:-2.1b2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi @@ -68,7 +66,7 @@ CXXFLAGS="$SLKCFLAGS" \ make make install DESTDIR=$PKG -install -D -m0644 data/$PRGNAM.png $PKG/usr/share/pixmaps/$PRGNAM.png +install -D -m0644 $CWD/$PRGNAM.svg $PKG/usr/share/pixmaps/$PRGNAM.svg find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true |