multimedia/ripperX: Build bump, minor changes.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
d294d57011
commit
03e9ccb399
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for ripperX
|
||||
|
||||
# Copyright 2012 David Golus <bassplayer69@gmail.com>
|
||||
# Copyright 2012,2013 David Golus <bassplayer69@gmail.com>
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
# permitted provided that the following conditions are met:
|
||||
|
@ -26,7 +26,7 @@
|
|||
|
||||
PRGNAM=ripperX
|
||||
VERSION=2.7.3
|
||||
BUILD=${BUILD:-2}
|
||||
BUILD=${BUILD:-3}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -84,6 +84,12 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
make
|
||||
make install DESTDIR=$PKG
|
||||
|
||||
mkdir -p $PKG/usr/share/pixmaps
|
||||
cp -a src/xpms/ripperX-icon.xpm $PKG/usr/share/pixmaps
|
||||
mkdir -p $PKG/usr/share/applications
|
||||
cp -a ripperX.desktop $PKG/usr/share/applications
|
||||
echo "Categories=AudioVideo;" >> $PKG/usr/share/applications/ripperX.desktop
|
||||
|
||||
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
|
|
Loading…
Reference in New Issue