Package Details: ksuperkey 0.4-2

Git Clone URL: https://aur.archlinux.org/ksuperkey.git (read-only, click to copy)
Package Base: ksuperkey
Description: Allows you to open the application launcher in KDE Plasma Desktop using the Super key
Upstream URL: https://github.com/hanschen/ksuperkey
Licenses: GPL
Submitter: arojas
Maintainer: nuky
Last Packager: nuky
Votes: 27
Popularity: 0.009013
First Submitted: 2016-11-16 20:20 (UTC)
Last Updated: 2017-12-29 02:09 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

francoism90 commented on 2021-01-25 14:05 (UTC)

Why do I still need this on Plasma 5.20? I'm using iBus, maybe that's causing some issues?

dpeukert commented on 2017-12-29 08:09 (UTC)

Awesome, thanks!

nuky commented on 2017-12-29 02:09 (UTC)

Fixed, thank you

dpeukert commented on 2017-12-28 00:12 (UTC) (edited on 2017-12-28 13:54 (UTC) by dpeukert)

The current source no longer points to the archive. The PKGBUILD should probably be changed to use the GitHub repo (https://github.com/hanschen/ksuperkey/releases).

PKGBUILD (without the < and > symbols):

# Maintainer: Philippe Cavalaria <philippe.cavalaria at moc.liamg>
# Contributor: Antonio Rojas <arojas@archlinux.org>

pkgname=ksuperkey
pkgver=0.4
pkgrel=2
pkgdesc="Allows you to open the application launcher in KDE Plasma Desktop using the Super key"
arch=(i686 x86_64)
url='<https://github.com/hanschen/ksuperkey>'
license=(GPL)
depends=(libxtst)
makedepends=()
source=("<https://github.com/hanschen/>$pkgname/archive/v$pkgver.tar.gz")
md5sums=('2dd4539de4366e8aa185d5bf375e203b')

build() {
  cd $pkgname-$pkgver
  make
}

package() {
  cd $pkgname-$pkgver
  make DESTDIR="$pkgdir" install
}