summaryrefslogtreecommitdiff
path: root/community/lxsession/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/lxsession/PKGBUILD')
-rw-r--r--community/lxsession/PKGBUILD22
1 files changed, 15 insertions, 7 deletions
diff --git a/community/lxsession/PKGBUILD b/community/lxsession/PKGBUILD
index eea61d4f1..5e4d01536 100644
--- a/community/lxsession/PKGBUILD
+++ b/community/lxsession/PKGBUILD
@@ -1,22 +1,30 @@
-# $Id: PKGBUILD 94956 2013-08-01 13:37:08Z bpiotrowski $
+# $Id: PKGBUILD 95018 2013-08-03 12:52:23Z bpiotrowski $
# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
# Contributor: Angel Velasquez <angvp@archlinux.org>
# Contributor: Juergen Hoetzel <juergen@archlinux.org>
pkgname=lxsession
-pkgver=0.4.9.2
-pkgrel=2
+pkgver=0.4.6.1
+pkgrel=1
+epoch=1
pkgdesc='Lightweight X11 session manager'
arch=('i686' 'x86_64')
url="http://lxde.org/"
license=('GPL2')
groups=('lxde')
-depends=('gtk2' 'dbus' 'libgee06' 'dbus-glib' 'polkit' 'lsb-release')
-makedepends=('pkgconfig' 'intltool' 'vala')
+depends=('gtk2' 'dbus')
+makedepends=('pkgconfig' 'intltool')
replaces=('lxde-settings-daemon' 'lxsession-lite')
conflicts=('lxsession-lite' 'lxde-settings-daemon')
-source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz)
-md5sums=('bc3eb71936dbdf813e9ac2f00ab948f0')
+source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz
+ lxsession-0.4.6.1-logind-support.patch)
+md5sums=('e456b64c5ab3652a4dec661ec706dc6e'
+ 'd99fb337cba343306df71c85034def3b')
+
+prepare() {
+ cd $pkgname-$pkgver
+ patch -Np1 -i ../lxsession-0.4.6.1-logind-support.patch
+}
build() {
cd $pkgname-$pkgver