summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfordprefect2019-11-07 22:09:02 +0100
committerfordprefect2019-11-07 22:09:02 +0100
commit3ea867880ac72d881b2f245ae2e87851c6aa0502 (patch)
treea31e21c627d2c5f66e794f2694ca67b4143326c9
parent736211c700ab4a8627ca8a96fde843babf21fe2d (diff)
downloadaur-3ea867880ac72d881b2f245ae2e87851c6aa0502.tar.gz
kde5 compatibility workaround
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c022350ef559..9b6f5ceb4a68 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
-# Generated by makepkg 5.1.0
-# Wed Jun 6 05:43:59 UTC 2018
+# Generated by mksrcinfo v8
+# Thu Nov 7 21:08:39 UTC 2019
pkgbase = systemd-kcm
pkgdesc = Systemd control module for KDE
pkgver = 1.2.1
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/rthomsen/kcmsystemd
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index bbd324673913..97b5b80e2396 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,6 @@
-# $Id: PKGBUILD 316317 2018-04-14 20:11:35Z arojas $
-# Maintainer: Antonio Rojas <arojas@archlinux.org>
-
pkgname=systemd-kcm
pkgver=1.2.1
-pkgrel=4
+pkgrel=5
pkgdesc="Systemd control module for KDE"
arch=(x86_64)
url='https://github.com/rthomsen/kcmsystemd'
@@ -38,4 +35,6 @@ build() {
package() {
cd build
make DESTDIR="$pkgdir" install
+ # fix for kde5
+ rm "${pkgdir}/usr/share/kservices5/settings-system-administration.desktop"
}