cinnamon: depend on gnome-settings-daemon-compat.
This commit is contained in:
parent
99ca269388
commit
794b961765
1 changed files with 5 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'cinnamon'
|
||||
pkgname=cinnamon
|
||||
version=1.8.8
|
||||
revision=2
|
||||
revision=3
|
||||
patch_args="-Np1"
|
||||
short_desc="The Cinnamon desktop (gnome-shell fork)"
|
||||
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
|
||||
polkit-devel NetworkManager-devel libgnome-keyring-devel>=3.8 systemd-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
|
||||
noextract=yes
|
||||
|
@ -54,8 +55,8 @@ pre_configure() {
|
|||
cinnamon_package() {
|
||||
pycompile_dirs="usr/lib/cinnamon-settings usr/lib/cinnamon-menu-editor"
|
||||
depends="desktop-file-utils caribou pulseaudio mesa-demos
|
||||
libmuffin>=1.8.2 muffin>=1.8.2 python-gconf
|
||||
python-lxml python-imaging"
|
||||
libmuffin>=1.8.2 muffin>=1.8.2 gnome-settings-daemon-compat
|
||||
python-gconf python-lxml python-imaging"
|
||||
pkg_install() {
|
||||
vmove all
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue