[arch-commits] Commit in xcape/repos/community-x86_64 (PKGBUILD PKGBUILD)

Giancarlo Razzolini grazzolini at archlinux.org
Thu May 31 14:15:06 UTC 2018


    Date: Thursday, May 31, 2018 @ 14:15:06
  Author: grazzolini
Revision: 334848

archrelease: copy trunk to community-x86_64

Added:
  xcape/repos/community-x86_64/PKGBUILD
    (from rev 334847, xcape/trunk/PKGBUILD)
Deleted:
  xcape/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-31 14:14:31 UTC (rev 334847)
+++ PKGBUILD	2018-05-31 14:15:06 UTC (rev 334848)
@@ -1,25 +0,0 @@
-# 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 334847, xcape/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-31 14:15:06 UTC (rev 334848)
@@ -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=3
+pkgdesc="Configure modifier keys to act as other keys when pressed and released on their own"
+arch=('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