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

Gaetan Bisson bisson at archlinux.org
Sun Mar 1 00:20:07 UTC 2015


    Date: Sunday, March 1, 2015 @ 01:20:06
  Author: bisson
Revision: 232128

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

Added:
  audacious/repos/extra-i686/PKGBUILD
    (from rev 232127, audacious/trunk/PKGBUILD)
  audacious/repos/extra-i686/install
    (from rev 232127, audacious/trunk/install)
  audacious/repos/extra-x86_64/PKGBUILD
    (from rev 232127, audacious/trunk/PKGBUILD)
  audacious/repos/extra-x86_64/install
    (from rev 232127, audacious/trunk/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             |   70 ++++++++++++++++++++++++++++++++++++++++++++++++
 /install              |   26 +++++++++++++++++
 extra-i686/PKGBUILD   |   34 -----------------------
 extra-i686/install    |   13 --------
 extra-x86_64/PKGBUILD |   34 -----------------------
 extra-x86_64/install  |   13 --------
 6 files changed, 96 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2015-03-01 00:19:41 UTC (rev 232127)
+++ extra-i686/PKGBUILD	2015-03-01 00:20:06 UTC (rev 232128)
@@ -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.5.2
-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=('gtk3' '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=('1c92ddb079ec1b0109cd4bc65a1329db5eb8cb1b')
-
-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 232127, audacious/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2015-03-01 00:20:06 UTC (rev 232128)
@@ -0,0 +1,35 @@
+# $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
+_pkgver=${pkgver}-gtk3
+pkgrel=1
+pkgdesc='Lightweight, advanced audio player focused on audio quality'
+url='http://audacious-media-player.org/'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+depends=('gtk3' '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=('75b98f3e09c9a890e6ccb4c737ea864828f2b624')
+
+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"
+}

Deleted: extra-i686/install
===================================================================
--- extra-i686/install	2015-03-01 00:19:41 UTC (rev 232127)
+++ extra-i686/install	2015-03-01 00:20:06 UTC (rev 232128)
@@ -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
-}

Copied: audacious/repos/extra-i686/install (from rev 232127, audacious/trunk/install)
===================================================================
--- extra-i686/install	                        (rev 0)
+++ extra-i686/install	2015-03-01 00:20:06 UTC (rev 232128)
@@ -0,0 +1,13 @@
+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-03-01 00:19:41 UTC (rev 232127)
+++ extra-x86_64/PKGBUILD	2015-03-01 00:20:06 UTC (rev 232128)
@@ -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.5.2
-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=('gtk3' '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=('1c92ddb079ec1b0109cd4bc65a1329db5eb8cb1b')
-
-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 232127, audacious/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2015-03-01 00:20:06 UTC (rev 232128)
@@ -0,0 +1,35 @@
+# $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
+_pkgver=${pkgver}-gtk3
+pkgrel=1
+pkgdesc='Lightweight, advanced audio player focused on audio quality'
+url='http://audacious-media-player.org/'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+depends=('gtk3' '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=('75b98f3e09c9a890e6ccb4c737ea864828f2b624')
+
+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"
+}

Deleted: extra-x86_64/install
===================================================================
--- extra-x86_64/install	2015-03-01 00:19:41 UTC (rev 232127)
+++ extra-x86_64/install	2015-03-01 00:20:06 UTC (rev 232128)
@@ -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
-}

Copied: audacious/repos/extra-x86_64/install (from rev 232127, audacious/trunk/install)
===================================================================
--- extra-x86_64/install	                        (rev 0)
+++ extra-x86_64/install	2015-03-01 00:20:06 UTC (rev 232128)
@@ -0,0 +1,13 @@
+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