[arch-commits] Commit in audacious/trunk (PKGBUILD audacious.install install)

Evangelos Foutras foutrelis at archlinux.org
Sat Apr 4 08:28:57 UTC 2015


    Date: Saturday, April 4, 2015 @ 10:28:57
  Author: foutrelis
Revision: 235432

upgpkg: audacious 3.6.1-1

New upstream release.

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

-------------------+
 PKGBUILD          |   40 +++++++++++++++++++++++-----------------
 audacious.install |   14 ++++++++++++++
 install           |   13 -------------
 3 files changed, 37 insertions(+), 30 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-04-04 08:28:35 UTC (rev 235431)
+++ PKGBUILD	2015-04-04 08:28:57 UTC (rev 235432)
@@ -1,34 +1,40 @@
 # $Id$
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Gaetan Bisson <bisson at archlinux.org>
 # Contributor: Alexander Fehr <pizzapunk gmail com>
 # Contributor: Giovanni Scafora <giovanni at archlinux.org>
 
 pkgname=audacious
-pkgver=3.6
-pkgrel=2
-pkgdesc='Lightweight, advanced audio player focused on audio quality'
-url='http://audacious-media-player.org/'
-license=('custom:BSD')
+pkgver=3.6.1
+pkgrel=1
+pkgdesc="Lightweight, advanced audio player focused on audio quality"
 arch=('i686' 'x86_64')
+url="http://audacious-media-player.org/"
+license=('BSD')
 depends=('gtk2' 'glib2' 'libguess' 'libsm' 'audacious-plugins'
          'gnome-icon-theme' 'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('python2') # for gdbus-codegen
 optdepends=('unzip: zipped skins support')
-makedepends=('python2') # for gdbus-codegen
-source=("http://distfiles.audacious-media-player.org/${pkgname}-${pkgver}.tar.bz2")
-sha1sums=('3687b1b69a787de772885d3ede3d4951c60c3d38')
-
 provides=('audacious-player')
+conflicts=('audacious-player')
 replaces=('audacious-player')
-install=install
+install=$pkgname.install
+source=(http://distfiles.audacious-media-player.org/$pkgname-$pkgver.tar.bz2)
+sha256sums=('85d1d5a80240f45c858bb25af6565c13d53e4b92882eb15fb2b18511fabf3de6')
 
 build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	./configure --prefix=/usr --with-buildstamp='Arch Linux'
-	make
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+    --prefix=/usr \
+    --with-buildstamp='Arch Linux'
+  make
 }
 
 package() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	make DESTDIR="${pkgdir}" install
-	install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
+
+# vim:set ts=2 sw=2 et:

Copied: audacious/trunk/audacious.install (from rev 235345, audacious/trunk/install)
===================================================================
--- audacious.install	                        (rev 0)
+++ audacious.install	2015-04-04 08:28:57 UTC (rev 235432)
@@ -0,0 +1,14 @@
+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
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: install
===================================================================
--- install	2015-04-04 08:28:35 UTC (rev 235431)
+++ install	2015-04-04 08:28:57 UTC (rev 235432)
@@ -1,13 +0,0 @@
-post_install() {
-	update-desktop-database -q
-	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