[arch-commits] Commit in audacious/repos/extra-x86_64 (4 files)

Gaetan Bisson bisson at archlinux.org
Thu Aug 25 02:57:58 UTC 2011


    Date: Wednesday, August 24, 2011 @ 22:57:58
  Author: bisson
Revision: 136227

archrelease: copy trunk to extra-x86_64

Added:
  audacious/repos/extra-x86_64/PKGBUILD
    (from rev 136226, audacious/trunk/PKGBUILD)
  audacious/repos/extra-x86_64/install
    (from rev 136226, audacious/trunk/install)
Deleted:
  audacious/repos/extra-x86_64/PKGBUILD
  audacious/repos/extra-x86_64/install

----------+
 PKGBUILD |   67 +++++++++++++++++++++++++++++++------------------------------
 install  |   25 +++++++++++-----------
 2 files changed, 48 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2011-08-25 02:57:47 UTC (rev 136226)
+++ PKGBUILD	2011-08-25 02:57:58 UTC (rev 136227)
@@ -1,32 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr <pizzapunk gmail com>
-# Contributor: Giovanni Scafora <giovanni at archlinux.org>
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-
-pkgname=audacious
-pkgver=3.0.1
-pkgrel=1
-pkgdesc='Lightweight, GTK-based advanced audio player focused on audio quality'
-arch=('i686' 'x86_64')
-url='http://audacious-media-player.org/'
-license=('GPL3')
-depends=('gtk3' 'libmcs' 'dbus-glib' 'libguess' 'libsm' 'audacious-plugins' 'desktop-file-utils' 'hicolor-icon-theme')
-optdepends=('unzip: zipped skins support')
-source=("http://distfiles.atheme.org/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('1532fce78702da80418d940dea96b857b75c1f9e')
-
-provides=('audacious-player')
-replaces=('audacious-player')
-install=install
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	[[ ${CARCH} == x86_64 ]] && extraopts='' || extraopts='--disable-sse2'
-	./configure --prefix=/usr ${extraopts}
-	make
-}
-
-package() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	make DESTDIR="${pkgdir}" install
-}

Copied: audacious/repos/extra-x86_64/PKGBUILD (from rev 136226, audacious/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2011-08-25 02:57:58 UTC (rev 136227)
@@ -0,0 +1,35 @@
+# $Id$
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=audacious
+pkgver=3.0.2
+pkgrel=1
+pkgdesc='Lightweight, GTK-based advanced audio player focused on audio quality'
+arch=('i686' 'x86_64')
+url='http://audacious-media-player.org/'
+license=('GPL3')
+depends=('gtk3' 'libmcs' 'dbus-glib' 'libguess' 'libsm' 'audacious-plugins')
+optdepends=('unzip: zipped skins support'
+            'hicolor-icon-theme: for icons'
+            'gtk-update-icon-cache: for icons'
+            'desktop-file-utils: desktop integration')
+source=("http://distfiles.atheme.org/${pkgname}-${pkgver}.tar.gz")
+sha1sums=('68799076acafb151668285e8d9498048633d7b60')
+
+provides=('audacious-player')
+replaces=('audacious-player')
+install=install
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	[[ ${CARCH} == x86_64 ]] && _extraopts='' || _extraopts='--disable-sse2'
+	./configure --prefix=/usr ${_extraopts}
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+}

Deleted: install
===================================================================
--- install	2011-08-25 02:57:47 UTC (rev 136226)
+++ install	2011-08-25 02:57:58 UTC (rev 136227)
@@ -1,12 +0,0 @@
-post_install() {
-	update-desktop-database -q
-	gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: audacious/repos/extra-x86_64/install (from rev 136226, audacious/trunk/install)
===================================================================
--- install	                        (rev 0)
+++ install	2011-08-25 02:57:58 UTC (rev 136227)
@@ -0,0 +1,13 @@
+post_install() {
+	type update-desktop-database &>/dev/null && update-desktop-database -q
+	type gtk-update-icon-cache &>/dev/null && gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+	true
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}




More information about the arch-commits mailing list