diff --git a/srcpkgs/cinnamon-session/patches/remove_sessionmigration.patch b/srcpkgs/cinnamon-session/patches/remove_sessionmigration.patch deleted file mode 100644 index 58479c506ad..00000000000 --- a/srcpkgs/cinnamon-session/patches/remove_sessionmigration.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- cinnamon-session/csm-session-fill.c -+++ cinnamon-session/csm-session-fill.c -@@ -228,15 +228,6 @@ - load_standard_apps (CsmManager *manager, - GKeyFile *keyfile) - { -- GError *error; -- -- g_debug ("fill: *** Executing user migration"); -- error = NULL; -- if(!g_spawn_command_line_sync ("session-migration", NULL, NULL, NULL, &error)) { -- g_warning ("Error while executing session-migration: %s", error->message); -- g_error_free (error); -- } -- - g_debug ("fill: *** Adding required components"); - handle_required_components (keyfile, !csm_manager_get_failsafe (manager), - append_required_components_helper, manager); diff --git a/srcpkgs/cinnamon-session/template b/srcpkgs/cinnamon-session/template index 51dfee22f78..84134bc381f 100644 --- a/srcpkgs/cinnamon-session/template +++ b/srcpkgs/cinnamon-session/template @@ -1,6 +1,6 @@ # Template file for 'cinnamon-session' pkgname=cinnamon-session -version=2.0.6 +version=2.2.2 revision=1 short_desc="The Cinnamon session handler" build_style=gnu-configure @@ -9,8 +9,7 @@ configure_args=" --disable-static --disable-schemas-compile hostmakedepends="automake libtool gnome-common pkg-config gobject-introspection gettext-devel intltool which git" makedepends="gtk+3-devel dbus-devel upower-devel json-glib-devel libSM-devel - systemd-devel pangox-compat-devel cinnamon-desktop-devel desktop-file-utils - hicolor-icon-theme" + systemd-devel pangox-compat-devel cinnamon-desktop-devel libcanberra-devel" depends="cinnamon-desktop desktop-file-utils hicolor-icon-theme" maintainer="Juan RP " license="GPL-3"