gnome-session: update to 3.4.1; enable systemd support.
This commit is contained in:
parent
9f18931d32
commit
a58cc44753
2 changed files with 7 additions and 3 deletions
|
@ -21,3 +21,6 @@ libglib-2.0.so.0
|
|||
libc.so.6
|
||||
libXcomposite.so.1
|
||||
libGL.so.1
|
||||
libsystemd-login.so.0
|
||||
libsystemd-daemon.so.0
|
||||
libpolkit-gobject-1.so.0
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'gnome-session'
|
||||
pkgname=gnome-session
|
||||
version=3.4.0
|
||||
version=3.4.1
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-schemas-compile --disable-systemd"
|
||||
configure_args="--disable-schemas-compile --enable-systemd"
|
||||
short_desc="GNOME session management utilities"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.gnome.org"
|
||||
license="GPL-2, LGPL-2.1"
|
||||
checksum=bf8ba2ba9d61ad680df9e66ca38f05d6e3bf00c65634bb0dc5e41690862608e1
|
||||
checksum=0ad29c2c3158b9e0109d3463e587fe09f312b810a9db51775750b9af8ce457aa
|
||||
long_desc="
|
||||
gnome-session provides the following components:
|
||||
|
||||
|
@ -28,6 +28,7 @@ Add_dependency build json-glib-devel
|
|||
Add_dependency build startup-notification-devel
|
||||
Add_dependency build libXtst-devel
|
||||
Add_dependency build gtk+3-devel
|
||||
Add_dependency build systemd-devel
|
||||
|
||||
Add_dependency run gsettings-desktop-schemas
|
||||
Add_dependency run dconf
|
||||
|
|
Loading…
Reference in a new issue