[arch-commits] Commit in plasma-desktop/kde-unstable (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri May 18 17:45:55 UTC 2018


    Date: Friday, May 18, 2018 @ 17:45:54
  Author: arojas
Revision: 324570

Revert commit that completely breaks the application menu

Modified:
  plasma-desktop/kde-unstable/PKGBUILD

----------+
 PKGBUILD |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-18 17:21:19 UTC (rev 324569)
+++ PKGBUILD	2018-05-18 17:45:54 UTC (rev 324570)
@@ -6,18 +6,20 @@
 pkgbase=plasma-desktop
 pkgname=(plasma-desktop knetattach)
 pkgver=5.12.90
-pkgrel=1
+pkgrel=2
 pkgdesc='KDE Plasma Desktop'
 arch=(x86_64)
 url='https://www.kde.org/workspaces/plasmadesktop/'
 license=(LGPL)
-source=("https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+source=("https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}
+        broken-menu.patch::https://cgit.kde.org/plasma-desktop.git/patch/?id=7e514201)
 depends=(polkit-kde-agent libcanberra libxkbfile kmenuedit appstream-qt systemsettings ksysguard kpeople baloo qt5-graphicaleffects)
 makedepends=(extra-cmake-modules kdoctools boost xf86-input-evdev xf86-input-synaptics xf86-input-libinput xorg-server-devel
              libibus scim kdesignerplugin)
 groups=(plasma)
 sha256sums=('c926430d2a9574b4e55661b24185e324763509282d5f16ee87ca1dfe5d7f145c'
-            'SKIP')
+            'SKIP'
+            'baa656b44f1ee4c9e7eb33f514eb4f8da08c7de23499db90766358c42c55f3d9')
 validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
               '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah <bshah at kde.org>
               'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
@@ -25,6 +27,9 @@
 
 prepare() {
   mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -Rp1 -i ../broken-menu.patch
 }
 
 build() {



More information about the arch-commits mailing list