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

Balló György bgyorgy at nymeria.archlinux.org
Sat Mar 30 13:01:13 UTC 2013


    Date: Saturday, March 30, 2013 @ 14:01:13
  Author: bgyorgy
Revision: 87383

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

Added:
  goobox/repos/community-i686/PKGBUILD
    (from rev 87382, goobox/trunk/PKGBUILD)
  goobox/repos/community-i686/goobox.install
    (from rev 87382, goobox/trunk/goobox.install)
  goobox/repos/community-x86_64/PKGBUILD
    (from rev 87382, goobox/trunk/PKGBUILD)
  goobox/repos/community-x86_64/goobox.install
    (from rev 87382, goobox/trunk/goobox.install)
Deleted:
  goobox/repos/community-i686/PKGBUILD
  goobox/repos/community-i686/fix-notifications.patch
  goobox/repos/community-i686/goobox.install
  goobox/repos/community-x86_64/PKGBUILD
  goobox/repos/community-x86_64/fix-notifications.patch
  goobox/repos/community-x86_64/goobox.install

------------------------------------------+
 /PKGBUILD                                |   64 +++++++++++++++++++++++++++++
 /goobox.install                          |   26 +++++++++++
 community-i686/PKGBUILD                  |   35 ---------------
 community-i686/fix-notifications.patch   |   25 -----------
 community-i686/goobox.install            |   13 -----
 community-x86_64/PKGBUILD                |   35 ---------------
 community-x86_64/fix-notifications.patch |   25 -----------
 community-x86_64/goobox.install          |   13 -----
 8 files changed, 90 insertions(+), 146 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-03-30 13:01:05 UTC (rev 87382)
+++ community-i686/PKGBUILD	2013-03-30 13:01:13 UTC (rev 87383)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=goobox
-pkgver=3.0.1
-pkgrel=2
-pkgdesc="CD player and ripper for GNOME"
-arch=('i686' 'x86_64')
-url="http://people.gnome.org/~paobac/goobox/"
-license=('GPL')
-depends=('brasero' 'gstreamer0.10-base-plugins' 'libmusicbrainz3' 'libnotify' 'xdg-utils')
-makedepends=('gconf' 'intltool' 'gnome-doc-utils')
-optdepends=('gstreamer0.10-good-plugins: rip CDs into flac and wav format')
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
-        fix-notifications.patch)
-sha256sums=('344351ab8a9aee9e1c7f490e84c972a0df57eec5b44d31247c7ef268bf4cb60e'
-            '41f1307c271ee003d2e7435d6e9a7c5f72d3668ce0cc50842769c34f97c7fe99')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=674121
-  patch -Np1 -i "$srcdir/fix-notifications.patch"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-              --disable-static --disable-scrollkeeper --disable-schemas-compile
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}

Copied: goobox/repos/community-i686/PKGBUILD (from rev 87382, goobox/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-03-30 13:01:13 UTC (rev 87383)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=goobox
+pkgver=3.2.0
+pkgrel=1
+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' 'xdg-utils')
+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=('0bd5c31d53635588f46ad4d254866ff74356caee5edb45c1a3bce9c754cc6cb6')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  sed -i 's/LIBCOVERART_REQUIRED=1.0.0beta1/LIBCOVERART_REQUIRED=1.0.0/' configure{,.ac}
+
+  ./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/fix-notifications.patch
===================================================================
--- community-i686/fix-notifications.patch	2013-03-30 13:01:05 UTC (rev 87382)
+++ community-i686/fix-notifications.patch	2013-03-30 13:01:13 UTC (rev 87383)
@@ -1,25 +0,0 @@
-diff -Naur goobox-3.0.1.orig/src/main.c goobox-3.0.1/src/main.c
---- goobox-3.0.1.orig/src/main.c	2011-08-22 19:55:45.000000000 +0200
-+++ goobox-3.0.1/src/main.c	2012-04-15 02:59:34.476683867 +0200
-@@ -729,15 +729,15 @@
- 						window,
- 						NULL);
- 
--		notify_notification_set_hint_byte (notification,
--						   "action-icons",
--						   TRUE);
-+		notify_notification_set_hint (notification,
-+					      "action-icons",
-+					      g_variant_new_boolean (TRUE));
- 	}
- 
- 	if (notification_supports_persistence)
--		notify_notification_set_hint_byte (notification,
--						    "resident" /* "transient" */,
--						    TRUE);
-+		notify_notification_set_hint (notification,
-+					      "resident" /* "transient" */,
-+					      g_variant_new_boolean (TRUE));
- 
- 	notify_notification_show (notification, NULL);
- 

Deleted: community-i686/goobox.install
===================================================================
--- community-i686/goobox.install	2013-03-30 13:01:05 UTC (rev 87382)
+++ community-i686/goobox.install	2013-03-30 13:01:13 UTC (rev 87383)
@@ -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: goobox/repos/community-i686/goobox.install (from rev 87382, goobox/trunk/goobox.install)
===================================================================
--- community-i686/goobox.install	                        (rev 0)
+++ community-i686/goobox.install	2013-03-30 13:01:13 UTC (rev 87383)
@@ -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	2013-03-30 13:01:05 UTC (rev 87382)
+++ community-x86_64/PKGBUILD	2013-03-30 13:01:13 UTC (rev 87383)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=goobox
-pkgver=3.0.1
-pkgrel=2
-pkgdesc="CD player and ripper for GNOME"
-arch=('i686' 'x86_64')
-url="http://people.gnome.org/~paobac/goobox/"
-license=('GPL')
-depends=('brasero' 'gstreamer0.10-base-plugins' 'libmusicbrainz3' 'libnotify' 'xdg-utils')
-makedepends=('gconf' 'intltool' 'gnome-doc-utils')
-optdepends=('gstreamer0.10-good-plugins: rip CDs into flac and wav format')
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
-        fix-notifications.patch)
-sha256sums=('344351ab8a9aee9e1c7f490e84c972a0df57eec5b44d31247c7ef268bf4cb60e'
-            '41f1307c271ee003d2e7435d6e9a7c5f72d3668ce0cc50842769c34f97c7fe99')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=674121
-  patch -Np1 -i "$srcdir/fix-notifications.patch"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-              --disable-static --disable-scrollkeeper --disable-schemas-compile
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}

Copied: goobox/repos/community-x86_64/PKGBUILD (from rev 87382, goobox/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-03-30 13:01:13 UTC (rev 87383)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=goobox
+pkgver=3.2.0
+pkgrel=1
+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' 'xdg-utils')
+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=('0bd5c31d53635588f46ad4d254866ff74356caee5edb45c1a3bce9c754cc6cb6')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  sed -i 's/LIBCOVERART_REQUIRED=1.0.0beta1/LIBCOVERART_REQUIRED=1.0.0/' configure{,.ac}
+
+  ./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/fix-notifications.patch
===================================================================
--- community-x86_64/fix-notifications.patch	2013-03-30 13:01:05 UTC (rev 87382)
+++ community-x86_64/fix-notifications.patch	2013-03-30 13:01:13 UTC (rev 87383)
@@ -1,25 +0,0 @@
-diff -Naur goobox-3.0.1.orig/src/main.c goobox-3.0.1/src/main.c
---- goobox-3.0.1.orig/src/main.c	2011-08-22 19:55:45.000000000 +0200
-+++ goobox-3.0.1/src/main.c	2012-04-15 02:59:34.476683867 +0200
-@@ -729,15 +729,15 @@
- 						window,
- 						NULL);
- 
--		notify_notification_set_hint_byte (notification,
--						   "action-icons",
--						   TRUE);
-+		notify_notification_set_hint (notification,
-+					      "action-icons",
-+					      g_variant_new_boolean (TRUE));
- 	}
- 
- 	if (notification_supports_persistence)
--		notify_notification_set_hint_byte (notification,
--						    "resident" /* "transient" */,
--						    TRUE);
-+		notify_notification_set_hint (notification,
-+					      "resident" /* "transient" */,
-+					      g_variant_new_boolean (TRUE));
- 
- 	notify_notification_show (notification, NULL);
- 

Deleted: community-x86_64/goobox.install
===================================================================
--- community-x86_64/goobox.install	2013-03-30 13:01:05 UTC (rev 87382)
+++ community-x86_64/goobox.install	2013-03-30 13:01:13 UTC (rev 87383)
@@ -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: goobox/repos/community-x86_64/goobox.install (from rev 87382, goobox/trunk/goobox.install)
===================================================================
--- community-x86_64/goobox.install	                        (rev 0)
+++ community-x86_64/goobox.install	2013-03-30 13:01:13 UTC (rev 87383)
@@ -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