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

Felix Yan fyan at nymeria.archlinux.org
Fri Jul 4 09:20:34 UTC 2014


    Date: Friday, July 4, 2014 @ 11:20:34
  Author: fyan
Revision: 114857

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

Added:
  gnac/repos/community-i686/PKGBUILD
    (from rev 114856, gnac/trunk/PKGBUILD)
  gnac/repos/community-i686/gnac.install
    (from rev 114856, gnac/trunk/gnac.install)
  gnac/repos/community-x86_64/PKGBUILD
    (from rev 114856, gnac/trunk/PKGBUILD)
  gnac/repos/community-x86_64/gnac.install
    (from rev 114856, gnac/trunk/gnac.install)
Deleted:
  gnac/repos/community-i686/PKGBUILD
  gnac/repos/community-i686/gnac.install
  gnac/repos/community-x86_64/PKGBUILD
  gnac/repos/community-x86_64/gnac.install

-------------------------------+
 /PKGBUILD                     |   66 ++++++++++++++++++++++++++++++++++++++++
 /gnac.install                 |   26 +++++++++++++++
 community-i686/PKGBUILD       |   33 --------------------
 community-i686/gnac.install   |   13 -------
 community-x86_64/PKGBUILD     |   33 --------------------
 community-x86_64/gnac.install |   13 -------
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-07-04 09:19:09 UTC (rev 114856)
+++ community-i686/PKGBUILD	2014-07-04 09:20:34 UTC (rev 114857)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=gnac
-pkgver=0.2.4.1
-pkgrel=1
-pkgdesc="Audio converter for GNOME"
-arch=('i686' 'x86_64')
-url="http://gnac.sourceforge.net/"
-license=('GPL')
-depends=('libnotify' 'libunique3' 'gstreamer0.10-base-plugins' 'dconf' 'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils')
-makedepends=('intltool' 'gnome-doc-utils')
-optdepends=('gstreamer0.10-good-plugins: Extra media codecs'
-            'gstreamer0.10-bad-plugins: Extra media codecs'            
-            'gstreamer0.10-ugly-plugins: Extra media codecs'
-            'gstreamer0.10-ffmpeg: Extra media codecs')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('14d86536a75bde9cbf4c5eaede8c4b2a')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-              --disable-static --disable-schemas-compile
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}

Copied: gnac/repos/community-i686/PKGBUILD (from rev 114856, gnac/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-07-04 09:20:34 UTC (rev 114857)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=gnac
+pkgver=0.2.4.1
+pkgrel=2
+pkgdesc="Audio converter for GNOME"
+arch=('i686' 'x86_64')
+url="http://gnac.sourceforge.net/"
+license=('GPL')
+depends=('libnotify' 'libunique3' 'gstreamer0.10-base-plugins' 'dconf' 'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils')
+makedepends=('intltool' 'gnome-doc-utils')
+optdepends=('gstreamer0.10-good-plugins: Extra media codecs'
+            'gstreamer0.10-bad-plugins: Extra media codecs'            
+            'gstreamer0.10-ugly-plugins: Extra media codecs'
+            'gstreamer0.10-ffmpeg: Extra media codecs')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('14d86536a75bde9cbf4c5eaede8c4b2a')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+              --disable-static --disable-schemas-compile
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/gnac.install
===================================================================
--- community-i686/gnac.install	2014-07-04 09:19:09 UTC (rev 114856)
+++ community-i686/gnac.install	2014-07-04 09:20:34 UTC (rev 114857)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  xdg-icon-resource forceupdate
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: gnac/repos/community-i686/gnac.install (from rev 114856, gnac/trunk/gnac.install)
===================================================================
--- community-i686/gnac.install	                        (rev 0)
+++ community-i686/gnac.install	2014-07-04 09:20:34 UTC (rev 114857)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  xdg-icon-resource forceupdate
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-07-04 09:19:09 UTC (rev 114856)
+++ community-x86_64/PKGBUILD	2014-07-04 09:20:34 UTC (rev 114857)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=gnac
-pkgver=0.2.4.1
-pkgrel=1
-pkgdesc="Audio converter for GNOME"
-arch=('i686' 'x86_64')
-url="http://gnac.sourceforge.net/"
-license=('GPL')
-depends=('libnotify' 'libunique3' 'gstreamer0.10-base-plugins' 'dconf' 'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils')
-makedepends=('intltool' 'gnome-doc-utils')
-optdepends=('gstreamer0.10-good-plugins: Extra media codecs'
-            'gstreamer0.10-bad-plugins: Extra media codecs'            
-            'gstreamer0.10-ugly-plugins: Extra media codecs'
-            'gstreamer0.10-ffmpeg: Extra media codecs')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('14d86536a75bde9cbf4c5eaede8c4b2a')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-              --disable-static --disable-schemas-compile
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}

Copied: gnac/repos/community-x86_64/PKGBUILD (from rev 114856, gnac/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-07-04 09:20:34 UTC (rev 114857)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=gnac
+pkgver=0.2.4.1
+pkgrel=2
+pkgdesc="Audio converter for GNOME"
+arch=('i686' 'x86_64')
+url="http://gnac.sourceforge.net/"
+license=('GPL')
+depends=('libnotify' 'libunique3' 'gstreamer0.10-base-plugins' 'dconf' 'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils')
+makedepends=('intltool' 'gnome-doc-utils')
+optdepends=('gstreamer0.10-good-plugins: Extra media codecs'
+            'gstreamer0.10-bad-plugins: Extra media codecs'            
+            'gstreamer0.10-ugly-plugins: Extra media codecs'
+            'gstreamer0.10-ffmpeg: Extra media codecs')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('14d86536a75bde9cbf4c5eaede8c4b2a')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+              --disable-static --disable-schemas-compile
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/gnac.install
===================================================================
--- community-x86_64/gnac.install	2014-07-04 09:19:09 UTC (rev 114856)
+++ community-x86_64/gnac.install	2014-07-04 09:20:34 UTC (rev 114857)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  xdg-icon-resource forceupdate
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: gnac/repos/community-x86_64/gnac.install (from rev 114856, gnac/trunk/gnac.install)
===================================================================
--- community-x86_64/gnac.install	                        (rev 0)
+++ community-x86_64/gnac.install	2014-07-04 09:20:34 UTC (rev 114857)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  xdg-icon-resource forceupdate
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}




More information about the arch-commits mailing list