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

Evangelos Foutras foutrelis at nymeria.archlinux.org
Sun May 19 22:26:40 UTC 2013


    Date: Monday, May 20, 2013 @ 00:26:40
  Author: foutrelis
Revision: 185962

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

Added:
  gconf-perl/repos/staging-i686/
  gconf-perl/repos/staging-i686/PKGBUILD
    (from rev 185961, gconf-perl/trunk/PKGBUILD)
  gconf-perl/repos/staging-i686/disable-orbit.patch
    (from rev 185961, gconf-perl/trunk/disable-orbit.patch)
  gconf-perl/repos/staging-x86_64/
  gconf-perl/repos/staging-x86_64/PKGBUILD
    (from rev 185961, gconf-perl/trunk/PKGBUILD)
  gconf-perl/repos/staging-x86_64/disable-orbit.patch
    (from rev 185961, gconf-perl/trunk/disable-orbit.patch)

------------------------------------+
 staging-i686/PKGBUILD              |   34 ++++++++++++++++++++++++++++++++++
 staging-i686/disable-orbit.patch   |   30 ++++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD            |   34 ++++++++++++++++++++++++++++++++++
 staging-x86_64/disable-orbit.patch |   30 ++++++++++++++++++++++++++++++
 4 files changed, 128 insertions(+)

Copied: gconf-perl/repos/staging-i686/PKGBUILD (from rev 185961, gconf-perl/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2013-05-19 22:26:40 UTC (rev 185962)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gconf-perl
+pkgver=1.044
+pkgrel=8
+pkgdesc="Gnome2-GConf perl bindings for gconf"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gtk2-perl.sourceforge.net/"
+makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
+depends=('glib-perl' 'gconf' 'perl')
+options=(!emptydirs)
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Gnome2-GConf-${pkgver}.tar.gz
+        disable-orbit.patch)
+md5sums=('ea386003b18f067524833b0eeb271330'
+         '14852fc936ce7b552eb204913d55fd1c')
+
+build() {
+  cd "${srcdir}/Gnome2-GConf-${pkgver}"
+  patch -Np1 -i "${srcdir}/disable-orbit.patch"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/Gnome2-GConf-${pkgver}"
+  dbus-launch --exit-with-session make test
+}
+
+package() {
+  cd "${srcdir}/Gnome2-GConf-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: gconf-perl/repos/staging-i686/disable-orbit.patch (from rev 185961, gconf-perl/trunk/disable-orbit.patch)
===================================================================
--- staging-i686/disable-orbit.patch	                        (rev 0)
+++ staging-i686/disable-orbit.patch	2013-05-19 22:26:40 UTC (rev 185962)
@@ -0,0 +1,30 @@
+Description: Disable gconf_engine_key_is_writable
+ This symbol is not available in libgconf when it is configured without
+ ORBit support, which is currently the case in Debian.
+Author: Colin Watson <cjwatson at ubuntu.com>
+Bug-Debian: http://bugs.debian.org/649055
+Forwarded: no
+Last-Update: 2011-11-17
+
+Index: b/xs/GConfEngine.xs
+===================================================================
+--- a/xs/GConfEngine.xs
++++ b/xs/GConfEngine.xs
+@@ -350,6 +350,8 @@
+ 	if (err)
+ 		gperl_croak_gerror (NULL, err);
+ 
++#if 0 /* requires gconf to be configured with ORBit support */
++
+ ##gboolean gconf_engine_key_is_writable  (GConfEngine *conf,
+ ##                                        const gchar *key,
+ ##                                        GError     **err);
+@@ -366,6 +368,8 @@
+     OUTPUT:
+         RETVAL
+ 
++#endif
++
+ guint
+ gconf_engine_notify_add (engine, namespace_section, func, data=NULL)
+ 	GConfEngine * engine

Copied: gconf-perl/repos/staging-x86_64/PKGBUILD (from rev 185961, gconf-perl/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2013-05-19 22:26:40 UTC (rev 185962)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gconf-perl
+pkgver=1.044
+pkgrel=8
+pkgdesc="Gnome2-GConf perl bindings for gconf"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gtk2-perl.sourceforge.net/"
+makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
+depends=('glib-perl' 'gconf' 'perl')
+options=(!emptydirs)
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Gnome2-GConf-${pkgver}.tar.gz
+        disable-orbit.patch)
+md5sums=('ea386003b18f067524833b0eeb271330'
+         '14852fc936ce7b552eb204913d55fd1c')
+
+build() {
+  cd "${srcdir}/Gnome2-GConf-${pkgver}"
+  patch -Np1 -i "${srcdir}/disable-orbit.patch"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/Gnome2-GConf-${pkgver}"
+  dbus-launch --exit-with-session make test
+}
+
+package() {
+  cd "${srcdir}/Gnome2-GConf-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: gconf-perl/repos/staging-x86_64/disable-orbit.patch (from rev 185961, gconf-perl/trunk/disable-orbit.patch)
===================================================================
--- staging-x86_64/disable-orbit.patch	                        (rev 0)
+++ staging-x86_64/disable-orbit.patch	2013-05-19 22:26:40 UTC (rev 185962)
@@ -0,0 +1,30 @@
+Description: Disable gconf_engine_key_is_writable
+ This symbol is not available in libgconf when it is configured without
+ ORBit support, which is currently the case in Debian.
+Author: Colin Watson <cjwatson at ubuntu.com>
+Bug-Debian: http://bugs.debian.org/649055
+Forwarded: no
+Last-Update: 2011-11-17
+
+Index: b/xs/GConfEngine.xs
+===================================================================
+--- a/xs/GConfEngine.xs
++++ b/xs/GConfEngine.xs
+@@ -350,6 +350,8 @@
+ 	if (err)
+ 		gperl_croak_gerror (NULL, err);
+ 
++#if 0 /* requires gconf to be configured with ORBit support */
++
+ ##gboolean gconf_engine_key_is_writable  (GConfEngine *conf,
+ ##                                        const gchar *key,
+ ##                                        GError     **err);
+@@ -366,6 +368,8 @@
+     OUTPUT:
+         RETVAL
+ 
++#endif
++
+ guint
+ gconf_engine_notify_add (engine, namespace_section, func, data=NULL)
+ 	GConfEngine * engine




More information about the arch-commits mailing list