diff options
author | Bart Ribbers <bribbers@disroot.org> | 2020-02-19 10:06:23 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-19 11:28:12 -0300 |
commit | 8c09c335220dfb1120d92bd246771b0edac92588 (patch) | |
tree | 0dc343d831a5d15d29866c0a8bcc1b494b874976 /community/plasma-desktop | |
parent | af10114db7c05fba1e7f5400af5065658f9bd265 (diff) | |
download | aports-8c09c335220dfb1120d92bd246771b0edac92588.tar.bz2 aports-8c09c335220dfb1120d92bd246771b0edac92588.tar.xz |
{community,testing}/plasma: upgrade to 5.18.1
Diffstat (limited to 'community/plasma-desktop')
-rw-r--r-- | community/plasma-desktop/APKBUILD | 10 | ||||
-rw-r--r-- | community/plasma-desktop/B417424.patch | 24 |
2 files changed, 4 insertions, 30 deletions
diff --git a/community/plasma-desktop/APKBUILD b/community/plasma-desktop/APKBUILD index 017caec8c5..cb6eccb48c 100644 --- a/community/plasma-desktop/APKBUILD +++ b/community/plasma-desktop/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=plasma-desktop -pkgver=5.18.0 -pkgrel=2 +pkgver=5.18.1 +pkgrel=0 pkgdesc="KDE Plasma Desktop" # s390x blocked by ibus # armhf blocked by qt5-qtdeclarative @@ -50,8 +50,7 @@ depends_dev=" " makedepends="$depends_dev extra-cmake-modules kdoctools-dev" checkdepends="xvfb-run iso-codes" -source="https://download.kde.org/stable/plasma/$pkgver/plasma-desktop-$pkgver.tar.xz - B417424.patch" +source="https://download.kde.org/stable/plasma/$pkgver/plasma-desktop-$pkgver.tar.xz" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang knetattach" options="!check" # Requires running dbus @@ -82,5 +81,4 @@ knetattach() { cd "$builddir"/build/knetattach DESTDIR="$subpkgdir" make install } -sha512sums="863516751f4f37193ad5a96713fa9c7eb8d346e3bbe33dc43dcb83fa18955456dc875ddc3e2db990e7f3a017e394a69790e3dc21e13e8fc0c5d6841591c8fb4e plasma-desktop-5.18.0.tar.xz -9aea277502dba88e8ed43fb75f59b9c044ea84c7a99d46b21507fc862b6b221bcd8cad06cda7f5d66d9e15cfc4662feb19869de327c84b55c920218368f18dd7 B417424.patch" +sha512sums="d0c3057f48dd5ce0d7d4a5a5931f58b879325a426107356fd618c9eea5fc3837ebef2635ac930c11d3061e3adf5c40deefdff8a38e7ca2e09f594acc02b5cc77 plasma-desktop-5.18.1.tar.xz" diff --git a/community/plasma-desktop/B417424.patch b/community/plasma-desktop/B417424.patch deleted file mode 100644 index aaa68a7ed0..0000000000 --- a/community/plasma-desktop/B417424.patch +++ /dev/null @@ -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 -+++ b/desktoppackage/contents/updates/unlock_widgets.js -@@ -0,0 +1,2 @@ -+ -+__AppInterface.locked = false; --- -cgit v1.1 - |