mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
cinnamon-session: update to 2.2.2.
This commit is contained in:
parent
480a427198
commit
d5c8a21727
2 changed files with 2 additions and 21 deletions
|
@ -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'
|
# Template file for 'cinnamon-session'
|
||||||
pkgname=cinnamon-session
|
pkgname=cinnamon-session
|
||||||
version=2.0.6
|
version=2.2.2
|
||||||
revision=1
|
revision=1
|
||||||
short_desc="The Cinnamon session handler"
|
short_desc="The Cinnamon session handler"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -9,8 +9,7 @@ configure_args=" --disable-static --disable-schemas-compile
|
||||||
hostmakedepends="automake libtool gnome-common pkg-config gobject-introspection
|
hostmakedepends="automake libtool gnome-common pkg-config gobject-introspection
|
||||||
gettext-devel intltool which git"
|
gettext-devel intltool which git"
|
||||||
makedepends="gtk+3-devel dbus-devel upower-devel json-glib-devel libSM-devel
|
makedepends="gtk+3-devel dbus-devel upower-devel json-glib-devel libSM-devel
|
||||||
systemd-devel pangox-compat-devel cinnamon-desktop-devel desktop-file-utils
|
systemd-devel pangox-compat-devel cinnamon-desktop-devel libcanberra-devel"
|
||||||
hicolor-icon-theme"
|
|
||||||
depends="cinnamon-desktop desktop-file-utils hicolor-icon-theme"
|
depends="cinnamon-desktop desktop-file-utils hicolor-icon-theme"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
|
|
Loading…
Add table
Reference in a new issue