summaryrefslogtreecommitdiff
path: root/libre/khotkeys
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-03-14 17:41:38 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-03-14 17:41:38 +0100
commitbf348b73947e4ed3c0cf7fa11cafbcb7ec94ecea (patch)
tree1c04eed574852039bacd3b1d3e51a71242ba6b17 /libre/khotkeys
parent23197174ae44716df8e0f85bae737ebf6f767b67 (diff)
downloadabslibre-bf348b73947e4ed3c0cf7fa11cafbcb7ec94ecea.tar.gz
abslibre-bf348b73947e4ed3c0cf7fa11cafbcb7ec94ecea.tar.bz2
abslibre-bf348b73947e4ed3c0cf7fa11cafbcb7ec94ecea.zip
libre/khotkeys: updated to 5.12.3
Diffstat (limited to 'libre/khotkeys')
-rw-r--r--libre/khotkeys/PKGBUILD28
1 files changed, 13 insertions, 15 deletions
diff --git a/libre/khotkeys/PKGBUILD b/libre/khotkeys/PKGBUILD
index f286a4b78..b29fb0b7d 100644
--- a/libre/khotkeys/PKGBUILD
+++ b/libre/khotkeys/PKGBUILD
@@ -1,30 +1,29 @@
-# Maintainer: Andreas Grapentin <andreas@grapentin.org>
+# $Id$
# Maintainer (Arch): Felix Yan <felixonmars@archlinux.org>
# Maintainer (Arch): Antonio Rojas <arojas@archlinux.org>
+# Contributor (Arch): Andrea Scarpino <andrea@archlinux.org>
+# Maintainer: Andreas Grapentin <andreas@grapentin.org>
# Contributor: André Silva <emulatorman@hyperbola.info>
# Contributor: jc_gargma <jc_gargma@iserlohn-fortress.net>
-# Contributor (Arch): Andrea Scarpino <andrea@archlinux.org>
pkgname=khotkeys
-
-pkgver=5.11.5
-pkgrel=1.parabola1
-arch=(i686 x86_64 armv7h)
-
-pkgdesc="KHotKeys, with DuckDuckGo HTML support"
-url="https://www.kde.org/workspaces/plasmadesktop/"
+pkgver=5.12.3
+pkgrel=1
+pkgrel+=.parabola1
+pkgdesc='KHotKeys'
+pkgdesc+=', with DuckDuckGo HTML support'
+arch=(x86_64)
+arch+=(i686 armv7h)
+url='https://www.kde.org/workspaces/plasmadesktop/'
license=(LGPL)
-
depends=(plasma-workspace)
makedepends=(extra-cmake-modules kdoctools python kdesignerplugin)
-conflicts=(kdebase-workspace)
groups=(plasma)
-
source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('70d73eba6182574060277ee7ae5cf32626fe1e057861f199f92faee226963e14'
+sha256sums=('8a8fefcc5d13e4037034c8c3fae9c8956eb2a6da2029d10fbb9c0e31af79a3eb'
'SKIP')
validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E' # Jonathan Riddell
- '348C8651206633FD983A8FC4DEACEA00075E1D76' # KDE Neon
+ '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah <bshah@kde.org>
'D07BD8662C56CB291B316EB2F5675605C74E02CF' # David Edmundson
'1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin <notmart@gmail.com>
@@ -37,7 +36,6 @@ prepare() {
build() {
cd build
cmake ../$pkgname-$pkgver \
- -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_TESTING=OFF