[arch-commits] Commit in audacious/repos (8 files)

Allan McRae allan at archlinux.org
Sun Dec 6 05:41:02 UTC 2015


    Date: Sunday, December 6, 2015 @ 06:41:01
  Author: allan
Revision: 252596

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

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

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

Deleted: staging-i686/PKGBUILD
===================================================================
--- staging-i686/PKGBUILD	2015-12-06 05:39:55 UTC (rev 252595)
+++ staging-i686/PKGBUILD	2015-12-06 05:41:01 UTC (rev 252596)
@@ -1,40 +0,0 @@
-# $Id$
-# 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.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/PKGBUILD (from rev 252595, audacious/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2015-12-06 05:41:01 UTC (rev 252596)
@@ -0,0 +1,40 @@
+# $Id$
+# 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.7
+pkgrel=3
+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:

Deleted: staging-i686/audacious.install
===================================================================
--- staging-i686/audacious.install	2015-12-06 05:39:55 UTC (rev 252595)
+++ staging-i686/audacious.install	2015-12-06 05:41:01 UTC (rev 252596)
@@ -1,14 +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
-}
-
-# vim:set ts=2 sw=2 et:

Copied: audacious/repos/staging-i686/audacious.install (from rev 252595, audacious/trunk/audacious.install)
===================================================================
--- staging-i686/audacious.install	                        (rev 0)
+++ staging-i686/audacious.install	2015-12-06 05:41:01 UTC (rev 252596)
@@ -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: staging-x86_64/PKGBUILD
===================================================================
--- staging-x86_64/PKGBUILD	2015-12-06 05:39:55 UTC (rev 252595)
+++ staging-x86_64/PKGBUILD	2015-12-06 05:41:01 UTC (rev 252596)
@@ -1,40 +0,0 @@
-# $Id$
-# 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.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/PKGBUILD (from rev 252595, audacious/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2015-12-06 05:41:01 UTC (rev 252596)
@@ -0,0 +1,40 @@
+# $Id$
+# 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.7
+pkgrel=3
+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:

Deleted: staging-x86_64/audacious.install
===================================================================
--- staging-x86_64/audacious.install	2015-12-06 05:39:55 UTC (rev 252595)
+++ staging-x86_64/audacious.install	2015-12-06 05:41:01 UTC (rev 252596)
@@ -1,14 +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
-}
-
-# vim:set ts=2 sw=2 et:

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



More information about the arch-commits mailing list