summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
author Erik Hanson2011-06-29 18:44:43 +0200
committer Niels Horn2011-06-29 18:44:43 +0200
commit4fc63bf053e5be9cbd7b9a41e96ff6e558714e3a (patch)
treed6d6bf6e56cb76dd47017e8be5c2b76ae5e17f4f /audio
parentc4556caac74cf3db6d81c839b77a3509bad6f131 (diff)
downloadslackbuilds-4fc63bf053e5be9cbd7b9a41e96ff6e558714e3a.tar.gz
audio/ario: Updated for version 1.5.
Diffstat (limited to 'audio')
-rw-r--r--audio/ario/README2
-rw-r--r--audio/ario/ario.SlackBuild8
-rw-r--r--audio/ario/ario.info8
-rw-r--r--audio/ario/doinst.sh6
-rw-r--r--audio/ario/slack-desc4
5 files changed, 16 insertions, 12 deletions
diff --git a/audio/ario/README b/audio/ario/README
index c341802fad..7d7c773cec 100644
--- a/audio/ario/README
+++ b/audio/ario/README
@@ -2,4 +2,4 @@ Ario is a GTK2 client for MPD (Music player daemon). The interface
used to browse the library is inspired by Rhythmbox but Ario aims
to be much lighter and faster.
-This requires libsoup, and avahi is optional.
+This requires libmpdclient, libsoup, libunique and avahi is optional.
diff --git a/audio/ario/ario.SlackBuild b/audio/ario/ario.SlackBuild
index cda7ab4e01..a63b2fe60a 100644
--- a/audio/ario/ario.SlackBuild
+++ b/audio/ario/ario.SlackBuild
@@ -2,7 +2,7 @@
#
# Slackware build script for Ario
#
-# Copyright 2009 Erik W. Hanson, Minneapolis, MN, USA
+# Copyright 2009-2011 Erik W. Hanson, Minneapolis, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,16 +23,14 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=ario
-VERSION=1.2
+VERSION=1.5
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
@@ -85,7 +83,7 @@ CFLAGS="$SLKCFLAGS" \
--enable-mpdidle \
--${AVAHI}-avahi
-make
+make V=1
make install-strip DESTDIR=$PKG
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION $PKG/install
diff --git a/audio/ario/ario.info b/audio/ario/ario.info
index f709d62113..be1d319223 100644
--- a/audio/ario/ario.info
+++ b/audio/ario/ario.info
@@ -1,10 +1,10 @@
PRGNAM="ario"
-VERSION="1.2"
+VERSION="1.5"
HOMEPAGE="http://ario-player.sourceforge.net/"
-DOWNLOAD="http://downloads.sourceforge.net/ario-player/ario-1.2.tar.gz"
-MD5SUM="73504fe9475ec1d812ecdb4e48b2a320"
+DOWNLOAD="http://downloads.sourceforge.net/ario-player/ario-1.5.tar.gz"
+MD5SUM="5dac6cc8b8f12b0acc132d5ff7fc779f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Erik Hanson"
EMAIL="erik@slackbuilds.org"
-APPROVED="dsomero"
+APPROVED="Niels Horn"
diff --git a/audio/ario/doinst.sh b/audio/ario/doinst.sh
index 3857649f50..11813c3101 100644
--- a/audio/ario/doinst.sh
+++ b/audio/ario/doinst.sh
@@ -1,3 +1,9 @@
if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications &> /dev/null
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/audio/ario/slack-desc b/audio/ario/slack-desc
index efbab220b1..ee69a60353 100644
--- a/audio/ario/slack-desc
+++ b/audio/ario/slack-desc
@@ -5,9 +5,9 @@
# make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':'.
- |-----handy-ruler-----------------------------------------------------|
+ |-----handy-ruler------------------------------------------------------|
ario: Ario (a GTK2 client for MPD)
-ario:
+ario:
ario: Ario is a GTK2 client for MPD (Music player daemon). The interface
ario: used to browse the library is inspired by Rhythmbox but Ario aims
ario: to be much lighter and faster.