Date: Monday, February 8, 2016 @ 01:14:17
  Author: foutrelis
Revision: 160613

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

Added:
  libfakekey/repos/community-staging-i686/
  libfakekey/repos/community-staging-i686/PKGBUILD
    (from rev 160612, libfakekey/trunk/PKGBUILD)
  libfakekey/repos/community-staging-x86_64/
  libfakekey/repos/community-staging-x86_64/PKGBUILD
    (from rev 160612, libfakekey/trunk/PKGBUILD)

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

Copied: libfakekey/repos/community-staging-i686/PKGBUILD (from rev 160612, 
libfakekey/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2016-02-08 00:14:17 UTC (rev 160613)
@@ -0,0 +1,25 @@
+# Maintainer: Lukas Fleischer <[email protected]>
+# 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-staging-x86_64/PKGBUILD (from rev 160612, 
libfakekey/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-08 00:14:17 UTC (rev 160613)
@@ -0,0 +1,25 @@
+# Maintainer: Lukas Fleischer <[email protected]>
+# 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
+}

Reply via email to