diff options
Diffstat (limited to 'repos/xorg/xf86-input-synaptics')
| -rw-r--r-- | repos/xorg/xf86-input-synaptics/.checksum | 2 | ||||
| -rw-r--r-- | repos/xorg/xf86-input-synaptics/.files | 25 | ||||
| -rw-r--r-- | repos/xorg/xf86-input-synaptics/50-synaptics.conf | 15 | ||||
| -rw-r--r-- | repos/xorg/xf86-input-synaptics/abuild | 9 | ||||
| -rw-r--r-- | repos/xorg/xf86-input-synaptics/depends | 3 |
5 files changed, 0 insertions, 54 deletions
diff --git a/repos/xorg/xf86-input-synaptics/.checksum b/repos/xorg/xf86-input-synaptics/.checksum deleted file mode 100644 index 78009c06..00000000 --- a/repos/xorg/xf86-input-synaptics/.checksum +++ /dev/null @@ -1,2 +0,0 @@ -c43604b0e546824c577294011b74f53b2c20dfa98a29680a7eef8a139b8bcdd5 50-synaptics.conf -519d5288b1b85386a7b28695c5afdff0e39ebe0499a8dded97b133756ce184aa xf86-input-synaptics-1.9.2.tar.xz diff --git a/repos/xorg/xf86-input-synaptics/.files b/repos/xorg/xf86-input-synaptics/.files deleted file mode 100644 index 11caf7fb..00000000 --- a/repos/xorg/xf86-input-synaptics/.files +++ /dev/null @@ -1,25 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/synclient --rwxr-xr-x root/root usr/bin/syndaemon -drwxr-xr-x root/root usr/include/ -drwxr-xr-x root/root usr/include/xorg/ --rw-r--r-- root/root usr/include/xorg/synaptics-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-synaptics.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/synaptics_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/50-synaptics.conf --rw-r--r-- root/root usr/share/X11/xorg.conf.d/70-synaptics.conf -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/man1/ --rw-r--r-- root/root usr/share/man/man1/synclient.1.gz --rw-r--r-- root/root usr/share/man/man1/syndaemon.1.gz -drwxr-xr-x root/root usr/share/man/man4/ --rw-r--r-- root/root usr/share/man/man4/synaptics.4.gz diff --git a/repos/xorg/xf86-input-synaptics/50-synaptics.conf b/repos/xorg/xf86-input-synaptics/50-synaptics.conf deleted file mode 100644 index 09c37642..00000000 --- a/repos/xorg/xf86-input-synaptics/50-synaptics.conf +++ /dev/null @@ -1,15 +0,0 @@ -# DO NOT EDIT THIS FILE - IT WILL BE OVERWRITTEN ON UPGRADES -# Copy this file to /etc/X11/xorg.conf.d/ and edit the copy -# -# Use "synclient -l" to see all available options -# Use "man synaptics" for details about what the options do -# -Section "InputClass" - Identifier "touchpad" - Driver "synaptics" - MatchDevicePath "/dev/input/event*" - MatchIsTouchpad "on" - Option "TapButton1" "1" - Option "TapButton2" "2" - Option "TapButton3" "3" -EndSection diff --git a/repos/xorg/xf86-input-synaptics/abuild b/repos/xorg/xf86-input-synaptics/abuild deleted file mode 100644 index 1791964f..00000000 --- a/repos/xorg/xf86-input-synaptics/abuild +++ /dev/null @@ -1,9 +0,0 @@ -name=xf86-input-synaptics -version=1.9.2 -release=1 -source="https://www.x.org/pub/individual/driver/$name-$version.tar.xz - 50-synaptics.conf" - -postbuild() { - install -m644 $SRC/50-synaptics.conf $PKG/usr/share/X11/xorg.conf.d/ -} diff --git a/repos/xorg/xf86-input-synaptics/depends b/repos/xorg/xf86-input-synaptics/depends deleted file mode 100644 index 2ad0503d..00000000 --- a/repos/xorg/xf86-input-synaptics/depends +++ /dev/null @@ -1,3 +0,0 @@ -xorg-server -libevdev -libxi |