2010-01-07 15:43:41 +00:00
|
|
|
# Template file for 'lxsession'
|
|
|
|
pkgname=lxsession
|
2014-10-25 17:49:25 +00:00
|
|
|
version=0.5.1
|
2014-10-25 17:57:03 +00:00
|
|
|
revision=2
|
2013-04-13 08:15:49 +00:00
|
|
|
build_style=gnu-configure
|
2014-10-25 17:49:25 +00:00
|
|
|
configure_args="--enable-buildin-clipboard"
|
2014-10-25 17:57:03 +00:00
|
|
|
hostmakedepends="pkg-config intltool vala-devel"
|
|
|
|
makedepends="dbus-glib-devel gtk+-devel polkit-devel"
|
2014-08-28 14:51:46 +00:00
|
|
|
depends="hicolor-icon-theme"
|
2014-10-25 17:49:25 +00:00
|
|
|
replaces="lxpolkit>=0"
|
2010-01-07 15:43:41 +00:00
|
|
|
short_desc="LXDE X11 Session Manager"
|
2013-03-31 07:51:28 +00:00
|
|
|
homepage="http://lxde.org/"
|
2014-10-25 17:49:25 +00:00
|
|
|
license="GPL-2"
|
2010-01-07 15:43:41 +00:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2014-10-25 17:49:25 +00:00
|
|
|
distfiles="${SOURCEFORGE_SITE}/lxde/$pkgname-$version.tar.xz"
|
|
|
|
checksum=7a9c58a0d9cecc943441c0e8c4cde06516d14b7e370f9aeacebafd9f386badc7
|
|
|
|
|
|
|
|
post_install() {
|
|
|
|
# avoid duplicate lxpolkit invocation
|
|
|
|
rm -rf ${DESTDIR}/etc
|
|
|
|
}
|