Date: Friday, April 29, 2016 @ 13:58:58 Author: jlichtblau Revision: 172708
upgpkg: ario 1.5.1-4 pacman hooks part 1 rebuild Modified: ario/trunk/PKGBUILD ario/trunk/ario.changelog Deleted: ario/trunk/ario.install ----------------+ PKGBUILD | 18 +++++++++--------- ario.changelog | 27 +++++++++++++++------------ ario.install | 11 ----------- 3 files changed, 24 insertions(+), 32 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-04-29 11:51:55 UTC (rev 172707) +++ PKGBUILD 2016-04-29 11:58:58 UTC (rev 172708) @@ -1,16 +1,16 @@ # $Id$ -# Maintainer: Jaroslav Lichtblau <[email protected]> +# Maintainer: Jaroslav Lichtblau <[email protected]> pkgname=ario pkgver=1.5.1 -pkgrel=3 -pkgdesc="A GTK client for MPD (Music player daemon) inspired by Rhythmbox but much lighter and faster" +pkgrel=4 +pkgdesc="A GTK client for MPD 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') -install=$pkgname.install +depends=('avahi' 'curl' 'dbus-glib' 'gnutls' 'hicolor-icon-theme' 'libglade' + 'libmpdclient' 'libnotify' 'libsoup' 'libunique' 'taglib' 'xdg-utils') +makedepends=('intltool' 'perl-xml-parser' 'patch') changelog=$pkgname.changelog source=(http://downloads.sourceforge.net/sourceforge/$pkgname-player/$pkgname-$pkgver.tar.gz glib.patch) @@ -18,12 +18,12 @@ '16481cc5fe3fb52ee36bae63522e319193285542fe0c8ab4281ecc5794a82184') prepare() { - cd "${srcdir}/$pkgname-$pkgver" + cd "${srcdir}"/$pkgname-$pkgver patch -p1 -i ../glib.patch } build() { - cd "${srcdir}/$pkgname-$pkgver" + cd "${srcdir}"/$pkgname-$pkgver ./configure --prefix=/usr --sysconfdir=/etc make @@ -30,7 +30,7 @@ } package () { - cd "${srcdir}/$pkgname-$pkgver" + cd "${srcdir}"/$pkgname-$pkgver make DESTDIR="${pkgdir}" install } Modified: ario.changelog =================================================================== --- ario.changelog 2016-04-29 11:51:55 UTC (rev 172707) +++ ario.changelog 2016-04-29 11:58:58 UTC (rev 172708) @@ -1,36 +1,39 @@ +2016-04-29 Jaroslav Lichtblau <[email protected]> + * ario 1.5.1-4 pacman hooks part 1 rebuild + 2012-01-26 Eric Belanger <[email protected]> * Rebuild against libpng 1.5 and libtiff 4.0 - -2011-07-19 Jaroslav Lichtblau <[email protected]> + +2011-07-19 Jaroslav Lichtblau <[email protected]> * Update to major release 1.5.1 -2010-08-11 Jaroslav Lichtblau <[email protected]> +2010-08-11 Jaroslav Lichtblau <[email protected]> * Update to major release 1.5 -2010-02-14 Jaroslav Lichtblau <[email protected]> +2010-02-14 Jaroslav Lichtblau <[email protected]> * Update to major release 1.4.4 -2010-01-23 Jaroslav Lichtblau <[email protected]> +2010-01-23 Jaroslav Lichtblau <[email protected]> * Update to major release 1.4.3 -2009-12-22 Jaroslav Lichtblau <[email protected]> +2009-12-22 Jaroslav Lichtblau <[email protected]> * updated to major version 1.4.2 -2009-12-19 Jaroslav Lichtblau <[email protected]> +2009-12-19 Jaroslav Lichtblau <[email protected]> * updated to major version 1.4.1 -2009-12-01 Jaroslav Lichtblau <[email protected]> +2009-12-01 Jaroslav Lichtblau <[email protected]> * updated to major version 1.4 -2009-05-27 Jaroslav Lichtblau <[email protected]> +2009-05-27 Jaroslav Lichtblau <[email protected]> * 'taglib' dependency added - version 1.3-2 -2009-05-24 Jaroslav Lichtblau <[email protected]> +2009-05-24 Jaroslav Lichtblau <[email protected]> * updated to major version 1.3 -2009-03-17 Jaroslav Lichtblau <[email protected]> +2009-03-17 Jaroslav Lichtblau <[email protected]> * updated to major version 1.2.2 -2009-01-22 Jaroslav Lichtblau <[email protected]> +2009-01-22 Jaroslav Lichtblau <[email protected]> * adopted in [community] * updated to major version 1.2.1 Deleted: ario.install =================================================================== --- ario.install 2016-04-29 11:51:55 UTC (rev 172707) +++ ario.install 2016-04-29 11:58:58 UTC (rev 172708) @@ -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 -}
