initial import

This commit is contained in:
2025-06-22 20:39:04 -05:00
commit f8a70886f0
3428 changed files with 302546 additions and 0 deletions

View File

@@ -0,0 +1,42 @@
# Maintainer: Jesus E. <heckyel@riseup.net>
# Based on xf86-input-elographics package
pkgname=xenocara-input-elographics
_openbsdver=6.9
pkgver=1.4.1
pkgrel=3
pkgdesc="Xenocara Elographics TouchScreen input driver"
arch=(i686 x86_64)
license=('Expat')
url="https://www.xenocara.org"
depends=('glibc')
makedepends=('xenocara-server-devel' 'X-ABI-XINPUT_VERSION=24.1' 'xenocara-proto' 'xenocara-util-macros')
provides=('xf86-input-elographics')
conflicts=('xf86-input-elographics' 'xenocara-server<1.20' 'X-ABI-XINPUT_VERSION<24.1' 'X-ABI-XINPUT_VERSION>=25')
replaces=('xf86-input-elographics')
source=(https://repo.hyperbola.info:50000/sources/xenocara-libre/$_openbsdver/driver/xf86-input-elographics-$pkgver.tar.lz{,.sig}
git-fixes.patch)
sha512sums=('4455f84a683a5ee52f423aaa641511127e57076afc6bb2a657ef7d04af3ffc781f3ca29ee68b10d126fcf37ca62b56602c4f1014b31b24d02e873d343e9b136a'
'SKIP'
'82a1575a50af1ee80194c47e8954a315c060cbbf1c912b47d1b152e29aa478a174f2324cd26333398c8a520f333a9e196d030f7995efd11eb15b34e562ffdf35')
validpgpkeys=('C92BAA713B8D53D3CAE63FC9E6974752F9704456') # André Silva
prepare() {
cd "xenocara-$_openbsdver/driver/xf86-input-elographics"
patch -p1 -i "$srcdir/git-fixes.patch"
autoreconf -vfi
}
build() {
cd "xenocara-$_openbsdver/driver/xf86-input-elographics"
./configure --prefix=/usr
make
}
package() {
cd "xenocara-$_openbsdver/driver/xf86-input-elographics"
make DESTDIR="$pkgdir" install
install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
}