[arch-commits] Commit in gdm/trunk (2 files)
Ionut Biru
ibiru at archlinux.org
Thu Mar 11 23:36:39 UTC 2010
Date: Thursday, March 11, 2010 @ 18:36:38
Author: ibiru
Revision: 71960
update to gnome 2.30rc
Modified:
gdm/trunk/04_fix_external_program_directories.patch
gdm/trunk/PKGBUILD
-------------------------------------------+
04_fix_external_program_directories.patch | 6 +++---
PKGBUILD | 11 +++++------
2 files changed, 8 insertions(+), 9 deletions(-)
Modified: 04_fix_external_program_directories.patch
===================================================================
--- 04_fix_external_program_directories.patch 2010-03-11 23:36:33 UTC (rev 71959)
+++ 04_fix_external_program_directories.patch 2010-03-11 23:36:38 UTC (rev 71960)
@@ -37,12 +37,12 @@
if (error != NULL) {
g_warning ("Error starting settings daemon: %s", error->message);
g_error_free (error);
---- gdm-2.28.0/data/greeter-autostart/polkit-gnome-authentication-agent-1.desktop.in.orig 2009-09-29 10:07:17.000000000 +0200
-+++ gdm-2.28.0/data/greeter-autostart/polkit-gnome-authentication-agent-1.desktop.in 2009-09-29 10:07:29.000000000 +0200
+--- gdm-2.29.92/data/greeter-autostart/polkit-gnome-authentication-agent-1.desktop.in.orig 2010-03-11 21:20:46.601321566 +0200
++++ gdm-2.29.92/data/greeter-autostart/polkit-gnome-authentication-agent-1.desktop.in 2010-03-11 21:21:16.765676813 +0200
@@ -1,5 +1,5 @@
[Desktop Entry]
Type=Application
_Name=PolicyKit Authentication Agent
--Exec=/usr/libexec/polkit-gnome-authentication-agent-1
+-Exec=/usr/lib/polkit-gnome-authentication-agent-1
+Exec=/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
OnlyShowIn=GNOME;
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-03-11 23:36:33 UTC (rev 71959)
+++ PKGBUILD 2010-03-11 23:36:38 UTC (rev 71960)
@@ -1,7 +1,7 @@
# $Id$
# Maintainer: Jan de Groot <jgc at archlinux.org>
pkgname=gdm
-pkgver=2.29.6
+pkgver=2.29.92
pkgrel=1
pkgdesc="Gnome Display Manager (a reimplementation of xdm)"
arch=(i686 x86_64)
@@ -10,8 +10,8 @@
backup=('etc/pam.d/gdm' 'etc/pam.d/gdm-autologin' 'etc/gdm/custom.conf')
groups=('gnome-extra')
options=('!libtool')
-depends=('libcanberra>=0.21' 'libxklavier>=5.0' 'tcp_wrappers' 'gnome-session>=2.29.6' 'devicekit-power>=013')
-makedepends=('intltool' 'gnome-doc-utils>=0.18.0' 'xorg-server' 'gnome-panel>=2.29.6')
+depends=('libcanberra>=0.23' 'libxklavier>=5.0' 'tcp_wrappers' 'gnome-session>=2.29.92' 'upower>=0.9.1')
+makedepends=('intltool' 'gnome-doc-utils>=0.18.0' 'xorg-server' 'gnome-panel>=2.29.92')
optdepends=('gnome-panel: needed for user switch applet')
conflicts=('fast-user-switch-applet')
replaces=('fast-user-switch-applet')
@@ -21,13 +21,12 @@
gdm.pam
gdm-autologin.pam
gdm)
-sha256sums=('86d5d8a8410a6f8fc0e9668f1bef4f9b5ced38df9879dd6dd913874f66f9f90f'
- 'd41b0945a3db78a06b5aa4101f5515f7ea5d57e70974681c23e5def1df1834bb'
+sha256sums=('604e30596f9bf52b42822707ba2ce16a0c6b5c79fd5c9448463eee1803f431e8'
+ '1c494fbd9a03a29ee94ba180e79a2a9fc3d11516bf5767faa53230c5939b8e09'
'f1dfa4d88288d4b0a631a68a51b46c2da537bee8fe5a99f9f288c8ff75a50b19'
'3daff680ff6b7ea56f84f40843e46e72477c81e9e405028203c942af04d07ae5'
'272c08d8e8b50bf424d0705ac864d4c18c47ec4f6893b1af732c2efbc86c9550')
-
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
patch -Np1 -i "${srcdir}/04_fix_external_program_directories.patch" || return 1
More information about the arch-commits
mailing list