[arch-commits] Commit in audacious/repos (8 files)
Gaetan Bisson
bisson at archlinux.org
Wed Nov 9 01:26:09 UTC 2011
Date: Tuesday, November 8, 2011 @ 20:26:09
Author: bisson
Revision: 142398
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
audacious/repos/extra-i686/PKGBUILD
(from rev 142397, audacious/trunk/PKGBUILD)
audacious/repos/extra-i686/install
(from rev 142397, audacious/trunk/install)
audacious/repos/extra-x86_64/PKGBUILD
(from rev 142397, audacious/trunk/PKGBUILD)
audacious/repos/extra-x86_64/install
(from rev 142397, 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 | 66 ++++++++++++++++++++++++------------------------
extra-i686/install | 26 +++++++++---------
extra-x86_64/PKGBUILD | 66 ++++++++++++++++++++++++------------------------
extra-x86_64/install | 26 +++++++++---------
4 files changed, 92 insertions(+), 92 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2011-11-09 01:25:47 UTC (rev 142397)
+++ extra-i686/PKGBUILD 2011-11-09 01:26:09 UTC (rev 142398)
@@ -1,33 +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.4
-pkgrel=1
-pkgdesc='Lightweight, GTK-based advanced audio player focused on audio quality'
-url='http://audacious-media-player.org/'
-license=('GPL3')
-arch=('i686' 'x86_64')
-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=('d4bb828e4ead275bded85cf8b0aa258c347106cb')
-
-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 142397, audacious/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-09 01:26:09 UTC (rev 142398)
@@ -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.1
+pkgrel=1
+pkgdesc='Lightweight, GTK-based advanced audio player focused on audio quality'
+url='http://audacious-media-player.org/'
+license=('GPL3')
+arch=('i686' 'x86_64')
+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=('53d89b3e2faf5ca13dca55875dc04efc753328f2')
+
+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-11-09 01:25:47 UTC (rev 142397)
+++ extra-i686/install 2011-11-09 01:26:09 UTC (rev 142398)
@@ -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 142397, audacious/trunk/install)
===================================================================
--- extra-i686/install (rev 0)
+++ extra-i686/install 2011-11-09 01:26:09 UTC (rev 142398)
@@ -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-11-09 01:25:47 UTC (rev 142397)
+++ extra-x86_64/PKGBUILD 2011-11-09 01:26:09 UTC (rev 142398)
@@ -1,33 +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.4
-pkgrel=1
-pkgdesc='Lightweight, GTK-based advanced audio player focused on audio quality'
-url='http://audacious-media-player.org/'
-license=('GPL3')
-arch=('i686' 'x86_64')
-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=('d4bb828e4ead275bded85cf8b0aa258c347106cb')
-
-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 142397, audacious/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2011-11-09 01:26:09 UTC (rev 142398)
@@ -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.1
+pkgrel=1
+pkgdesc='Lightweight, GTK-based advanced audio player focused on audio quality'
+url='http://audacious-media-player.org/'
+license=('GPL3')
+arch=('i686' 'x86_64')
+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=('53d89b3e2faf5ca13dca55875dc04efc753328f2')
+
+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-11-09 01:25:47 UTC (rev 142397)
+++ extra-x86_64/install 2011-11-09 01:26:09 UTC (rev 142398)
@@ -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 142397, audacious/trunk/install)
===================================================================
--- extra-x86_64/install (rev 0)
+++ extra-x86_64/install 2011-11-09 01:26:09 UTC (rev 142398)
@@ -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