lxsession: added missing rundeps, revbump.
This commit is contained in:
parent
4bd5714343
commit
fa4b0bbb8a
|
@ -3,7 +3,7 @@ pkgname=lxsession
|
||||||
version=0.4.6.1
|
version=0.4.6.1
|
||||||
distfiles="${SOURCEFORGE_SITE}/lxde/$pkgname-$version.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/lxde/$pkgname-$version.tar.gz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
revision=1
|
revision=2
|
||||||
short_desc="LXDE X11 Session Manager"
|
short_desc="LXDE X11 Session Manager"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=bd6a7ef3c0ba4b9eedf3c58624dbce8bbbba3b179abbc552bf10c2830eec3ee1
|
checksum=bd6a7ef3c0ba4b9eedf3c58624dbce8bbbba3b179abbc552bf10c2830eec3ee1
|
||||||
|
@ -22,9 +22,12 @@ long_desc="
|
||||||
LXSession has also a built-in lightweight Xsettings daemon, which can
|
LXSession has also a built-in lightweight Xsettings daemon, which can
|
||||||
configure GTK+ themes, keyboard, and mouse for you on session startup."
|
configure GTK+ themes, keyboard, and mouse for you on session startup."
|
||||||
|
|
||||||
Add_dependency run dbus
|
|
||||||
|
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
Add_dependency build intltool
|
Add_dependency build intltool
|
||||||
Add_dependency build dbus-devel
|
Add_dependency build dbus-devel
|
||||||
Add_dependency build gtk+-devel
|
Add_dependency build gtk+-devel
|
||||||
|
|
||||||
|
Add_dependency full dbus-x11
|
||||||
|
Add_dependency full upower
|
||||||
|
Add_dependency full ConsoleKit-x11
|
||||||
|
Add_dependency full hicolor-icon-theme
|
||||||
|
|
Loading…
Reference in New Issue