summaryrefslogtreecommitdiff
path: root/community/lxsession/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-11-19 10:15:11 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-11-19 10:15:11 -0300
commit4255b0aec5bcee0728d312531df99cc9a6e5ba08 (patch)
tree9cc60e9b2dce5800b57651ea5b5989381530c9de /community/lxsession/PKGBUILD
parent9e30cea6b8a2e90fd8958ca1f773e3a382179763 (diff)
parent705d29694fd61c47a57ccec531e73d87a2960021 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/lxsession/PKGBUILD community/uzbl/PKGBUILD extra/boost/PKGBUILD extra/calligra/PKGBUILD extra/gnutls/PKGBUILD extra/lapack/PKGBUILD extra/libcap-ng/PKGBUILD extra/php/PKGBUILD extra/plotutils/PKGBUILD extra/qt/PKGBUILD extra/webkitgtk/PKGBUILD
Diffstat (limited to 'community/lxsession/PKGBUILD')
-rw-r--r--community/lxsession/PKGBUILD30
1 files changed, 17 insertions, 13 deletions
diff --git a/community/lxsession/PKGBUILD b/community/lxsession/PKGBUILD
index 0deb4855c..12443da90 100644
--- a/community/lxsession/PKGBUILD
+++ b/community/lxsession/PKGBUILD
@@ -1,29 +1,33 @@
-# $Id: PKGBUILD 53453 2011-08-03 19:42:00Z angvp $
-# Maintainer: Angel Velasquez <angvp@archlinux.org>
-# Maintainer: Juergen Hoetzel <juergen@archlinux.org>
+# $Id: PKGBUILD 80231 2012-11-18 09:34:03Z 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.6.1
-pkgrel=1.1
-pkgdesc="Session manager of the LXDE Desktop (light version)"
+pkgrel=3
+pkgdesc='Lightweight X11 session manager'
arch=('i686' 'x86_64' 'mips64el')
-license=('GPL2')
url="http://lxde.org/"
+license=('GPL2')
groups=('lxde')
depends=('gtk2' 'dbus')
makedepends=('pkgconfig' 'intltool')
replaces=('lxde-settings-daemon' 'lxsession-lite')
conflicts=('lxsession-lite' 'lxde-settings-daemon')
-source=(http://downloads.sourceforge.net/lxde/lxsession-${pkgver}.tar.gz)
-md5sums=('e456b64c5ab3652a4dec661ec706dc6e')
+source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz
+ lxsession-0.4.6.1-logind-support.patch)
+md5sums=('e456b64c5ab3652a4dec661ec706dc6e'
+ '7459321f5dc263493837768dcb03f852')
build() {
- cd "$srcdir/lxsession-$pkgver"
- ./configure --sysconfdir=/etc --prefix=/usr
- make
+ cd $srcdir/$pkgname-$pkgver
+ patch -Np2 -i $srcdir/lxsession-0.4.6.1-logind-support.patch
+ ./configure --sysconfdir=/etc --prefix=/usr
+ make
}
package() {
- cd "$srcdir/lxsession-$pkgver"
- make DESTDIR="$pkgdir" install
+ cd $srcdir/$pkgname-$pkgver
+ make DESTDIR=$pkgdir install
}