Date: Sunday, January 25, 2015 @ 13:20:33
  Author: andyrtr
Revision: 229980

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

Added:
  xf86-input-wacom/repos/testing-i686/
  xf86-input-wacom/repos/testing-i686/PKGBUILD
    (from rev 229979, xf86-input-wacom/trunk/PKGBUILD)
  xf86-input-wacom/repos/testing-x86_64/
  xf86-input-wacom/repos/testing-x86_64/PKGBUILD
    (from rev 229979, xf86-input-wacom/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   29 +++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   29 +++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+)

Copied: xf86-input-wacom/repos/testing-i686/PKGBUILD (from rev 229979, 
xf86-input-wacom/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2015-01-25 12:20:33 UTC (rev 229980)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andreas Radke <[email protected]>
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+# Contributor: Jan de Groot <[email protected]>
+# Contributor: M Rawash <[email protected]>
+
+pkgname=xf86-input-wacom
+pkgver=0.28.0
+pkgrel=1
+pkgdesc="X.Org Wacom tablet driver"
+arch=(i686 x86_64)
+url="http://linuxwacom.sourceforge.net/";
+license=(GPL)
+depends=(libxi libxinerama libxrandr systemd)
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<21' 
'X-ABI-XINPUT_VERSION>=22')
+source=(http://downloads.sourceforge.net/project/linuxwacom/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha1sums=('4247b041ad29d38c628ccadbe8f8f55d1180bb0d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: xf86-input-wacom/repos/testing-x86_64/PKGBUILD (from rev 229979, 
xf86-input-wacom/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2015-01-25 12:20:33 UTC (rev 229980)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andreas Radke <[email protected]>
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+# Contributor: Jan de Groot <[email protected]>
+# Contributor: M Rawash <[email protected]>
+
+pkgname=xf86-input-wacom
+pkgver=0.28.0
+pkgrel=1
+pkgdesc="X.Org Wacom tablet driver"
+arch=(i686 x86_64)
+url="http://linuxwacom.sourceforge.net/";
+license=(GPL)
+depends=(libxi libxinerama libxrandr systemd)
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<21' 
'X-ABI-XINPUT_VERSION>=22')
+source=(http://downloads.sourceforge.net/project/linuxwacom/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha1sums=('4247b041ad29d38c628ccadbe8f8f55d1180bb0d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Reply via email to