Date: Friday, November 10, 2017 @ 18:21:53 Author: arojas Revision: 266131
Update to 3.6.1 Modified: cinnamon-desktop/trunk/PKGBUILD cinnamon-desktop/trunk/config.patch --------------+ PKGBUILD | 8 ++++---- config.patch | 24 ------------------------ 2 files changed, 4 insertions(+), 28 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-11-10 18:14:10 UTC (rev 266130) +++ PKGBUILD 2017-11-10 18:21:53 UTC (rev 266131) @@ -3,18 +3,18 @@ # Contributor: Jan de Groot <[email protected]> pkgname=cinnamon-desktop -pkgver=3.4.2 +pkgver=3.6.1 pkgrel=1 pkgdesc="Library with common API for various Cinnamon modules" arch=(i686 x86_64) license=(GPL LGPL) -depends=(accountsservice gtk3 libxkbfile python2 glib2 libgsystem libpulse) +depends=(accountsservice gtk3 libxkbfile python libpulse) makedepends=(intltool gobject-introspection gnome-common python2) url="https://github.com/linuxmint/cinnamon-desktop" source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-desktop/archive/${pkgver}.tar.gz" "config.patch") -sha256sums=('58d594a896f2ce843b8dbc4430e1e538caa5f795e0bca07e5429ba953523c2c9' - 'e2c20c35df78aaedcd2d2e4965369bc519f51072ab88d4ac9b01be9a48cf8cfd') +sha256sums=('322e63303daa97eaa03ebf4e799491bca579092d40616ff2b6f2d1af7a250c25' + '45f403e6fe4ec701a0f3d16e990bb36598dd4a58fac5a374f85ccecdf74dd98a') prepare() { cd $pkgname-$pkgver Modified: config.patch =================================================================== --- config.patch 2017-11-10 18:14:10 UTC (rev 266130) +++ config.patch 2017-11-10 18:21:53 UTC (rev 266131) @@ -22,27 +22,3 @@ <_summary>Icon Theme</_summary> <_description> Icon theme to use for the panel, nautilus etc. -diff -Naur cinnamon-desktop-2.8.0.orig/schemas/org.cinnamon.desktop.session.gschema.xml.in.in cinnamon-desktop-2.8.0/schemas/org.cinnamon.desktop.session.gschema.xml.in.in ---- cinnamon-desktop-2.8.0.orig/schemas/org.cinnamon.desktop.session.gschema.xml.in.in 2015-10-16 13:00:30.000000000 +0000 -+++ cinnamon-desktop-2.8.0/schemas/org.cinnamon.desktop.session.gschema.xml.in.in 2015-11-20 19:04:16.546361273 +0000 -@@ -12,17 +12,17 @@ - "gnome" and "gnome-fallback".</description> - </key> - <key name="screensaver-uses-logind" type="b"> -- <default>false</default> -+ <default>true</default> - <_summary>Whether or not cinnamon-screensaver listens to logind to lock/unlock itself</_summary> - <_description>If true, it listens to logind. Otherwise it listens to consolekit.</_description> - </key> - <key name="session-manager-uses-logind" type="b"> -- <default>false</default> -+ <default>true</default> - <_summary>Whether or not cinnamon-session uses logind to suspend/hibernate/shutdown/restart (usually from the shutdown dialog)</_summary> - <_description>If true, it uses logind. Otherwise it uses consolekit to shutdown/restart and upower to suspend/hibernate. It is only compatible with upower 0.9 and lower versions (not 0.99 or later).</_description> - </key> - <key name="settings-daemon-uses-logind" type="b"> -- <default>false</default> -+ <default>true</default> - <_summary>Whether or not cinnamon-settings-daemon uses logind to suspend/hibernate/shutdown (either from media-keys or power-manager)</_summary> - <_description>If true, it uses logind for all three actions. Otherwise it uses consolekit for shutdown and upower for suspend/hibernate.</_description> - </key>
