cinnamon: depend on gnome-settings-daemon-compat.

This commit is contained in:
Juan RP 2013-07-07 11:25:23 +02:00
parent 99ca269388
commit 794b961765

View file

@ -1,7 +1,7 @@
# Template file for 'cinnamon' # Template file for 'cinnamon'
pkgname=cinnamon pkgname=cinnamon
version=1.8.8 version=1.8.8
revision=2 revision=3
patch_args="-Np1" patch_args="-Np1"
short_desc="The Cinnamon desktop (gnome-shell fork)" short_desc="The Cinnamon desktop (gnome-shell fork)"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
@ -30,7 +30,8 @@ makedepends="dbus-glib-devel libxml2-devel gtk+3-devel
libsoup-devel libcanberra-devel libcroco-devel MesaLib-devel clutter-devel>=1.14 libsoup-devel libcanberra-devel libcroco-devel MesaLib-devel clutter-devel>=1.14
polkit-devel NetworkManager-devel libgnome-keyring-devel>=3.8 systemd-devel polkit-devel NetworkManager-devel libgnome-keyring-devel>=3.8 systemd-devel
gnome-desktop-devel>=3.8 pulseaudio-devel startup-notification-devel gnome-desktop-devel>=3.8 pulseaudio-devel startup-notification-devel
caribou mesa-demos python-gconf python-lxml python-imaging" gnome-settings-daemon-compat caribou mesa-demos python-gconf
python-lxml python-imaging"
nofetch=yes nofetch=yes
noextract=yes noextract=yes
@ -54,8 +55,8 @@ pre_configure() {
cinnamon_package() { cinnamon_package() {
pycompile_dirs="usr/lib/cinnamon-settings usr/lib/cinnamon-menu-editor" pycompile_dirs="usr/lib/cinnamon-settings usr/lib/cinnamon-menu-editor"
depends="desktop-file-utils caribou pulseaudio mesa-demos depends="desktop-file-utils caribou pulseaudio mesa-demos
libmuffin>=1.8.2 muffin>=1.8.2 python-gconf libmuffin>=1.8.2 muffin>=1.8.2 gnome-settings-daemon-compat
python-lxml python-imaging" python-gconf python-lxml python-imaging"
pkg_install() { pkg_install() {
vmove all vmove all
} }