Date: Wednesday, August 24, 2011 @ 22:57:47
  Author: bisson
Revision: 136226

archrelease: copy trunk to extra-i686

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2011-08-25 02:57:32 UTC (rev 136225)
+++ PKGBUILD    2011-08-25 02:57:47 UTC (rev 136226)
@@ -1,32 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr <pizzapunk gmail com>
-# Contributor: Giovanni Scafora <giova...@archlinux.org>
-# Maintainer: Gaetan Bisson <bis...@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-i686/PKGBUILD (from rev 136225, 
audacious/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2011-08-25 02:57:47 UTC (rev 136226)
@@ -0,0 +1,35 @@
+# $Id$
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+# Contributor: Giovanni Scafora <giova...@archlinux.org>
+# Maintainer: Gaetan Bisson <bis...@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:32 UTC (rev 136225)
+++ install     2011-08-25 02:57:47 UTC (rev 136226)
@@ -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-i686/install (from rev 136225, 
audacious/trunk/install)
===================================================================
--- install                             (rev 0)
+++ install     2011-08-25 02:57:47 UTC (rev 136226)
@@ -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
+}

Reply via email to