cinnamon-session: update to 2.2.2.
This commit is contained in:
parent
480a427198
commit
d5c8a21727
|
@ -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);
|
|
@ -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 <xtraeme@gmail.com>"
|
||||
license="GPL-3"
|
||||
|
|
Loading…
Reference in New Issue