[arch-commits] Commit in ksuperkey (5 files)

Antonio Rojas arojas at archlinux.org
Sat Jan 17 18:54:40 UTC 2015


    Date: Saturday, January 17, 2015 @ 19:54:40
  Author: arojas
Revision: 126043

archrelease: copy trunk to community-i686, community-x86_64

Added:
  ksuperkey/repos/
  ksuperkey/repos/community-i686/
  ksuperkey/repos/community-i686/PKGBUILD
    (from rev 126042, ksuperkey/trunk/PKGBUILD)
  ksuperkey/repos/community-x86_64/
  ksuperkey/repos/community-x86_64/PKGBUILD
    (from rev 126042, ksuperkey/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   24 ++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   24 ++++++++++++++++++++++++
 2 files changed, 48 insertions(+)

Copied: ksuperkey/repos/community-i686/PKGBUILD (from rev 126042, ksuperkey/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD	                        (rev 0)
+++ repos/community-i686/PKGBUILD	2015-01-17 18:54:40 UTC (rev 126043)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+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
+}
+

Copied: ksuperkey/repos/community-x86_64/PKGBUILD (from rev 126042, ksuperkey/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2015-01-17 18:54:40 UTC (rev 126043)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+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
+}
+



More information about the arch-commits mailing list