From afcfdd89f42de66210908b42c324da9a3488b4de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Mon, 19 Sep 2016 00:12:51 -0300 Subject: khotkeys: add new package to [libre] - Freedom issue #1103 -> https://labs.parabola.nu/issues/1103 --- libre/khotkeys/PKGBUILD | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 libre/khotkeys/PKGBUILD (limited to 'libre/khotkeys') diff --git a/libre/khotkeys/PKGBUILD b/libre/khotkeys/PKGBUILD new file mode 100644 index 000000000..e36590d8a --- /dev/null +++ b/libre/khotkeys/PKGBUILD @@ -0,0 +1,44 @@ +# $Id: PKGBUILD 276224 2016-09-13 15:50:16Z arojas $ +# Maintainer (Arch): Felix Yan +# Contributor (Arch): Andrea Scarpino +# Contributor (Arch): Antonio Rojas +# Maintainer: André Silva + +pkgname=khotkeys +pkgver=5.7.5 +pkgrel=1.parabola1 +pkgdesc='KHotKeys, with DuckDuckGo HTML support' +arch=('i686' 'x86_64') +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=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('efca5ead90388e3ef8ad0612e7c035414340da5273dd486918af25b3e2fca430' + 'SKIP') +validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E' # Jonathan Riddell + '348C8651206633FD983A8FC4DEACEA00075E1D76' # KDE Neon + 'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson + +prepare() { + mkdir -p build + cd ${pkgname}-${pkgver} + sed -i 's|google[.]com|duckduckgo.com/html|' data/defaults.khotkeys +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DKDE_INSTALL_LIBDIR=lib \ + -DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} -- cgit v1.2.3