[arch-commits] Commit in gnome-settings-daemon/trunk (PKGBUILD)

Jan Steffens heftig at nymeria.archlinux.org
Fri Feb 15 23:22:37 UTC 2013


    Date: Saturday, February 16, 2013 @ 00:22:37
  Author: heftig
Revision: 178085

Reenable ibus. For the ibus-haters, disable gsd's keyboard plugin to keep it from changing the environment.

Modified:
  gnome-settings-daemon/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-15 23:21:28 UTC (rev 178084)
+++ PKGBUILD	2013-02-15 23:22:37 UTC (rev 178085)
@@ -3,12 +3,12 @@
 
 pkgname=gnome-settings-daemon
 pkgver=3.6.4
-pkgrel=1
+pkgrel=2
 pkgdesc="The GNOME Settings daemon"
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('dconf' 'gnome-desktop' 'gsettings-desktop-schemas' 'hicolor-icon-theme' 'libcanberra-pulse' 'libnotify'
-         'libsystemd' 'libwacom' 'nss' 'pulseaudio' 'pulseaudio-alsa' 'upower')
+         'libsystemd' 'libwacom' 'nss' 'pulseaudio' 'pulseaudio-alsa' 'upower' 'ibus')
 makedepends=('intltool' 'xf86-input-wacom' 'libxslt' 'docbook-xsl')
 options=('!emptydirs' '!libtool')
 install=gnome-settings-daemon.install
@@ -32,7 +32,7 @@
 
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
       --libexecdir=/usr/lib/gnome-settings-daemon --disable-static \
-      --enable-systemd --disable-ibus
+      --enable-systemd
 
   #https://bugzilla.gnome.org/show_bug.cgi?id=656231
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool




More information about the arch-commits mailing list