[arch-commits] Commit in gnome-control-center/trunk (PKGBUILD)

Ionut Biru ibiru at archlinux.org
Sun May 6 22:35:08 UTC 2012


    Date: Sunday, May 6, 2012 @ 18:35:08
  Author: ibiru
Revision: 158676

disable cheese support.
work around g-c-c crash

Modified:
  gnome-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-05-06 21:12:00 UTC (rev 158675)
+++ PKGBUILD	2012-05-06 22:35:08 UTC (rev 158676)
@@ -4,13 +4,13 @@
 
 pkgname=gnome-control-center
 pkgver=3.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc="The Control Center for GNOME"
 arch=('i686' 'x86_64')
 depends=('accountsservice' 'cups-pk-helper' 'gnome-bluetooth' 'gnome-desktop' 'gnome-menus'
          'gnome-online-accounts' 'gnome-settings-daemon' 'gsettings-desktop-schemas' 'gtk3'
          'libgtop' 'libsocialweb' 'network-manager-applet' 'sound-theme-freedesktop' 'upower'
-         'libsystemd' 'cheese')
+         'libsystemd')
 optdepends=('mesa-demos: provides glxinfo for graphics information'
             'apg: adds password generation for user accounts'
             'gnome-color-manager: for color management tasks')
@@ -32,7 +32,8 @@
   gnome-autogen.sh --prefix=/usr --sysconfdir=/etc \
       --localstatedir=/var --disable-static \
       --enable-systemd --with-libsocialweb \
-      --disable-update-mimedb
+      --disable-update-mimedb \
+      --without-cheese
 
   #https://bugzilla.gnome.org/show_bug.cgi?id=656229
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/    if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/      func_append compile_command " -Wl,-O1,--as-needed"\n      func_append finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool




More information about the arch-commits mailing list