Date: Wednesday, January 4, 2012 @ 14:41:50
  Author: bisson
Revision: 146058

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

Added:
  audacious/repos/extra-i686/PKGBUILD
    (from rev 146057, audacious/trunk/PKGBUILD)
  audacious/repos/extra-i686/install
    (from rev 146057, audacious/trunk/install)
  audacious/repos/extra-x86_64/PKGBUILD
    (from rev 146057, audacious/trunk/PKGBUILD)
  audacious/repos/extra-x86_64/install
    (from rev 146057, 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   |   64 ++++++++++++++++++++++++------------------------
 extra-i686/install    |   26 +++++++++----------
 extra-x86_64/PKGBUILD |   64 ++++++++++++++++++++++++------------------------
 extra-x86_64/install  |   26 +++++++++----------
 4 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2012-01-04 19:41:22 UTC (rev 146057)
+++ extra-i686/PKGBUILD 2012-01-04 19:41:50 UTC (rev 146058)
@@ -1,32 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr <pizzapunk gmail com>
-# Contributor: Giovanni Scafora <giova...@archlinux.org>
-# Maintainer: Gaetan Bisson <bis...@archlinux.org>
-
-pkgname=audacious
-pkgver=3.1.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' '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.bz2";)
-sha1sums=('fa5629d68ac1b12d563e8c0b4be083dea7c7924c')
-
-provides=('audacious-player')
-replaces=('audacious-player')
-install=install
-
-build() {
-       cd "${srcdir}/${pkgname}-${pkgver}"
-       ./configure --prefix=/usr
-       make
-}
-
-package() {
-       cd "${srcdir}/${pkgname}-${pkgver}"
-       make DESTDIR="${pkgdir}" install
-}

Copied: audacious/repos/extra-i686/PKGBUILD (from rev 146057, 
audacious/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD                         (rev 0)
+++ extra-i686/PKGBUILD 2012-01-04 19:41:50 UTC (rev 146058)
@@ -0,0 +1,32 @@
+# $Id$
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+# Contributor: Giovanni Scafora <giova...@archlinux.org>
+# Maintainer: Gaetan Bisson <bis...@archlinux.org>
+
+pkgname=audacious
+pkgver=3.1.2
+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' 'dbus-glib' 'libguess' 'libsm' 'audacious-plugins'
+         'hicolor-icon-theme' 'gtk-update-icon-cache' 'desktop-file-utils')
+optdepends=('unzip: zipped skins support')
+source=("http://distfiles.audacious-media-player.org/${pkgname}-${pkgver}.tar.bz2";)
+sha1sums=('ebaaefcfa291a1f97d2dae1b2d7f0cacb545dc7f')
+
+provides=('audacious-player')
+replaces=('audacious-player')
+install=install
+
+build() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       ./configure --prefix=/usr
+       make
+}
+
+package() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/install
===================================================================
--- extra-i686/install  2012-01-04 19:41:22 UTC (rev 146057)
+++ extra-i686/install  2012-01-04 19:41:50 UTC (rev 146058)
@@ -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 146057, 
audacious/trunk/install)
===================================================================
--- extra-i686/install                          (rev 0)
+++ extra-i686/install  2012-01-04 19:41:50 UTC (rev 146058)
@@ -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       2012-01-04 19:41:22 UTC (rev 146057)
+++ extra-x86_64/PKGBUILD       2012-01-04 19:41:50 UTC (rev 146058)
@@ -1,32 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr <pizzapunk gmail com>
-# Contributor: Giovanni Scafora <giova...@archlinux.org>
-# Maintainer: Gaetan Bisson <bis...@archlinux.org>
-
-pkgname=audacious
-pkgver=3.1.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' '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.bz2";)
-sha1sums=('fa5629d68ac1b12d563e8c0b4be083dea7c7924c')
-
-provides=('audacious-player')
-replaces=('audacious-player')
-install=install
-
-build() {
-       cd "${srcdir}/${pkgname}-${pkgver}"
-       ./configure --prefix=/usr
-       make
-}
-
-package() {
-       cd "${srcdir}/${pkgname}-${pkgver}"
-       make DESTDIR="${pkgdir}" install
-}

Copied: audacious/repos/extra-x86_64/PKGBUILD (from rev 146057, 
audacious/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD                               (rev 0)
+++ extra-x86_64/PKGBUILD       2012-01-04 19:41:50 UTC (rev 146058)
@@ -0,0 +1,32 @@
+# $Id$
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+# Contributor: Giovanni Scafora <giova...@archlinux.org>
+# Maintainer: Gaetan Bisson <bis...@archlinux.org>
+
+pkgname=audacious
+pkgver=3.1.2
+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' 'dbus-glib' 'libguess' 'libsm' 'audacious-plugins'
+         'hicolor-icon-theme' 'gtk-update-icon-cache' 'desktop-file-utils')
+optdepends=('unzip: zipped skins support')
+source=("http://distfiles.audacious-media-player.org/${pkgname}-${pkgver}.tar.bz2";)
+sha1sums=('ebaaefcfa291a1f97d2dae1b2d7f0cacb545dc7f')
+
+provides=('audacious-player')
+replaces=('audacious-player')
+install=install
+
+build() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       ./configure --prefix=/usr
+       make
+}
+
+package() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/install
===================================================================
--- extra-x86_64/install        2012-01-04 19:41:22 UTC (rev 146057)
+++ extra-x86_64/install        2012-01-04 19:41:50 UTC (rev 146058)
@@ -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 146057, 
audacious/trunk/install)
===================================================================
--- extra-x86_64/install                                (rev 0)
+++ extra-x86_64/install        2012-01-04 19:41:50 UTC (rev 146058)
@@ -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
+}

Reply via email to