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

Jan de Groot jgc at nymeria.archlinux.org
Wed Sep 25 08:02:28 UTC 2013


    Date: Wednesday, September 25, 2013 @ 10:02:28
  Author: jgc
Revision: 195118

upgpkg: gnome-session 3.10.0-2

Kill gconf autostart support. Apps still launching with this method should get killed

Modified:
  gnome-session/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-09-25 07:54:11 UTC (rev 195117)
+++ PKGBUILD	2013-09-25 08:02:28 UTC (rev 195118)
@@ -3,11 +3,11 @@
 
 pkgname=gnome-session
 pkgver=3.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc="The GNOME Session Handler"
 arch=(i686 x86_64)
 license=(GPL LGPL)
-depends=(systemd dconf gconf gsettings-desktop-schemas gtk3 gnome-desktop
+depends=(systemd dconf gsettings-desktop-schemas gtk3 gnome-desktop
          hicolor-icon-theme json-glib libgl libsm libxtst upower)
 makedepends=(intltool mesa gtk-doc xtrans)
 options=('!emptydirs')
@@ -29,7 +29,7 @@
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc \
       --localstatedir=/var --libexecdir=/usr/lib/gnome-session \
-      --disable-schemas-compile --enable-systemd
+      --disable-schemas-compile --enable-systemd --disable-gconf
   make
 }
 




More information about the arch-commits mailing list