summaryrefslogtreecommitdiff
path: root/extra/xfce4-session/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-09-17 23:14:43 +0000
committerroot <root@rshg054.dnsready.net>2011-09-17 23:14:43 +0000
commitc7fd3b08e227a739803d62e0bb3033ebe65da775 (patch)
tree430c01910f230e9973e3a31c5fa53bd397336e1d /extra/xfce4-session/PKGBUILD
parent0669684720f97826696e11d1053f82108cd03a74 (diff)
Sat Sep 17 23:14:43 UTC 2011
Diffstat (limited to 'extra/xfce4-session/PKGBUILD')
-rw-r--r--extra/xfce4-session/PKGBUILD17
1 files changed, 7 insertions, 10 deletions
diff --git a/extra/xfce4-session/PKGBUILD b/extra/xfce4-session/PKGBUILD
index f8179e2e3..b8d7b5de0 100644
--- a/extra/xfce4-session/PKGBUILD
+++ b/extra/xfce4-session/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 136121 2011-08-23 06:05:20Z eric $
+# $Id: PKGBUILD 138127 2011-09-17 02:26:42Z allan $
# Maintainer: AndyRTR <andyrtr@archlinux.org>
# Contributor: tobias <tobias funnychar archlinux.org>
pkgname=xfce4-session
-pkgver=4.8.1
-pkgrel=3
+pkgver=4.8.2
+pkgrel=1
pkgdesc="A session manager for Xfce"
arch=('i686' 'x86_64')
license=('GPL2')
@@ -22,17 +22,14 @@ 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
- gdm.patch)
-md5sums=('478080ff666fdd36786a243829663efd'
+ org.freedesktop.upower.pkla)
+md5sums=('48780cbcf784ab64debc9312f17765f2'
'2e2519950d8c591dc9440ed8957a49ed'
- '5fa270637b5e685f033863d8664795a2'
- '61423d0e235cad7ffcbbdacc96c9151b')
+ '5fa270637b5e685f033863d8664795a2')
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 \