[arch-commits] Commit in libfakekey/repos/community-x86_64 (PKGBUILD PKGBUILD)
Lukas Fleischer
lfleischer at archlinux.org
Thu Jun 7 15:30:02 UTC 2018
Date: Thursday, June 7, 2018 @ 15:30:02
Author: lfleischer
Revision: 341858
archrelease: copy trunk to community-x86_64
Added:
libfakekey/repos/community-x86_64/PKGBUILD
(from rev 341857, libfakekey/trunk/PKGBUILD)
Deleted:
libfakekey/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 51 ++++++++++++++++++++++++++-------------------------
1 file changed, 26 insertions(+), 25 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-06-07 15:29:52 UTC (rev 341857)
+++ PKGBUILD 2018-06-07 15:30:02 UTC (rev 341858)
@@ -1,25 +0,0 @@
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-# Contributor: zoulnix <z[o]ulnix.borkedduck.c[o]m>
-
-pkgname=libfakekey
-pkgver=0.1
-pkgrel=7
-pkgdesc='X virtual keyboard library.'
-arch=('i686' 'x86_64')
-url='https://www.yoctoproject.org/tools-resources/projects/matchbox'
-license=('GPL')
-depends=('libxtst')
-source=("http://downloads.yoctoproject.org/releases/matchbox/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('83dbde4d77e8baf0176fe4291d8a2303')
-
-build() {
- cd "${pkgname}-${pkgver}"
-
- ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static
- make AM_LDFLAGS=-lX11
-}
-
-package() {
- cd "${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}
Copied: libfakekey/repos/community-x86_64/PKGBUILD (from rev 341857, libfakekey/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-06-07 15:30:02 UTC (rev 341858)
@@ -0,0 +1,26 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: zoulnix <z[o]ulnix.borkedduck.c[o]m>
+
+pkgname=libfakekey
+pkgver=0.3
+pkgrel=1
+pkgdesc='X virtual keyboard library.'
+arch=('x86_64')
+url='https://www.yoctoproject.org/tools-resources/projects/matchbox'
+license=('GPL')
+depends=('libxtst')
+source=("http://git.yoctoproject.org/cgit/cgit.cgi/$pkgname/snapshot/$pkgname-$pkgver.tar.gz")
+md5sums=('32c4939ed9ec6c96f6b630fa5513687d')
+
+build() {
+ cd "${pkgname}-${pkgver}"
+
+ ./autogen.sh
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static
+ make AM_LDFLAGS=-lX11
+}
+
+package() {
+ cd "${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list