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

Gaetan Bisson bisson at archlinux.org
Mon Sep 19 16:24:40 UTC 2011


    Date: Monday, September 19, 2011 @ 12:24:40
  Author: bisson
Revision: 138257

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

Added:
  audacious/repos/extra-i686/PKGBUILD
    (from rev 138256, audacious/trunk/PKGBUILD)
  audacious/repos/extra-i686/install
    (from rev 138256, audacious/trunk/install)
  audacious/repos/extra-x86_64/PKGBUILD
    (from rev 138256, audacious/trunk/PKGBUILD)
  audacious/repos/extra-x86_64/install
    (from rev 138256, 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

-----------------------+
 extra-i686/PKGBUILD   |   68 +++++++++++++++++++++++-------------------------
 extra-i686/install    |   26 +++++++++---------
 extra-x86_64/PKGBUILD |   68 +++++++++++++++++++++++-------------------------
 extra-x86_64/install  |   26 +++++++++---------
 4 files changed, 92 insertions(+), 96 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2011-09-19 16:24:15 UTC (rev 138256)
+++ extra-i686/PKGBUILD	2011-09-19 16:24:40 UTC (rev 138257)
@@ -1,35 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr <pizzapunk gmail com>
-# Contributor: Giovanni Scafora <giovanni at archlinux.org>
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-
-pkgname=audacious
-pkgver=3.0.2
-pkgrel=1
-pkgdesc='Lightweight, GTK-based advanced audio player focused on audio quality'
-arch=('i686' 'x86_64')
-url='http://audacious-media-player.org/'
-license=('GPL3')
-depends=('gtk3' 'libmcs' 'dbus-glib' 'libguess' 'libsm' 'audacious-plugins')
-optdepends=('unzip: zipped skins support'
-            'hicolor-icon-theme: for icons'
-            'gtk-update-icon-cache: for icons'
-            'desktop-file-utils: desktop integration')
-source=("http://distfiles.atheme.org/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('68799076acafb151668285e8d9498048633d7b60')
-
-provides=('audacious-player')
-replaces=('audacious-player')
-install=install
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	[[ ${CARCH} == x86_64 ]] && _extraopts='' || _extraopts='--disable-sse2'
-	./configure --prefix=/usr ${_extraopts}
-	make
-}
-
-package() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	make DESTDIR="${pkgdir}" install
-}

Copied: audacious/repos/extra-i686/PKGBUILD (from rev 138256, audacious/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2011-09-19 16:24:40 UTC (rev 138257)
@@ -0,0 +1,33 @@
+# $Id$
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=audacious
+pkgver=3.0.3
+pkgrel=1
+pkgdesc='Lightweight, GTK-based advanced audio player focused on audio quality'
+arch=('i686' 'x86_64')
+url='http://audacious-media-player.org/'
+license=('GPL3')
+depends=('gtk3' 'libmcs' 'dbus-glib' 'libguess' 'libsm' 'audacious-plugins'
+         'hicolor-icon-theme' 'gtk-update-icon-cache' 'desktop-file-utils')
+optdepends=('unzip: zipped skins support')
+source=("http://distfiles.atheme.org/${pkgname}-${pkgver}.tar.gz")
+sha1sums=('713cc7ee277ca548ea143b4ec3bd40bcacdb327f')
+
+provides=('audacious-player')
+replaces=('audacious-player')
+install=install
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	[[ ${CARCH} == x86_64 ]] && _extraopts='' || _extraopts='--disable-sse2'
+	./configure --prefix=/usr ${_extraopts}
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/install
===================================================================
--- extra-i686/install	2011-09-19 16:24:15 UTC (rev 138256)
+++ extra-i686/install	2011-09-19 16:24:40 UTC (rev 138257)
@@ -1,13 +0,0 @@
-post_install() {
-	type update-desktop-database &>/dev/null && update-desktop-database -q
-	type gtk-update-icon-cache &>/dev/null && 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 138256, audacious/trunk/install)
===================================================================
--- extra-i686/install	                        (rev 0)
+++ extra-i686/install	2011-09-19 16:24:40 UTC (rev 138257)
@@ -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	2011-09-19 16:24:15 UTC (rev 138256)
+++ extra-x86_64/PKGBUILD	2011-09-19 16:24:40 UTC (rev 138257)
@@ -1,35 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr <pizzapunk gmail com>
-# Contributor: Giovanni Scafora <giovanni at archlinux.org>
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-
-pkgname=audacious
-pkgver=3.0.2
-pkgrel=1
-pkgdesc='Lightweight, GTK-based advanced audio player focused on audio quality'
-arch=('i686' 'x86_64')
-url='http://audacious-media-player.org/'
-license=('GPL3')
-depends=('gtk3' 'libmcs' 'dbus-glib' 'libguess' 'libsm' 'audacious-plugins')
-optdepends=('unzip: zipped skins support'
-            'hicolor-icon-theme: for icons'
-            'gtk-update-icon-cache: for icons'
-            'desktop-file-utils: desktop integration')
-source=("http://distfiles.atheme.org/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('68799076acafb151668285e8d9498048633d7b60')
-
-provides=('audacious-player')
-replaces=('audacious-player')
-install=install
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	[[ ${CARCH} == x86_64 ]] && _extraopts='' || _extraopts='--disable-sse2'
-	./configure --prefix=/usr ${_extraopts}
-	make
-}
-
-package() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	make DESTDIR="${pkgdir}" install
-}

Copied: audacious/repos/extra-x86_64/PKGBUILD (from rev 138256, audacious/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2011-09-19 16:24:40 UTC (rev 138257)
@@ -0,0 +1,33 @@
+# $Id$
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=audacious
+pkgver=3.0.3
+pkgrel=1
+pkgdesc='Lightweight, GTK-based advanced audio player focused on audio quality'
+arch=('i686' 'x86_64')
+url='http://audacious-media-player.org/'
+license=('GPL3')
+depends=('gtk3' 'libmcs' 'dbus-glib' 'libguess' 'libsm' 'audacious-plugins'
+         'hicolor-icon-theme' 'gtk-update-icon-cache' 'desktop-file-utils')
+optdepends=('unzip: zipped skins support')
+source=("http://distfiles.atheme.org/${pkgname}-${pkgver}.tar.gz")
+sha1sums=('713cc7ee277ca548ea143b4ec3bd40bcacdb327f')
+
+provides=('audacious-player')
+replaces=('audacious-player')
+install=install
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	[[ ${CARCH} == x86_64 ]] && _extraopts='' || _extraopts='--disable-sse2'
+	./configure --prefix=/usr ${_extraopts}
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/install
===================================================================
--- extra-x86_64/install	2011-09-19 16:24:15 UTC (rev 138256)
+++ extra-x86_64/install	2011-09-19 16:24:40 UTC (rev 138257)
@@ -1,13 +0,0 @@
-post_install() {
-	type update-desktop-database &>/dev/null && update-desktop-database -q
-	type gtk-update-icon-cache &>/dev/null && 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 138256, audacious/trunk/install)
===================================================================
--- extra-x86_64/install	                        (rev 0)
+++ extra-x86_64/install	2011-09-19 16:24:40 UTC (rev 138257)
@@ -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