From 359d940358dec836dd0acfe9d9caf0b1ff0a97fe Mon Sep 17 00:00:00 2001 From: Parabola Date: Sun, 5 Feb 2012 17:25:05 +0000 Subject: Sun Feb 5 17:25:01 UTC 2012 --- community-staging/ario/PKGBUILD | 30 ----------------------------- community-staging/ario/ario.changelog | 36 ----------------------------------- community-staging/ario/ario.install | 11 ----------- 3 files changed, 77 deletions(-) delete mode 100644 community-staging/ario/PKGBUILD delete mode 100644 community-staging/ario/ario.changelog delete mode 100644 community-staging/ario/ario.install (limited to 'community-staging/ario') diff --git a/community-staging/ario/PKGBUILD b/community-staging/ario/PKGBUILD deleted file mode 100644 index 69a889d9f..000000000 --- a/community-staging/ario/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# $Id: PKGBUILD 62788 2012-01-26 21:41:05Z ebelanger $ -# Maintainer: Jaroslav Lichtblau - -pkgname=ario -pkgver=1.5.1 -pkgrel=2 -pkgdesc="A GTK client for MPD (Music player daemon) inspired by Rhythmbox but much lighter and faster" -arch=('i686' 'x86_64') -url="http://ario-player.sourceforge.net/" -license=('GPL') -depends=('avahi' 'curl' 'dbus-glib' 'gnutls' 'hicolor-icon-theme' 'libglade' 'libmpdclient' 'libnotify' 'libsoup' 'libunique' 'taglib' 'xdg-utils') -makedepends=('intltool' 'perl-xml-parser') -options=('!libtool') -install=$pkgname.install -changelog=$pkgname.changelog -source=(http://downloads.sourceforge.net/sourceforge/$pkgname-player/$pkgname-$pkgver.tar.gz) -sha256sums=('0831281ab8634eb92424b61230eee035822f7f92d8b0526da7316c898239c91e') - -build() { - cd "${srcdir}/$pkgname-$pkgver" - - ./configure --prefix=/usr --sysconfdir=/etc - make - } - -package () { - cd "${srcdir}/$pkgname-$pkgver" - - make DESTDIR="${pkgdir}" install -} diff --git a/community-staging/ario/ario.changelog b/community-staging/ario/ario.changelog deleted file mode 100644 index baca8a7b1..000000000 --- a/community-staging/ario/ario.changelog +++ /dev/null @@ -1,36 +0,0 @@ -2012-01-26 Eric Belanger - * Rebuild against libpng 1.5 and libtiff 4.0 - -2011-07-19 Jaroslav Lichtblau - * Update to major release 1.5.1 - -2010-08-11 Jaroslav Lichtblau - * Update to major release 1.5 - -2010-02-14 Jaroslav Lichtblau - * Update to major release 1.4.4 - -2010-01-23 Jaroslav Lichtblau - * Update to major release 1.4.3 - -2009-12-22 Jaroslav Lichtblau - * updated to major version 1.4.2 - -2009-12-19 Jaroslav Lichtblau - * updated to major version 1.4.1 - -2009-12-01 Jaroslav Lichtblau - * updated to major version 1.4 - -2009-05-27 Jaroslav Lichtblau - * 'taglib' dependency added - version 1.3-2 - -2009-05-24 Jaroslav Lichtblau - * updated to major version 1.3 - -2009-03-17 Jaroslav Lichtblau - * updated to major version 1.2.2 - -2009-01-22 Jaroslav Lichtblau - * adopted in [community] - * updated to major version 1.2.1 diff --git a/community-staging/ario/ario.install b/community-staging/ario/ario.install deleted file mode 100644 index b711352cb..000000000 --- a/community-staging/ario/ario.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true -} - -post_upgrade() { - post_install $1 -} - -post_remove() { - post_install $1 -} -- cgit v1.2.3-54-g00ecf