gnome-control-center: update to 3.4.1; enable systemd support.
This commit is contained in:
parent
2ccbb687e0
commit
6706c75412
2 changed files with 5 additions and 3 deletions
|
@ -56,3 +56,4 @@ libXfixes.so.3
|
|||
libwacom.so.2
|
||||
libclutter-1.0.so.0
|
||||
libcogl.so.9
|
||||
libsystemd-login.so.0
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
# Template file for 'gnome-control-center'
|
||||
pkgname=gnome-control-center
|
||||
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-cups --with-libsocialweb --with-cheese
|
||||
--disable-update-mimedb --disable-static --disable-systemd"
|
||||
--disable-update-mimedb --disable-static --enable-systemd"
|
||||
short_desc="GNOME control center"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="http://www.gnome.org"
|
||||
checksum=09dafad9afbb6e01bd29dd9186e990545ad58ede3873ba7eff7009c6ffddb254
|
||||
checksum=c6ce4ecf5b747aa33a5904b053c1c4fd18a39ddcd0908463558e8b4b40ec3fd1
|
||||
long_desc="
|
||||
This packages the control center for the GNOME desktop."
|
||||
|
||||
|
@ -38,6 +38,7 @@ Add_dependency build pulseaudio-devel
|
|||
Add_dependency build libwacom-devel
|
||||
Add_dependency build gnome-bluetooth-devel
|
||||
Add_dependency build tzdata
|
||||
Add_dependency build systemd-devel
|
||||
|
||||
Add_dependency full iso-codes
|
||||
Add_dependency run gsettings-desktop-schemas
|
||||
|
|
Loading…
Reference in a new issue