Search Criteria
Package Details: xf86-input-acecad 1.5.0-10
Package Actions
Git Clone URL: | https://aur.archlinux.org/xf86-input-acecad.git (read-only, click to copy) |
---|---|
Package Base: | xf86-input-acecad |
Description: | X.Org acecad tablet input driver |
Upstream URL: | https://xorg.freedesktop.org/wiki/ |
Licenses: | custom |
Conflicts: | X-ABI-XINPUT_VERSION |
Submitter: | lordheavy |
Maintainer: | None |
Last Packager: | FabioLolix |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2017-01-14 20:25 (UTC) |
Last Updated: | 2021-05-15 19:34 (UTC) |
Dependencies (5)
- sysfsutils (sysfsutils-gitAUR)
- X-ABI-XINPUT_VERSION (xorg-server-gitAUR, xorg-server-bug865-issue1578AUR, xorg-server-bug865AUR, xorg-server) (make)
- xorg-server (xorg-server-gitAUR, xorg-server-bug865-issue1578AUR, xorg-server-bug865AUR) (make)
- xorg-server-devel (xorg-server-devel-gitAUR) (make)
- xorgproto (xorgproto-gitAUR) (make)
Latest Comments
luancamarim commented on 2021-05-15 17:53 (UTC)
@FabioLolix I have the solution but I don't know how to update it in the AUR, I adopted the package to try to fix it but it still didn't work.
FabioLolix commented on 2021-05-14 10:55 (UTC)
@luan3l you still need to update the pkgbuild
cprn commented on 2021-02-07 20:15 (UTC) (edited on 2021-02-07 20:17 (UTC) by cprn)
I added resolution settings for AceCad Flair to Systemd's hardware database, my merge request was accepted today. It'll run out of the box with
libinput
now. If you can't wait for Systemd update to be available in your distribution's repositories you can create a file/lib64/udev/hwdb.d/61-whatever.hwdb
, add the following content and reboot:If you have a different AceCad tablet try replacing
0460
and0004
with merchant and device ID reported bylsusb
- mine shows:luancamarim commented on 2021-01-29 17:32 (UTC) (edited on 2021-01-29 17:33 (UTC) by luancamarim)
for install correctly change PKGBUILD for:
#$Id: PKGBUILD 250667 2015-11-11 08:40:44Z andyrtr $
#Maintainer: Jan de Groot jgc@archlinux.org
pkgname=xf86-input-acecad pkgver=1.5.0 pkgrel=9 pkgdesc="X.Org acecad tablet input driver" arch=(i686 x86_64) url="http://xorg.freedesktop.org/" license=('custom') depends=('sysfsutils') makedepends=('xorg-server-devel' 'xorgproto-git') conflicts=('xorg-server<1.16') source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 assign-local-private-after-allocating.patch) sha1sums=('410cee68e4435dc95774fb389fcefae1b2ffe3d1' '9301020b0ef3c6f2081e957481a88d2e187a7973')
build() { cd ${pkgname}-${pkgver} patch -Np1 -i "${srcdir}/assign-local-private-after-allocating.patch" ./configure --prefix=/usr make }
package() { cd ${pkgname}-${pkgver}
make DESTDIR="${pkgdir}" install
install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}" install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/" }
FabioLolix commented on 2021-01-28 19:04 (UTC)
This is missing 2 makedepends