Hello, Because Cinnamon is not working I had to change a few things.
1) added nm-applet to depends. 2) added cinnamon-session, nemo and cinnamon-screensaver to rodepends because Cinnamon needs them to run. 3) Added a sed line because otherwise cinnamon-fallback-mount-helper cannot be found. There are still a few issues so I hope someone can help me figure that out. It seems that pulseaudio need to be updated to a newer version if I can believe Google. Roelof
From 0141262ad22cc811f67059f38371e790df090236 Mon Sep 17 00:00:00 2001 From: Roelof Wobben <[email protected]> Date: Sat, 22 Mar 2014 13:25:07 +0100 Subject: [PATCH] cinnamon-2.0.14-2-x86_64 changed ebuildCinnamon: added some dependencies and a sed line --- source/gnome-extra/cinnamon/FrugalBuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/source/gnome-extra/cinnamon/FrugalBuild b/source/gnome-extra/cinnamon/FrugalBuild index 45be5d8..cc6faaf 100644 --- a/source/gnome-extra/cinnamon/FrugalBuild +++ b/source/gnome-extra/cinnamon/FrugalBuild @@ -8,11 +8,12 @@ options+=('asneeded') pkgname=cinnamon pkgver=2.0.14 -pkgrel=1 +pkgrel=2 pkgdesc="Linux desktop which provides advanced innovative features and a traditional user experience" url="http://cinnamon.linuxmint.com/" -depends=('dbus-glib' 'gtk+3' 'muffin' 'cjs' 'gnome-menus' 'gconf' 'gdk-pixbuf2' 'libsoup' 'clutter' 'startup-notification' 'libcanberra' 'polkit' 'networkmanager' 'libgnome-keyring' 'pulseaudio') +depends=('dbus-glib' 'gtk+3' 'muffin' 'cjs' 'gnome-menus' 'gconf' 'gdk-pixbuf2' 'libsoup' 'clutter' 'startup-notification' 'libcanberra' 'polkit' 'networkmanager' 'libgnome-keyring' 'pulseaudio' 'nm-applet') makedepends=('intltool' 'gnome-doc-utils' 'gobject-introspection>=1.36.0' 'gnome-common') +rodepends=('nemo' 'cinnamon-session' 'cinnamon-screensaver') if Fuse $USE_FRUGALTHEME; then rodepends=("${rodepends[@]}" "cinnamon-frugalware-theme") else @@ -41,6 +42,7 @@ build() { Funpack_github Fcd Cinnamon-2.0.14 + Fsed 's/cinnamon-fallback-mount-helper;/polkit-gnome-authentication-agent-1;/' files/usr/share/cinnamon-session/sessions/cinnamon*.session Fbuild if Fuse $USE_FRUGALTHEME; then #we use our cinnamon theme -- 1.9.0
_______________________________________________ Frugalware-devel mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-devel
