Date: Saturday, April 16, 2011 @ 18:59:51
  Author: bisson
Revision: 119918

upstream update

Added:
  audacious/trunk/install
    (from rev 114322, audacious/trunk/audacious.install)
Modified:
  audacious/trunk/PKGBUILD
Deleted:
  audacious/trunk/audacious.install

-------------------+
 PKGBUILD          |   22 ++++++++++++----------
 audacious.install |   12 ------------
 install           |   12 ++++++++++++
 3 files changed, 24 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2011-04-16 22:59:30 UTC (rev 119917)
+++ PKGBUILD    2011-04-16 22:59:51 UTC (rev 119918)
@@ -1,9 +1,10 @@
 # $Id$
 # Contributor: Alexander Fehr <pizzapunk gmail com>
 # Contributor: Giovanni Scafora <[email protected]>
+# Maintainer: Gaetan Bisson <[email protected]>
 
 pkgname=audacious
-pkgver=2.4.4
+pkgver=2.5.0
 pkgrel=1
 pkgdesc='Lightweight, GTK2-based advanced audio player focused on audio 
quality'
 arch=('i686' 'x86_64')
@@ -11,20 +12,21 @@
 license=('GPL3')
 depends=('gtk2' 'libmcs' 'dbus-glib' 'libguess' 'audacious-plugins' 
'desktop-file-utils' 'hicolor-icon-theme')
 optdepends=('unzip: zipped skins support')
+source=("http://distfiles.atheme.org/$pkgname-$pkgver.tgz";)
+sha1sums=('df76909c83a69b42197dab0702e0846295eceb1f')
+
 provides=('audacious-player')
 replaces=('audacious-player')
-install=audacious.install
-source=("http://distfiles.atheme.org/$pkgname-$pkgver.tgz";)
-sha1sums=('697b2cc217cef9785cf7ec0c4ee617bc174fbe98')
+install=install
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  [[ $CARCH == x86_64 ]] && extraopts='' || extraopts='--disable-sse2'
-  ./configure --prefix=/usr $extraopts
-  make
+       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
+       cd "$srcdir/$pkgname-$pkgver"
+       make DESTDIR="$pkgdir" install
 }

Deleted: audacious.install
===================================================================
--- audacious.install   2011-04-16 22:59:30 UTC (rev 119917)
+++ audacious.install   2011-04-16 22:59:51 UTC (rev 119918)
@@ -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/trunk/install (from rev 114322, 
audacious/trunk/audacious.install)
===================================================================
--- install                             (rev 0)
+++ install     2011-04-16 22:59:51 UTC (rev 119918)
@@ -0,0 +1,12 @@
+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
+}

Reply via email to