[arch-commits] Commit in evemu/trunk (PKGBUILD)

2019-11-04 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 14:52:51
  Author: felixonmars
Revision: 524081

Python 3.8 rebuild

Modified:
  evemu/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 14:52:48 UTC (rev 524080)
+++ PKGBUILD2019-11-04 14:52:51 UTC (rev 524081)
@@ -4,7 +4,7 @@
  
 pkgname=evemu
 pkgver=2.7.0
-pkgrel=5
+pkgrel=6
 pkgdesc='Tools and bindings for kernel input event device emulation and data 
capture and replay'
 arch=(x86_64)
 url='https://www.freedesktop.org/wiki/Evemu'


[arch-commits] Commit in evemu/trunk (PKGBUILD)

2019-11-04 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 11:45:19
  Author: felixonmars
Revision: 524042

Python 3.8 rebuild

Modified:
  evemu/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 11:44:35 UTC (rev 524041)
+++ PKGBUILD2019-11-04 11:45:19 UTC (rev 524042)
@@ -4,7 +4,7 @@
  
 pkgname=evemu
 pkgver=2.7.0
-pkgrel=4
+pkgrel=5
 pkgdesc='Tools and bindings for kernel input event device emulation and data 
capture and replay'
 arch=(x86_64)
 url='https://www.freedesktop.org/wiki/Evemu'


[arch-commits] Commit in evemu/trunk (PKGBUILD)

2019-08-23 Thread Jelle van der Waa via arch-commits
Date: Friday, August 23, 2019 @ 15:38:48
  Author: jelle
Revision: 501315

upgpkg: evemu 2.7.0-4

drop python2 module

Modified:
  evemu/trunk/PKGBUILD

--+
 PKGBUILD |   15 +++
 1 file changed, 3 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-23 15:16:21 UTC (rev 501314)
+++ PKGBUILD2019-08-23 15:38:48 UTC (rev 501315)
@@ -4,15 +4,14 @@
  
 pkgname=evemu
 pkgver=2.7.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Tools and bindings for kernel input event device emulation and data 
capture and replay'
 arch=(x86_64)
 url='https://www.freedesktop.org/wiki/Evemu'
 license=(GPL3)
 depends=(libevdev)
-makedepends=(asciidoc python python2 xmlto)
-optdepends=('python: Python 3 bindings'
-'python2: Python 2 bindings')
+makedepends=(asciidoc python xmlto)
+optdepends=('python: Python 3 bindings')
 
source=(https://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
 validpgpkeys=(0A75E35E0FAEE97EC769103E2F2670AC164DB36F) # Benjamin Tissoires 

 sha1sums=('16c6e1484253e1610a019dcca22b1698002824ca'
@@ -19,14 +18,9 @@
   'SKIP')
  
 build() {
-  cp -r $pkgname-$pkgver python2
-
   cd $pkgname-$pkgver
   PYTHON=python3 ./configure --prefix=/usr
   make
-
-  cd ../python2
-  PYTHON=python2 ./configure --prefix=/usr --disable-tests
 }
 
 check() {
@@ -38,7 +32,4 @@
 package() {
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
-
-  cd ../python2
-  make -C python DESTDIR="$pkgdir" install
 }


[arch-commits] Commit in evemu/trunk (PKGBUILD)

2018-07-08 Thread Evangelos Foutras via arch-commits
Date: Sunday, July 8, 2018 @ 14:14:48
  Author: foutrelis
Revision: 354947

Python 3.7 rebuild

Modified:
  evemu/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-08 14:14:21 UTC (rev 354946)
+++ PKGBUILD2018-07-08 14:14:48 UTC (rev 354947)
@@ -5,7 +5,7 @@
  
 pkgname=evemu
 pkgver=2.7.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Tools and bindings for kernel input event device emulation and data 
capture and replay'
 arch=(x86_64)
 url='https://www.freedesktop.org/wiki/Evemu'


[arch-commits] Commit in evemu/trunk (PKGBUILD)

2018-01-24 Thread Balló György via arch-commits
Date: Wednesday, January 24, 2018 @ 14:46:38
  Author: bgyorgy
Revision: 286493

upgpkg: evemu 2.7.0-2

Remove dependency on python2 (FS#52588), provide the Python bindings for 
python3 too (FS#47598), build man pages

Modified:
  evemu/trunk/PKGBUILD

--+
 PKGBUILD |   19 +++
 1 file changed, 15 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-24 14:46:05 UTC (rev 286492)
+++ PKGBUILD2018-01-24 14:46:38 UTC (rev 286493)
@@ -5,12 +5,15 @@
  
 pkgname=evemu
 pkgver=2.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Tools and bindings for kernel input event device emulation and data 
capture and replay'
 arch=(x86_64)
-url='http://www.freedesktop.org/wiki/Evemu'
+url='https://www.freedesktop.org/wiki/Evemu'
 license=(GPL3)
-depends=(libevdev python2)
+depends=(libevdev)
+makedepends=(asciidoc python python2 xmlto)
+optdepends=('python: Python 3 bindings'
+'python2: Python 2 bindings')
 
source=(https://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
 validpgpkeys=(0A75E35E0FAEE97EC769103E2F2670AC164DB36F) # Benjamin Tissoires 

 sha1sums=('16c6e1484253e1610a019dcca22b1698002824ca'
@@ -17,9 +20,14 @@
   'SKIP')
  
 build() {
+  cp -r $pkgname-$pkgver python2
+
   cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr
+  PYTHON=python3 ./configure --prefix=/usr
   make
+
+  cd ../python2
+  PYTHON=python2 ./configure --prefix=/usr --disable-tests
 }
 
 check() {
@@ -31,4 +39,7 @@
 package() {
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
+
+  cd ../python2
+  make -C python DESTDIR="$pkgdir" install
 }


[arch-commits] Commit in evemu/trunk (PKGBUILD)

2017-09-26 Thread Anatol Pomozov
Date: Tuesday, September 26, 2017 @ 17:20:14
  Author: anatolik
Revision: 260633

upgpkg: evemu 2.7.0-1

Modified:
  evemu/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-26 16:53:51 UTC (rev 260632)
+++ PKGBUILD2017-09-26 17:20:14 UTC (rev 260633)
@@ -4,7 +4,7 @@
 # Contributor: Damián Nohales 
  
 pkgname=evemu
-pkgver=2.6.0
+pkgver=2.7.0
 pkgrel=1
 pkgdesc='Tools and bindings for kernel input event device emulation and data 
capture and replay'
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 depends=(libevdev python2)
 
source=(https://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
 validpgpkeys=(0A75E35E0FAEE97EC769103E2F2670AC164DB36F) # Benjamin Tissoires 

-sha1sums=('6dadffae6d9f17c236e22328142b5d1fc0e5a9d3'
+sha1sums=('16c6e1484253e1610a019dcca22b1698002824ca'
   'SKIP')
  
 build() {


[arch-commits] Commit in evemu/trunk (PKGBUILD)

2016-12-14 Thread Anatol Pomozov
Date: Wednesday, December 14, 2016 @ 19:28:01
  Author: anatolik
Revision: 199429

upgpkg: evemu 2.6.0-1

Modified:
  evemu/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-14 19:11:20 UTC (rev 199428)
+++ PKGBUILD2016-12-14 19:28:01 UTC (rev 199429)
@@ -4,7 +4,7 @@
 # Contributor: Damián Nohales 
  
 pkgname=evemu
-pkgver=2.5.0
+pkgver=2.6.0
 pkgrel=1
 pkgdesc='Tools and bindings for kernel input event device emulation and data 
capture and replay'
 arch=(i686 x86_64)
@@ -11,9 +11,9 @@
 url='http://www.freedesktop.org/wiki/Evemu'
 license=(GPL3)
 depends=(libevdev python2)
-source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+source=(https://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
 validpgpkeys=(0A75E35E0FAEE97EC769103E2F2670AC164DB36F) # Benjamin Tissoires 

-sha1sums=('c548b68867ee862aa6646f31aed6b8cb866aefb8'
+sha1sums=('6dadffae6d9f17c236e22328142b5d1fc0e5a9d3'
   'SKIP')
  
 build() {


[arch-commits] Commit in evemu/trunk (PKGBUILD)

2016-09-18 Thread Anatol Pomozov
Date: Sunday, September 18, 2016 @ 09:52:16
  Author: anatolik
Revision: 189908

upgpkg: evemu 2.5.0-1

Modified:
  evemu/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-18 09:48:10 UTC (rev 189907)
+++ PKGBUILD2016-09-18 09:52:16 UTC (rev 189908)
@@ -4,7 +4,7 @@
 # Contributor: Damián Nohales 
  
 pkgname=evemu
-pkgver=2.4.0
+pkgver=2.5.0
 pkgrel=1
 pkgdesc='Tools and bindings for kernel input event device emulation and data 
capture and replay'
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 depends=(libevdev python2)
 
source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
 validpgpkeys=(0A75E35E0FAEE97EC769103E2F2670AC164DB36F) # Benjamin Tissoires 

-sha1sums=('3df372e8655a3eb939b0eb08ab21fe38c1498471'
+sha1sums=('c548b68867ee862aa6646f31aed6b8cb866aefb8'
   'SKIP')
  
 build() {


[arch-commits] Commit in evemu/trunk (PKGBUILD)

2015-10-14 Thread Anatol Pomozov
Date: Thursday, October 15, 2015 @ 00:33:46
  Author: anatolik
Revision: 144011

upgpkg: evemu 2.3.1-1

Modified:
  evemu/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-14 20:14:32 UTC (rev 144010)
+++ PKGBUILD2015-10-14 22:33:46 UTC (rev 144011)
@@ -4,7 +4,7 @@
 # Contributor: Damián Nohales 
  
 pkgname=evemu
-pkgver=2.2.0
+pkgver=2.3.1
 pkgrel=1
 pkgdesc='Tools and bindings for kernel input event device emulation and data 
capture and replay'
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 depends=(libevdev python2)
 
source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
 validpgpkeys=(0A75E35E0FAEE97EC769103E2F2670AC164DB36F) # Benjamin Tissoires 

-sha1sums=('e2ab233d683160bcddf24d95637eed1c7fec5979'
+sha1sums=('3f9f9ca195a9ca93857b0df952080679de95b7d7'
   'SKIP')
  
 build() {


[arch-commits] Commit in evemu/trunk (PKGBUILD)

2015-08-04 Thread Anatol Pomozov
Date: Tuesday, August 4, 2015 @ 23:23:09
  Author: anatolik
Revision: 137952

upgpkg: evemu 2.2.0-1

Modified:
  evemu/trunk/PKGBUILD

--+
 PKGBUILD |8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-04 20:23:16 UTC (rev 137951)
+++ PKGBUILD2015-08-04 21:23:09 UTC (rev 137952)
@@ -4,7 +4,7 @@
 # Contributor: Damián Nohales damiannohales at gmail.com
  
 pkgname=evemu
-pkgver=2.1.0
+pkgver=2.2.0
 pkgrel=1
 pkgdesc='Tools and bindings for kernel input event device emulation and data 
capture and replay'
 arch=(i686 x86_64)
@@ -11,8 +11,10 @@
 url='http://www.freedesktop.org/wiki/Evemu'
 license=(GPL3)
 depends=(libevdev python2)
-source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz)
-sha1sums=('4c29379a35cd770dd0d5fd6204674c45f9e4c392')
+source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+validpgpkeys=(0A75E35E0FAEE97EC769103E2F2670AC164DB36F) # Benjamin Tissoires 
benjamin.tissoi...@gmail.com
+sha1sums=('e2ab233d683160bcddf24d95637eed1c7fec5979'
+  'SKIP')
  
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in evemu/trunk (PKGBUILD)

2014-11-12 Thread Anatol Pomozov
Date: Thursday, November 13, 2014 @ 08:07:30
  Author: anatolik
Revision: 122484

upgpkg: evemu 2.1.0-1

Modified:
  evemu/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-13 05:17:19 UTC (rev 122483)
+++ PKGBUILD2014-11-13 07:07:30 UTC (rev 122484)
@@ -4,8 +4,8 @@
 # Contributor: Damián Nohales damiannohales at gmail.com
  
 pkgname=evemu
-pkgver=2.0.0
-pkgrel=2
+pkgver=2.1.0
+pkgrel=1
 pkgdesc='Tools and bindings for kernel input event device emulation and data 
capture and replay'
 arch=(i686 x86_64)
 url='http://www.freedesktop.org/wiki/Evemu'
@@ -12,7 +12,7 @@
 license=(GPL3)
 depends=(libevdev python2)
 source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz)
-sha1sums=('73f0088c05f63ddc40fd4bec9685c885c4b1797e')
+sha1sums=('4c29379a35cd770dd0d5fd6204674c45f9e4c392')
  
 build() {
   cd $pkgname-$pkgver