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

Evangelos Foutras foutrelis at archlinux.org
Sat Apr 4 08:29:09 UTC 2015


    Date: Saturday, April 4, 2015 @ 10:29:09
  Author: foutrelis
Revision: 235433

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

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

--------------------------------+
 /PKGBUILD                      |   80 +++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD            |   34 ----------------
 extra-i686/audacious.install   |   14 ++++++
 extra-i686/install             |   13 ------
 extra-x86_64/PKGBUILD          |   34 ----------------
 extra-x86_64/audacious.install |   14 ++++++
 extra-x86_64/install           |   13 ------
 7 files changed, 108 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2015-04-04 08:28:57 UTC (rev 235432)
+++ extra-i686/PKGBUILD	2015-04-04 08:29:09 UTC (rev 235433)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: 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')
-arch=('i686' 'x86_64')
-depends=('gtk2' 'glib2' 'libguess' 'libsm' 'audacious-plugins'
-         'gnome-icon-theme' 'hicolor-icon-theme' 'desktop-file-utils')
-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')
-replaces=('audacious-player')
-install=install
-
-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"
-}

Copied: audacious/repos/extra-i686/PKGBUILD (from rev 235432, audacious/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2015-04-04 08:29:09 UTC (rev 235433)
@@ -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.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')
+provides=('audacious-player')
+conflicts=('audacious-player')
+replaces=('audacious-player')
+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
+}
+
+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/extra-i686/audacious.install (from rev 235432, audacious/trunk/audacious.install)
===================================================================
--- extra-i686/audacious.install	                        (rev 0)
+++ extra-i686/audacious.install	2015-04-04 08:29:09 UTC (rev 235433)
@@ -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: extra-i686/install
===================================================================
--- extra-i686/install	2015-04-04 08:28:57 UTC (rev 235432)
+++ extra-i686/install	2015-04-04 08:29:09 UTC (rev 235433)
@@ -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
-}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2015-04-04 08:28:57 UTC (rev 235432)
+++ extra-x86_64/PKGBUILD	2015-04-04 08:29:09 UTC (rev 235433)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: 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')
-arch=('i686' 'x86_64')
-depends=('gtk2' 'glib2' 'libguess' 'libsm' 'audacious-plugins'
-         'gnome-icon-theme' 'hicolor-icon-theme' 'desktop-file-utils')
-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')
-replaces=('audacious-player')
-install=install
-
-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"
-}

Copied: audacious/repos/extra-x86_64/PKGBUILD (from rev 235432, audacious/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2015-04-04 08:29:09 UTC (rev 235433)
@@ -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.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')
+provides=('audacious-player')
+conflicts=('audacious-player')
+replaces=('audacious-player')
+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
+}
+
+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/extra-x86_64/audacious.install (from rev 235432, audacious/trunk/audacious.install)
===================================================================
--- extra-x86_64/audacious.install	                        (rev 0)
+++ extra-x86_64/audacious.install	2015-04-04 08:29:09 UTC (rev 235433)
@@ -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: extra-x86_64/install
===================================================================
--- extra-x86_64/install	2015-04-04 08:28:57 UTC (rev 235432)
+++ extra-x86_64/install	2015-04-04 08:29:09 UTC (rev 235433)
@@ -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