diff options
Diffstat (limited to 'repos/extra/libinput')
| -rw-r--r-- | repos/extra/libinput/.files | 3 | ||||
| -rw-r--r-- | repos/extra/libinput/abuild | 4 |
2 files changed, 2 insertions, 5 deletions
diff --git a/repos/extra/libinput/.files b/repos/extra/libinput/.files index 4f4fe8dd..3fdb1d18 100644 --- a/repos/extra/libinput/.files +++ b/repos/extra/libinput/.files @@ -108,6 +108,3 @@ drwxr-xr-x root/root usr/share/man/man1/ -rw-r--r-- root/root usr/share/man/man1/libinput-replay.1.gz -rw-r--r-- root/root usr/share/man/man1/libinput-test.1.gz -rw-r--r-- root/root usr/share/man/man1/libinput.1.gz -drwxr-xr-x root/root usr/share/zsh/ -drwxr-xr-x root/root usr/share/zsh/site-functions/ --rw-r--r-- root/root usr/share/zsh/site-functions/_libinput diff --git a/repos/extra/libinput/abuild b/repos/extra/libinput/abuild index 21bc903d..8718eaa3 100644 --- a/repos/extra/libinput/abuild +++ b/repos/extra/libinput/abuild @@ -1,8 +1,8 @@ name=libinput version=1.27.1 -release=1 +release=2 source="https://gitlab.freedesktop.org/$name/$name/-/archive/$version/$name-$version.tar.gz" -build_opt="-Ddebug-gui=false -Dtests=false -Dlibwacom=false" +build_opt="-Ddebug-gui=false -Dtests=false -Dlibwacom=false -Dzshcompletiondir=no" postbuild() { rm -rf $PKG/usr/lib/udev |