[arch-commits] Commit in goobox/repos (6 files)

Balló György bgyorgy at archlinux.org
Thu Nov 20 01:05:27 UTC 2014


    Date: Thursday, November 20, 2014 @ 02:05:27
  Author: bgyorgy
Revision: 122799

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

Added:
  goobox/repos/community-staging-i686/
  goobox/repos/community-staging-i686/PKGBUILD
    (from rev 122798, goobox/trunk/PKGBUILD)
  goobox/repos/community-staging-i686/goobox.install
    (from rev 122798, goobox/trunk/goobox.install)
  goobox/repos/community-staging-x86_64/
  goobox/repos/community-staging-x86_64/PKGBUILD
    (from rev 122798, goobox/trunk/PKGBUILD)
  goobox/repos/community-staging-x86_64/goobox.install
    (from rev 122798, goobox/trunk/goobox.install)

-----------------------------------------+
 community-staging-i686/PKGBUILD         |   35 ++++++++++++++++++++++++++++++
 community-staging-i686/goobox.install   |   13 +++++++++++
 community-staging-x86_64/PKGBUILD       |   35 ++++++++++++++++++++++++++++++
 community-staging-x86_64/goobox.install |   13 +++++++++++
 4 files changed, 96 insertions(+)

Copied: goobox/repos/community-staging-i686/PKGBUILD (from rev 122798, goobox/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2014-11-20 01:05:27 UTC (rev 122799)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=goobox
+pkgver=3.2.1
+pkgrel=2
+pkgdesc="CD player and ripper for GNOME"
+arch=('i686' 'x86_64')
+url="http://people.gnome.org/~paobac/goobox/"
+license=('GPL')
+depends=('gst-plugins-base' 'brasero' 'libmusicbrainz5' 'libdiscid' 'libcoverart' 'libnotify')
+makedepends=('intltool' 'itstool')
+optdepends=('gst-plugins-good: rip CDs into flac and wav formats')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c2dba51881902cad3593fc3b3dafd3c12038173a27c623350f1771a1bfbf09a7')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # Update libcoverart version number
+  sed -i 's/LIBCOVERART_REQUIRED=1.0.0beta1/LIBCOVERART_REQUIRED=1.0.0/' configure{,.ac}
+}
+
+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: goobox/repos/community-staging-i686/goobox.install (from rev 122798, goobox/trunk/goobox.install)
===================================================================
--- community-staging-i686/goobox.install	                        (rev 0)
+++ community-staging-i686/goobox.install	2014-11-20 01:05:27 UTC (rev 122799)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: goobox/repos/community-staging-x86_64/PKGBUILD (from rev 122798, goobox/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2014-11-20 01:05:27 UTC (rev 122799)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=goobox
+pkgver=3.2.1
+pkgrel=2
+pkgdesc="CD player and ripper for GNOME"
+arch=('i686' 'x86_64')
+url="http://people.gnome.org/~paobac/goobox/"
+license=('GPL')
+depends=('gst-plugins-base' 'brasero' 'libmusicbrainz5' 'libdiscid' 'libcoverart' 'libnotify')
+makedepends=('intltool' 'itstool')
+optdepends=('gst-plugins-good: rip CDs into flac and wav formats')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c2dba51881902cad3593fc3b3dafd3c12038173a27c623350f1771a1bfbf09a7')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # Update libcoverart version number
+  sed -i 's/LIBCOVERART_REQUIRED=1.0.0beta1/LIBCOVERART_REQUIRED=1.0.0/' configure{,.ac}
+}
+
+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: goobox/repos/community-staging-x86_64/goobox.install (from rev 122798, goobox/trunk/goobox.install)
===================================================================
--- community-staging-x86_64/goobox.install	                        (rev 0)
+++ community-staging-x86_64/goobox.install	2014-11-20 01:05:27 UTC (rev 122799)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



More information about the arch-commits mailing list