diff options
author | root <root@rshg054.dnsready.net> | 2013-08-02 01:31:32 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-02 01:31:32 -0700 |
commit | f7cd2a0a073da2373cd3f3c8e31515dd0b83b645 (patch) | |
tree | e28c5c379825afaf02a927a8f1d1b1fcb94c2362 /community/lxsession | |
parent | 70ec180b1cca6eda5576597c2bfff9171f7815bf (diff) |
Fri Aug 2 01:30:56 PDT 2013
Diffstat (limited to 'community/lxsession')
-rw-r--r-- | community/lxsession/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/lxsession/PKGBUILD b/community/lxsession/PKGBUILD index 75a03cecb..eea61d4f1 100644 --- a/community/lxsession/PKGBUILD +++ b/community/lxsession/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 94864 2013-07-31 19:43:04Z bpiotrowski $ +# $Id: PKGBUILD 94956 2013-08-01 13:37:08Z 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=1 +pkgrel=2 pkgdesc='Lightweight X11 session manager' arch=('i686' 'x86_64') url="http://lxde.org/" license=('GPL2') groups=('lxde') -depends=('gtk2' 'dbus' 'libgee06' 'dbus-glib' 'polkit') +depends=('gtk2' 'dbus' 'libgee06' 'dbus-glib' 'polkit' 'lsb-release') makedepends=('pkgconfig' 'intltool' 'vala') replaces=('lxde-settings-daemon' 'lxsession-lite') conflicts=('lxsession-lite' 'lxde-settings-daemon') |