mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
multimedia/SimpleSysexxer: BUILD bump.
Correct path of translation files (shared vs share). Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
622158550e
commit
3b7661c503
3 changed files with 8 additions and 7 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
PRGNAM=SimpleSysexxer
|
||||
VERSION=${VERSION:-0.3}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -34,11 +34,13 @@ else
|
|||
LIBDIRSUFFIX=""
|
||||
fi
|
||||
|
||||
set -e
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || exit 1
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find . \
|
||||
|
@ -52,8 +54,8 @@ qmake SimpleSysexxer.pro
|
|||
make
|
||||
|
||||
# manual copy of translations
|
||||
mkdir -p $PKG/usr/shared/simplesysexxer/locale
|
||||
cp -p $TMP/$PRGNAM-$VERSION/binincludes/translations/*qm $PKG/usr/shared/simplesysexxer/locale/
|
||||
mkdir -p $PKG/usr/share/simplesysexxer/locale
|
||||
cp -p $TMP/$PRGNAM-$VERSION/binincludes/translations/*qm $PKG/usr/share/simplesysexxer/locale/
|
||||
|
||||
# INSTALL_ROOT for .desktop file and icons
|
||||
make install DESTDIR=$PKG INSTALL_ROOT=$PKG
|
||||
|
|
|
@ -3,8 +3,8 @@ VERSION="0.3"
|
|||
HOMEPAGE="http://www.christeck.de/wp/?page_id=24"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/project/sysexxer/SimpleSysexxer-0.3/SimpleSysexxer-0.3.tar.gz"
|
||||
MD5SUM="59c1b91089bb15050e3a58aa602332db"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
DOWNLOAD_x86_64="UNTESTED"
|
||||
MD5SUM_x86_64="UNTESTED"
|
||||
MAINTAINER="Michales Michaloudes"
|
||||
EMAIL="korgie@gmail.com"
|
||||
APPROVED="Erik Hanson"
|
||||
|
|
|
@ -11,4 +11,3 @@ if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
|
|||
/usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue