Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Feb 2020 13:12:32 +0000 (UTC)
From:      Adriaan de Groot <adridg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r525908 - in head/x11/plasma5-plasma-desktop: . files
Message-ID:  <202002121312.01CDCWvG057538@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adridg
Date: Wed Feb 12 13:12:31 2020
New Revision: 525908
URL: https://svnweb.freebsd.org/changeset/ports/525908

Log:
  Post-release hotfix for x11/plasma5-plasma-desktop
  
  The "lock/unlock widgets" feature is now hidden in Plasma (it used to
  be a big obvious thing, using up screen real-estate). They are now
  unlocked by default, but if a user had locked them in 5.17, and
  upgrades to 5.18, there's no way to unlock.
  
  Upstream bug:
  	https://bugs.kde.org/show_bug.cgi?id=417424
  
  We just import the same patch (an extra .js file to run during update
  -- this is handled by Plasma itself).

Added:
  head/x11/plasma5-plasma-desktop/files/patch-desktoppackage_contents_updates_unlock_widgets.js   (contents, props changed)
Modified:
  head/x11/plasma5-plasma-desktop/Makefile
  head/x11/plasma5-plasma-desktop/pkg-plist

Modified: head/x11/plasma5-plasma-desktop/Makefile
==============================================================================
--- head/x11/plasma5-plasma-desktop/Makefile	Wed Feb 12 13:11:19 2020	(r525907)
+++ head/x11/plasma5-plasma-desktop/Makefile	Wed Feb 12 13:12:31 2020	(r525908)
@@ -2,6 +2,7 @@
 
 PORTNAME=	plasma-desktop
 DISTVERSION=	${KDE_PLASMA_VERSION}
+PORTREVISION=	1
 CATEGORIES=	x11 kde kde-plasma
 
 MAINTAINER=	kde@FreeBSD.org

Added: head/x11/plasma5-plasma-desktop/files/patch-desktoppackage_contents_updates_unlock_widgets.js
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/plasma5-plasma-desktop/files/patch-desktoppackage_contents_updates_unlock_widgets.js	Wed Feb 12 13:12:31 2020	(r525908)
@@ -0,0 +1,8 @@
+diff --git desktoppackage/contents/updates/unlock_widgets.js desktoppackage/contents/updates/unlock_widgets.js
+new file mode 100644
+index 000000000..c3322704b
+--- /dev/null
++++ desktoppackage/contents/updates/unlock_widgets.js
+@@ -0,0 +1,2 @@
++
++__AppInterface.locked = false;

Modified: head/x11/plasma5-plasma-desktop/pkg-plist
==============================================================================
--- head/x11/plasma5-plasma-desktop/pkg-plist	Wed Feb 12 13:11:19 2020	(r525907)
+++ head/x11/plasma5-plasma-desktop/pkg-plist	Wed Feb 12 13:12:31 2020	(r525908)
@@ -5257,6 +5257,7 @@ share/plasma/shells/org.kde.plasma.desktop/contents/ex
 share/plasma/shells/org.kde.plasma.desktop/contents/layout.js
 share/plasma/shells/org.kde.plasma.desktop/contents/updates/move_desktop_layout_config.js
 share/plasma/shells/org.kde.plasma.desktop/contents/updates/obsolete_kickoffrc.js
+share/plasma/shells/org.kde.plasma.desktop/contents/updates/unlock_widgets.js
 share/plasma/shells/org.kde.plasma.desktop/contents/views/Desktop.qml
 share/plasma/shells/org.kde.plasma.desktop/contents/views/Panel.qml
 share/plasma/shells/org.kde.plasma.desktop/metadata.desktop



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002121312.01CDCWvG057538>