Date: Saturday, January 17, 2015 @ 19:54:01 Author: arojas Revision: 126042
Add ksuperkey (25 votes) Added: ksuperkey/ ksuperkey/trunk/ ksuperkey/trunk/PKGBUILD ----------+ PKGBUILD | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) Added: ksuperkey/trunk/PKGBUILD =================================================================== --- ksuperkey/trunk/PKGBUILD (rev 0) +++ ksuperkey/trunk/PKGBUILD 2015-01-17 18:54:01 UTC (rev 126042) @@ -0,0 +1,24 @@ +# Maintainer: Antonio Rojas <[email protected]> + +pkgname=ksuperkey +pkgver=0.3 +pkgrel=2 +pkgdesc="Allows you to open the application launcher in KDE Plasma Desktop using the Super key" +arch=('i686' 'x86_64') +url="http://kde-apps.org/content/show.php/ksuperkey?content=154569" +license=('GPL') +depends=('libxtst') +makedepends=() +source=("http://kde-apps.org/CONTENT/content-files/154569-$pkgname-$pkgver.tar.gz") +md5sums=('4aeffbcd6928cfeea6a19dc4a1508ed0') + +build() { + cd $pkgname-$pkgver + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} + Property changes on: ksuperkey/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
