mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
multimedia/SimpleSysexxer: Fix 15.0 build.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
34cb8be9ba
commit
51032046b6
2 changed files with 3 additions and 3 deletions
|
@ -60,7 +60,7 @@ find -L . \
|
|||
-exec chmod 644 {} \;
|
||||
|
||||
sed -i "s%-O0 -g3%$SLKCFLAGS%" $PRGNAM.pro
|
||||
qmake SimpleSysexxer.pro
|
||||
qmake-qt4 SimpleSysexxer.pro
|
||||
make
|
||||
|
||||
# manual copy of translations
|
||||
|
|
|
@ -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="UNTESTED"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
REQUIRES="qt4"
|
||||
MAINTAINER="Michales Michaloudes"
|
||||
EMAIL="korgie@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue