libkscreen: update to 5.18.0
[ci skip]
This commit is contained in:
parent
530933b4ad
commit
2b9b8f6647
2 changed files with 26 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'libkscreen'
|
||||
pkgname=libkscreen
|
||||
version=5.17.5
|
||||
version=5.18.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DBUILD_TESTING=OFF"
|
||||
|
@ -11,7 +11,7 @@ maintainer="John <johnz@posteo.net>"
|
|||
license="LGPL-2.1-or-later"
|
||||
homepage="https://projects.kde.org/projects/extragear/libs/libkscreen"
|
||||
distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
|
||||
checksum=aa186e5751287701daec4d036aba776a911e4b84ca7eea44dc5fb531875afd94
|
||||
checksum=32daac0dd8eab3edc86d86d320a97b555758794170db3ea18ba022025cbcc2d4
|
||||
|
||||
libkscreen-devel_package() {
|
||||
short_desc+=" - development"
|
||||
|
|
24
srcpkgs/plasma-desktop/patches/2bc3c5e9.patch
Normal file
24
srcpkgs/plasma-desktop/patches/2bc3c5e9.patch
Normal file
|
@ -0,0 +1,24 @@
|
|||
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
|
||||
|
Loading…
Add table
Reference in a new issue