Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / evemu
Commits: 61bff43e by Antonio Rojas at 2024-04-06T21:48:40+02:00 upgpkg: 2.7.0-10: Python 3.12 rebuild - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,19 @@ +pkgbase = evemu + pkgdesc = Tools and bindings for kernel input event device emulation and data capture and replay + pkgver = 2.7.0 + pkgrel = 10 + url = https://www.freedesktop.org/wiki/Evemu + arch = x86_64 + license = GPL3 + makedepends = asciidoc + makedepends = python + makedepends = xmlto + depends = libevdev + optdepends = python: Python 3 bindings + source = https://www.freedesktop.org/software/evemu/evemu-2.7.0.tar.xz + source = https://www.freedesktop.org/software/evemu/evemu-2.7.0.tar.xz.sig + validpgpkeys = 0A75E35E0FAEE97EC769103E2F2670AC164DB36F + sha256sums = 78c9400d55eeeb5ab75161360543f9376438c4da4934cb34cdda5b46021ae379 + sha256sums = SKIP + +pkgname = evemu ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ pkgname=evemu pkgver=2.7.0 -pkgrel=9 +pkgrel=10 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' @@ -19,6 +19,7 @@ sha256sums=('78c9400d55eeeb5ab75161360543f9376438c4da4934cb34cdda5b46021ae379' build() { cd $pkgname-$pkgver + autoreconf -vif PYTHON=python3 ./configure --prefix=/usr make } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/evemu/-/commit/61bff43e5b51fbce153bc291b2c024012c822fcc -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/evemu/-/commit/61bff43e5b51fbce153bc291b2c024012c822fcc You're receiving this email because of your account on gitlab.archlinux.org.
