mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
audio/ario: Updated for version 1.5.
This commit is contained in:
parent
c4556caac7
commit
4fc63bf053
5 changed files with 16 additions and 12 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# 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 is a GTK2 client for MPD (Music player daemon). The interface
|
||||
|
|
Loading…
Reference in a new issue