From 5e856b7cb3a94a04bc74635290714de58364dc26 Mon Sep 17 00:00:00 2001 From: Andreas Grapentin Date: Wed, 25 Oct 2017 07:31:29 +0200 Subject: libre/khotkeys: updated to 5.11.2 --- libre/khotkeys/PKGBUILD | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) (limited to 'libre/khotkeys/PKGBUILD') diff --git a/libre/khotkeys/PKGBUILD b/libre/khotkeys/PKGBUILD index e84975de0..602064bd4 100644 --- a/libre/khotkeys/PKGBUILD +++ b/libre/khotkeys/PKGBUILD @@ -6,18 +6,22 @@ # Contributor (Arch): Andrea Scarpino pkgname=khotkeys -pkgver=5.11.1 + +pkgver=5.11.2 pkgrel=1.parabola1 -pkgdesc='KHotKeys, with DuckDuckGo HTML support' -arch=('i686' 'x86_64' 'armv7h') -url='https://www.kde.org/workspaces/plasmadesktop/' -license=('LGPL') -depends=('plasma-workspace') -makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'kdesignerplugin') -conflicts=('kdebase-workspace') +arch=(i686 x86_64 armv7h) + +pkgdesc="KHotKeys, with DuckDuckGo HTML support" +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=('850e226ca36549c560a5ee94a2fefe48f9e0b48c32898a86a66de3a4a20e3734' + +source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('953ecca1d75f7b23943eaeff2e8b3b1592f042bfe6e7b0c047043f26b6012af0' 'SKIP') validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E' # Jonathan Riddell '348C8651206633FD983A8FC4DEACEA00075E1D76' # KDE Neon @@ -25,13 +29,13 @@ validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E' # Jonathan Riddell prepare() { mkdir -p build - cd ${pkgname}-${pkgver} + cd $pkgname-$pkgver sed -i 's|google[.]com|duckduckgo.com/html|' data/defaults.khotkeys } build() { cd build - cmake ../${pkgname}-${pkgver} \ + cmake ../$pkgname-$pkgver \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ @@ -41,5 +45,5 @@ build() { package() { cd build - make DESTDIR="${pkgdir}" install + make DESTDIR="$pkgdir" install } -- cgit v1.2.3