[arch-commits] Commit in xcape/repos (4 files)

Pierre Neidhardt ambrevar at archlinux.org
Mon Jun 5 20:31:03 UTC 2017


    Date: Monday, June 5, 2017 @ 20:31:03
  Author: ambrevar
Revision: 234418

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

Added:
  xcape/repos/community-i686/
  xcape/repos/community-i686/PKGBUILD
    (from rev 234417, xcape/trunk/PKGBUILD)
  xcape/repos/community-x86_64/
  xcape/repos/community-x86_64/PKGBUILD
    (from rev 234417, xcape/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   25 +++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   25 +++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

Copied: xcape/repos/community-i686/PKGBUILD (from rev 234417, xcape/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-06-05 20:31:03 UTC (rev 234418)
@@ -0,0 +1,25 @@
+# Maintainer: Pierre Neidhardt <ambrevar at gmail.com>
+# Contributor: qwence <queen.wenceslas at gmail.com>
+# Contributor: Mariusz Libera <mariusz.libera at gmail.com>
+
+pkgname=xcape
+pkgver=1.2
+pkgrel=2
+pkgdesc="Configure modifier keys to act as other keys when pressed and released on their own"
+arch=('i686' 'x86_64')
+url="https://github.com/alols/xcape"
+license=('GPL3')
+depends=('libxtst')
+source=("https://github.com/alols/xcape/archive/v${pkgver}.tar.gz")
+sha256sums=('a27ed884fd94f03058af65a39edfe3af3f2f8fbb76ba9920002a76be07fb2821')
+
+build() {
+	cd "$pkgname-$pkgver"
+	make
+}
+
+package() {
+	cd "$pkgname-$pkgver"
+	make DESTDIR="$pkgdir" MANDIR="/share/man/man1" install
+	install -Dm 644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
+}

Copied: xcape/repos/community-x86_64/PKGBUILD (from rev 234417, xcape/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-06-05 20:31:03 UTC (rev 234418)
@@ -0,0 +1,25 @@
+# Maintainer: Pierre Neidhardt <ambrevar at gmail.com>
+# Contributor: qwence <queen.wenceslas at gmail.com>
+# Contributor: Mariusz Libera <mariusz.libera at gmail.com>
+
+pkgname=xcape
+pkgver=1.2
+pkgrel=2
+pkgdesc="Configure modifier keys to act as other keys when pressed and released on their own"
+arch=('i686' 'x86_64')
+url="https://github.com/alols/xcape"
+license=('GPL3')
+depends=('libxtst')
+source=("https://github.com/alols/xcape/archive/v${pkgver}.tar.gz")
+sha256sums=('a27ed884fd94f03058af65a39edfe3af3f2f8fbb76ba9920002a76be07fb2821')
+
+build() {
+	cd "$pkgname-$pkgver"
+	make
+}
+
+package() {
+	cd "$pkgname-$pkgver"
+	make DESTDIR="$pkgdir" MANDIR="/share/man/man1" install
+	install -Dm 644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
+}



More information about the arch-commits mailing list