gnome-control-center: update to 3.4.2.
This commit is contained in:
parent
5e9a7c5f11
commit
ff721c7a4c
2 changed files with 16 additions and 6 deletions
|
@ -45,3 +45,15 @@ libsocialweb-client.so.2
|
||||||
libgnome-bluetooth.so.10
|
libgnome-bluetooth.so.10
|
||||||
libwacom.so.2
|
libwacom.so.2
|
||||||
libsystemd-login.so.0
|
libsystemd-login.so.0
|
||||||
|
libgstreamer-0.10.so.0
|
||||||
|
libcheese-gtk.so.21
|
||||||
|
libcheese.so.3
|
||||||
|
libclutter-1.0.so.0
|
||||||
|
libcogl-pango.so.0
|
||||||
|
libjson-glib-1.0.so.0
|
||||||
|
libcogl.so.9
|
||||||
|
libdrm.so.2
|
||||||
|
libXext.so.6
|
||||||
|
libXdamage.so.1
|
||||||
|
libXcomposite.so.1
|
||||||
|
libXfixes.so.3
|
||||||
|
|
|
@ -1,22 +1,20 @@
|
||||||
# Template file for 'gnome-control-center'
|
# Template file for 'gnome-control-center'
|
||||||
pkgname=gnome-control-center
|
pkgname=gnome-control-center
|
||||||
version=3.4.1
|
version=3.4.2
|
||||||
revision=1
|
|
||||||
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-cups --with-libsocialweb --without-cheese
|
configure_args="--disable-cups --with-libsocialweb --with-cheese
|
||||||
--disable-update-mimedb --disable-static --enable-systemd"
|
--disable-update-mimedb --disable-static --enable-systemd"
|
||||||
short_desc="GNOME control center"
|
short_desc="GNOME control center"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://www.gnome.org"
|
homepage="http://www.gnome.org"
|
||||||
checksum=c6ce4ecf5b747aa33a5904b053c1c4fd18a39ddcd0908463558e8b4b40ec3fd1
|
checksum=efc72bf8af07b439f5f0e9135d1b2c5237e649e6a0f1ff3cf32bdd710421042a
|
||||||
long_desc="
|
long_desc="
|
||||||
This packages the control center for the GNOME desktop."
|
This packages the control center for the GNOME desktop."
|
||||||
|
|
||||||
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
||||||
|
|
||||||
# XXX disabled cheese support to workaround recent crashes.
|
|
||||||
# XXX printer panel support -- needs cups
|
# XXX printer panel support -- needs cups
|
||||||
Add_dependency build which
|
Add_dependency build which
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
|
@ -32,7 +30,7 @@ Add_dependency build gnome-settings-daemon-devel
|
||||||
Add_dependency build gnome-online-accounts-devel
|
Add_dependency build gnome-online-accounts-devel
|
||||||
Add_dependency build libsocialweb-devel
|
Add_dependency build libsocialweb-devel
|
||||||
Add_dependency build libcanberra-devel
|
Add_dependency build libcanberra-devel
|
||||||
#Add_dependency build cheese-devel
|
Add_dependency build cheese-devel
|
||||||
Add_dependency build polkit-devel
|
Add_dependency build polkit-devel
|
||||||
Add_dependency build libgtop-devel
|
Add_dependency build libgtop-devel
|
||||||
Add_dependency build upower-devel
|
Add_dependency build upower-devel
|
||||||
|
|
Loading…
Reference in a new issue