gnome-settings-daemon: update to 3.4.1; enable systemd support.
This commit is contained in:
parent
a58cc44753
commit
3ebe6d2635
|
@ -41,3 +41,4 @@ libdl.so.2
|
|||
libgudev-1.0.so.0
|
||||
libwacom.so.2
|
||||
libXtst.so.6
|
||||
libsystemd-login.so.0
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
# Template file for 'gnome-settings-daemon'
|
||||
pkgname=gnome-settings-daemon
|
||||
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-static --disable-cups
|
||||
--disable-schemas-compile --disable-systemd"
|
||||
--disable-schemas-compile --enable-systemd"
|
||||
short_desc="GNOME settings daemon"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.gnome.org"
|
||||
license="GPL-3"
|
||||
checksum=5639cbba28caa7b3e33990f49aeed11ed9325e78e76af2175d9ccd5ff298401d
|
||||
checksum=d5d4a270ec5692cdc56a58cfb57bc7f8fa93374566912a65e78c1c3db7faf4ed
|
||||
long_desc="
|
||||
This package provides a daemon to handle settings on the GNOME desktop."
|
||||
|
||||
|
@ -36,5 +36,6 @@ Add_dependency build colord-devel
|
|||
Add_dependency build upower-devel
|
||||
Add_dependency build xf86-input-wacom-devel
|
||||
Add_dependency build libwacom-devel
|
||||
Add_dependency build systemd-devel
|
||||
|
||||
Add_dependency full gsettings-desktop-schemas
|
||||
|
|
Loading…
Reference in New Issue