summaryrefslogtreecommitdiff
path: root/testing/gconf-perl
diff options
context:
space:
mode:
Diffstat (limited to 'testing/gconf-perl')
-rw-r--r--testing/gconf-perl/PKGBUILD34
-rw-r--r--testing/gconf-perl/disable-orbit.patch30
2 files changed, 0 insertions, 64 deletions
diff --git a/testing/gconf-perl/PKGBUILD b/testing/gconf-perl/PKGBUILD
deleted file mode 100644
index 8c5621fe4..000000000
--- a/testing/gconf-perl/PKGBUILD
+++ /dev/null
@@ -1,34 +0,0 @@
-# $Id: PKGBUILD 159827 2012-05-27 07:42:01Z bluewind $
-# Maintainer: Jan de Groot <jgc@archlinux.org>
-
-pkgname=gconf-perl
-pkgver=1.044
-pkgrel=7
-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
-}
diff --git a/testing/gconf-perl/disable-orbit.patch b/testing/gconf-perl/disable-orbit.patch
deleted file mode 100644
index da526ec2e..000000000
--- a/testing/gconf-perl/disable-orbit.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-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@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