Date: Sunday, December 6, 2015 @ 06:36:04
  Author: bpiotrowski
Revision: 252590

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  audacious/repos/staging-i686/
  audacious/repos/staging-i686/PKGBUILD
    (from rev 252589, audacious/trunk/PKGBUILD)
  audacious/repos/staging-i686/audacious.install
    (from rev 252589, audacious/trunk/audacious.install)
  audacious/repos/staging-x86_64/
  audacious/repos/staging-x86_64/PKGBUILD
    (from rev 252589, audacious/trunk/PKGBUILD)
  audacious/repos/staging-x86_64/audacious.install
    (from rev 252589, audacious/trunk/audacious.install)

----------------------------------+
 staging-i686/PKGBUILD            |   40 +++++++++++++++++++++++++++++++++++++
 staging-i686/audacious.install   |   14 ++++++++++++
 staging-x86_64/PKGBUILD          |   40 +++++++++++++++++++++++++++++++++++++
 staging-x86_64/audacious.install |   14 ++++++++++++
 4 files changed, 108 insertions(+)

Copied: audacious/repos/staging-i686/PKGBUILD (from rev 252589, 
audacious/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD                               (rev 0)
+++ staging-i686/PKGBUILD       2015-12-06 05:36:04 UTC (rev 252590)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Evangelos Foutras <[email protected]>
+# Contributor: Gaetan Bisson <[email protected]>
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+# Contributor: Giovanni Scafora <[email protected]>
+
+pkgname=audacious
+pkgver=3.7
+pkgrel=2
+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')
+provides=('audacious-player')
+conflicts=('audacious-player')
+replaces=('audacious-player')
+install=$pkgname.install
+source=(http://distfiles.audacious-media-player.org/$pkgname-$pkgver.tar.bz2)
+sha256sums=('4e5a74394c85b1135fc5a89dcc3a03601cddc53af060f587e489352d1fc9cf67')
+
+build() {
+  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"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: audacious/repos/staging-i686/audacious.install (from rev 252589, 
audacious/trunk/audacious.install)
===================================================================
--- staging-i686/audacious.install                              (rev 0)
+++ staging-i686/audacious.install      2015-12-06 05:36:04 UTC (rev 252590)
@@ -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:

Copied: audacious/repos/staging-x86_64/PKGBUILD (from rev 252589, 
audacious/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD                             (rev 0)
+++ staging-x86_64/PKGBUILD     2015-12-06 05:36:04 UTC (rev 252590)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Evangelos Foutras <[email protected]>
+# Contributor: Gaetan Bisson <[email protected]>
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+# Contributor: Giovanni Scafora <[email protected]>
+
+pkgname=audacious
+pkgver=3.7
+pkgrel=2
+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')
+provides=('audacious-player')
+conflicts=('audacious-player')
+replaces=('audacious-player')
+install=$pkgname.install
+source=(http://distfiles.audacious-media-player.org/$pkgname-$pkgver.tar.bz2)
+sha256sums=('4e5a74394c85b1135fc5a89dcc3a03601cddc53af060f587e489352d1fc9cf67')
+
+build() {
+  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"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: audacious/repos/staging-x86_64/audacious.install (from rev 252589, 
audacious/trunk/audacious.install)
===================================================================
--- staging-x86_64/audacious.install                            (rev 0)
+++ staging-x86_64/audacious.install    2015-12-06 05:36:04 UTC (rev 252590)
@@ -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:

Reply via email to