diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-02-23 23:34:57 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-02-23 23:34:57 +0800 |
| commit | e2049e835735b2dc5495a701a3186291577d6b1e (patch) | |
| tree | de98659feac12eca2ca95886a42b8cb3fe13cf59 /repos/extra/libinput | |
| parent | a5a291e17886e6b1b60638ca9615780cdd290fb3 (diff) | |
| download | alicelinux-e2049e835735b2dc5495a701a3186291577d6b1e.tar.gz alicelinux-e2049e835735b2dc5495a701a3186291577d6b1e.zip | |
removed junks
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 |