diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-06-29 23:15:54 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-06-29 23:15:54 +0800 |
| commit | ae4593e20cef97c7323d522b40994a59425cd6d5 (patch) | |
| tree | 7b3e8750bbbfa32e917869e325027108ee59ee85 /repos/xorg/xf86-input-evdev | |
| parent | b5aa76f45da627817380276080b2b8bba6e74f68 (diff) | |
| download | alicelinux-ae4593e20cef97c7323d522b40994a59425cd6d5.tar.gz alicelinux-ae4593e20cef97c7323d522b40994a59425cd6d5.zip | |
added xorg repo
Diffstat (limited to 'repos/xorg/xf86-input-evdev')
| -rw-r--r-- | repos/xorg/xf86-input-evdev/.files | 18 | ||||
| -rw-r--r-- | repos/xorg/xf86-input-evdev/abuild | 4 | ||||
| -rw-r--r-- | repos/xorg/xf86-input-evdev/depends | 5 |
3 files changed, 27 insertions, 0 deletions
diff --git a/repos/xorg/xf86-input-evdev/.files b/repos/xorg/xf86-input-evdev/.files new file mode 100644 index 00000000..f1264bf0 --- /dev/null +++ b/repos/xorg/xf86-input-evdev/.files @@ -0,0 +1,18 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/xorg/ +-rw-r--r-- root/root usr/include/xorg/evdev-properties.h +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/xorg-evdev.pc +drwxr-xr-x root/root usr/lib/xorg/ +drwxr-xr-x root/root usr/lib/xorg/modules/ +drwxr-xr-x root/root usr/lib/xorg/modules/input/ +-rwxr-xr-x root/root usr/lib/xorg/modules/input/evdev_drv.so +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/X11/ +drwxr-xr-x root/root usr/share/X11/xorg.conf.d/ +-rw-r--r-- root/root usr/share/X11/xorg.conf.d/10-evdev.conf +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man4/ +-rw-r--r-- root/root usr/share/man/man4/evdev.4.gz diff --git a/repos/xorg/xf86-input-evdev/abuild b/repos/xorg/xf86-input-evdev/abuild new file mode 100644 index 00000000..f36d0d9a --- /dev/null +++ b/repos/xorg/xf86-input-evdev/abuild @@ -0,0 +1,4 @@ +name=xf86-input-evdev +version=2.10.6 +release=1 +source="http://xorg.freedesktop.org/archive/individual/driver/$name-$version.tar.bz2" diff --git a/repos/xorg/xf86-input-evdev/depends b/repos/xorg/xf86-input-evdev/depends new file mode 100644 index 00000000..dce50de3 --- /dev/null +++ b/repos/xorg/xf86-input-evdev/depends @@ -0,0 +1,5 @@ +libevdev +mtdev +xorg-server +xorgproto +libudev-zero |