plasma-desktop: update to 5.18.1
[ci skip]
This commit is contained in:
parent
2b040ff5ad
commit
ce3db43d44
2 changed files with 2 additions and 26 deletions
|
@ -1,24 +0,0 @@
|
|||
From 2bc3c5e92d4789146548e8de4d520cd191994e1c Mon Sep 17 00:00:00 2001
|
||||
From: Marco Martin <notmart@gmail.com>
|
||||
Date: Tue, 11 Feb 2020 16:41:26 +0100
|
||||
Subject: unlock widgets
|
||||
|
||||
5.18 doesn't offer a way anymore from the gui
|
||||
so unlock them if they're locked
|
||||
BUG:417424
|
||||
---
|
||||
desktoppackage/contents/updates/unlock_widgets.js | 2 ++
|
||||
1 file changed, 2 insertions(+)
|
||||
create mode 100644 desktoppackage/contents/updates/unlock_widgets.js
|
||||
|
||||
diff --git a/desktoppackage/contents/updates/unlock_widgets.js b/desktoppackage/contents/updates/unlock_widgets.js
|
||||
new file mode 100644
|
||||
index 0000000..c332270
|
||||
--- /dev/null
|
||||
+++ desktoppackage/contents/updates/unlock_widgets.js
|
||||
@@ -0,0 +1,2 @@
|
||||
+
|
||||
+__AppInterface.locked = false;
|
||||
--
|
||||
cgit v1.1
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'plasma-desktop'
|
||||
pkgname=plasma-desktop
|
||||
version=5.18.0
|
||||
version=5.18.1
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DBUILD_TESTING=OFF"
|
||||
|
@ -15,7 +15,7 @@ maintainer="John <johnz@posteo.net>"
|
|||
license="GPL-2.0-or-later, LGPL-2.0-or-later, LGPL-2.1-or-later, GFDL-1.2"
|
||||
homepage="https://projects.kde.org/projects/plasma/plasma-desktop"
|
||||
distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
|
||||
checksum=6c6dacd0e69b06df2b31bb40df7fcf6313de494b8aa06c13ac09616e1447a5b1
|
||||
checksum=588b228dab889b13f2942f8682fdab1765bae97f2c057fec4277be21c37aa912
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" kconfig-devel kcoreaddons-devel kded
|
||||
|
|
Loading…
Reference in a new issue