gnome-control-center: enable cups support.
This commit is contained in:
parent
c580a07a52
commit
dfd7225275
2 changed files with 9 additions and 3 deletions
|
@ -45,3 +45,9 @@ 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
|
||||||
|
libcups.so.2
|
||||||
|
libgssapi_krb5.so.2
|
||||||
|
libkrb5.so.3
|
||||||
|
libk5crypto.so.3
|
||||||
|
libcom_err.so.2
|
||||||
|
libz.so.1
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'gnome-control-center'
|
# Template file for 'gnome-control-center'
|
||||||
pkgname=gnome-control-center
|
pkgname=gnome-control-center
|
||||||
version=3.4.2
|
version=3.4.2
|
||||||
revision=1
|
revision=2
|
||||||
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="--enable-cups --with-libsocialweb --without-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>"
|
||||||
|
@ -16,7 +16,6 @@ long_desc="
|
||||||
|
|
||||||
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
||||||
|
|
||||||
# XXX printer panel support -- needs cups
|
|
||||||
Add_dependency build which
|
Add_dependency build which
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
Add_dependency build intltool
|
Add_dependency build intltool
|
||||||
|
@ -41,6 +40,7 @@ Add_dependency build libwacom-devel
|
||||||
Add_dependency build gnome-bluetooth-devel
|
Add_dependency build gnome-bluetooth-devel
|
||||||
Add_dependency build tzdata
|
Add_dependency build tzdata
|
||||||
Add_dependency build systemd-devel
|
Add_dependency build systemd-devel
|
||||||
|
Add_dependency build cups-devel
|
||||||
|
|
||||||
Add_dependency full iso-codes
|
Add_dependency full iso-codes
|
||||||
Add_dependency run gsettings-desktop-schemas
|
Add_dependency run gsettings-desktop-schemas
|
||||||
|
|
Loading…
Reference in a new issue