summaryrefslogtreecommitdiff
path: root/extra/xfce4-session
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-08-23 23:14:30 +0000
committerroot <root@rshg054.dnsready.net>2011-08-23 23:14:30 +0000
commit9254c2bc6500471b22eead69781ddef84f87e2bf (patch)
treec4afa4b28422f98d69f9b2594705e164e8c3049c /extra/xfce4-session
parent64e290184042563a240e2d6d15c02e06703d00ee (diff)
Tue Aug 23 23:14:30 UTC 2011
Diffstat (limited to 'extra/xfce4-session')
-rw-r--r--extra/xfce4-session/PKGBUILD12
1 files changed, 8 insertions, 4 deletions
diff --git a/extra/xfce4-session/PKGBUILD b/extra/xfce4-session/PKGBUILD
index f59b70390..5f793c68b 100644
--- a/extra/xfce4-session/PKGBUILD
+++ b/extra/xfce4-session/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 119480 2011-04-11 18:13:13Z andyrtr $
+# $Id: PKGBUILD 136078 2011-08-22 13:09:39Z andyrtr $
# Maintainer: AndyRTR <andyrtr@archlinux.org>
# Contributor: tobias <tobias funnychar archlinux.org>
pkgname=xfce4-session
pkgver=4.8.1
-pkgrel=2
+pkgrel=3
pkgdesc="A session manager for Xfce"
arch=('i686' 'x86_64')
license=('GPL2')
@@ -22,13 +22,17 @@ options=('!libtool')
install=${pkgname}.install
source=(http://archive.xfce.org/src/xfce/${pkgname}/4.8/${pkgname}-${pkgver}.tar.bz2
org.freedesktop.consolekit.pkla
- org.freedesktop.upower.pkla)
+ org.freedesktop.upower.pkla
+ gdm.patch)
md5sums=('478080ff666fdd36786a243829663efd'
'2e2519950d8c591dc9440ed8957a49ed'
- '5fa270637b5e685f033863d8664795a2')
+ '5fa270637b5e685f033863d8664795a2'
+ '61423d0e235cad7ffcbbdacc96c9151b')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
+ # fix usage with gdm and custom langs https://bugs.archlinux.org/task/24327
+ patch -Np1 -i ${srcdir}/gdm.patch
./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib/xfce4 \