diff options
author | Michales Michaloudes <korgie@gmail.com> | 2010-12-30 01:34:40 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-12-30 01:34:40 -0600 |
commit | 46dd9e6b3e26ff96a8f9af54e6567f6436e3a627 (patch) | |
tree | 5f86773051cea9c43af81030d0a2a9bd40d56f13 /multimedia/qsampler | |
parent | a20fd3c06297744d5783e47a88bec85860499245 (diff) |
multimedia/qsampler: Updated for version 0.2.2.511svn.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'multimedia/qsampler')
-rw-r--r-- | multimedia/qsampler/doinst.sh | 6 | ||||
-rw-r--r-- | multimedia/qsampler/qsampler.SlackBuild | 9 | ||||
-rw-r--r-- | multimedia/qsampler/qsampler.info | 6 | ||||
-rw-r--r-- | multimedia/qsampler/slack-desc | 2 |
4 files changed, 14 insertions, 9 deletions
diff --git a/multimedia/qsampler/doinst.sh b/multimedia/qsampler/doinst.sh index 4e8ba7071dea..1f8ff67dedb2 100644 --- a/multimedia/qsampler/doinst.sh +++ b/multimedia/qsampler/doinst.sh @@ -2,3 +2,9 @@ if [ -x /usr/bin/update-desktop-database ]; then /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 fi +if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then + if [ -x /usr/bin/gtk-update-icon-cache ]; then + /usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1 + fi +fi + diff --git a/multimedia/qsampler/qsampler.SlackBuild b/multimedia/qsampler/qsampler.SlackBuild index 97a752b6457e..9dc3c0963bb9 100644 --- a/multimedia/qsampler/qsampler.SlackBuild +++ b/multimedia/qsampler/qsampler.SlackBuild @@ -3,16 +3,14 @@ # Written by Michales Michaloudes korgie@gmail.com PRGNAM=qsampler -VERSION=${VERSION:-0.2.2} +VERSION=${VERSION:-0.2.2.511svn} 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 @@ -43,7 +41,7 @@ mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.gz -cd $PRGNAM-$VERSION +cd $PRGNAM-svn chown -R root:root . find . \ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ @@ -51,6 +49,8 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; +make -f Makefile.svn + CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ @@ -60,7 +60,6 @@ CXXFLAGS="$SLKCFLAGS" \ --localstatedir=/var \ --mandir=/usr/man \ --docdir=/usr/doc/$PRGNAM-$VERSION \ - --disable-static \ --build=$ARCH-slackware-linux make diff --git a/multimedia/qsampler/qsampler.info b/multimedia/qsampler/qsampler.info index f4f4aa9e9155..4431cd85f949 100644 --- a/multimedia/qsampler/qsampler.info +++ b/multimedia/qsampler/qsampler.info @@ -1,8 +1,8 @@ PRGNAM="qsampler" -VERSION="0.2.2" +VERSION="0.2.2.511svn" HOMEPAGE="http://linuxsampler.org" -DOWNLOAD="http://download.linuxsampler.org/packages/qsampler-0.2.2.tar.gz" -MD5SUM="4a7cf37f897b5feb439ef118b47e45de" +DOWNLOAD="http://users.otenet.gr/~korgman/qsampler-0.2.2.511svn.tar.gz" +MD5SUM="22d9151b4635019d2da3e96be675af5e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Michales Michaloudes" diff --git a/multimedia/qsampler/slack-desc b/multimedia/qsampler/slack-desc index 4329b966df8e..ed3695bbe5c1 100644 --- a/multimedia/qsampler/slack-desc +++ b/multimedia/qsampler/slack-desc @@ -7,7 +7,7 @@ |-----handy-ruler------------------------------------------------------| qsampler: qsampler (frontend for linuxsampler) -qsampler: +qsampler: qsampler: QSampler is a light-weight frontend written in C++, using qsampler: straightforward native graphical controls of the underlying operating qsampler: system. That way the appearance of QSampler on the screen is very |