diff options
author | fuzzix <fuzzix@gmail.com> | 2013-04-24 07:14:09 -0400 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2013-04-28 12:30:00 -0300 |
commit | 16da631ccdfcd828c83ffeabe7eb57fd4604caf8 (patch) | |
tree | 0baaac342a720d14524fce9ce32c37ceb1d5757d /audio | |
parent | d53da9cb7854690380f2c0d0bdfcb2abc58c5067 (diff) | |
download | slackbuilds-16da631ccdfcd828c83ffeabe7eb57fd4604caf8.tar.gz |
audio/sunvox: Updated for version 1.7.3.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/sunvox/doinst.sh | 3 | ||||
-rw-r--r-- | audio/sunvox/sunvox.SlackBuild | 5 | ||||
-rw-r--r-- | audio/sunvox/sunvox.desktop | 3 | ||||
-rw-r--r-- | audio/sunvox/sunvox.info | 6 |
4 files changed, 10 insertions, 7 deletions
diff --git a/audio/sunvox/doinst.sh b/audio/sunvox/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/audio/sunvox/doinst.sh @@ -0,0 +1,3 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi diff --git a/audio/sunvox/sunvox.SlackBuild b/audio/sunvox/sunvox.SlackBuild index 7d7b37879b..53220ca78b 100644 --- a/audio/sunvox/sunvox.SlackBuild +++ b/audio/sunvox/sunvox.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=sunvox -VERSION=${VERSION:-1.7.2b} +VERSION=${VERSION:-1.7.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -58,10 +58,10 @@ find . \ -exec chmod 644 {} \; BINDIR="$TMP/$PRGNAM/$PRGNAM/linux_x86/" +install -Dm755 $BINDIR/${PRGNAM}_lofi $PKG/usr/bin/ [ $ARCH == 'x86_64' ] && BINDIR="$TMP/$PRGNAM/$PRGNAM/linux_x86_64/" install -Dm755 $BINDIR/${PRGNAM} $PKG/usr/bin/ -install -Dm644 $BINDIR/sunvox_config.ini $PKG/usr/share/$PRGNAM/docs/sunvox_config.ini.example install -Dm644 $CWD/sunvox.desktop $PKG/usr/share/applications/ install -Dm644 $CWD/sunvox.png $PKG/usr/share/sunvox/icon/ @@ -77,6 +77,7 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc +cat $CWD/doinst.sh > $PKG/install/doinst.sh cd $PKG /sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/audio/sunvox/sunvox.desktop b/audio/sunvox/sunvox.desktop index 97e5b14fd2..aea94c0f62 100644 --- a/audio/sunvox/sunvox.desktop +++ b/audio/sunvox/sunvox.desktop @@ -1,9 +1,8 @@ [Desktop Entry] Type=Application -Version=1.7.2b Name=SunVox Comment=A small, fast and powerful modular synthesizer with pattern based sequencer Exec=sunvox Icon=/usr/share/sunvox/icon/sunvox.png Terminal=false -Categories=SDL;AudioVideo;Player; +Categories=AudioVideo;Player; diff --git a/audio/sunvox/sunvox.info b/audio/sunvox/sunvox.info index 168336c095..1e02c46d0b 100644 --- a/audio/sunvox/sunvox.info +++ b/audio/sunvox/sunvox.info @@ -1,8 +1,8 @@ PRGNAM="sunvox" -VERSION="1.7.2b" +VERSION="1.7.3" HOMEPAGE="http://www.warmplace.ru/soft/sunvox/" -DOWNLOAD="http://www.warmplace.ru/soft/sunvox/sunvox-1.7.2b.zip" -MD5SUM="7f336cf1748426d68c7307d4e810d211" +DOWNLOAD="http://www.warmplace.ru/soft/sunvox/sunvox-1.7.3.zip" +MD5SUM="02cb0b01e2efabfd3b2ff72211d12cb3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |