Rebuild package

This commit is contained in:
2025-12-27 11:05:55 +02:00
parent 4bd08f5c6e
commit b15e1e21c1
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
name: libinput name: libinput
description: Input device management and event handling library description: Input device management and event handling library
version: 1.30.1 version: 1.30.1
revision: 1 revision: 2
url: https://gitlab.freedesktop.org/libinput/libinput url: https://gitlab.freedesktop.org/libinput/libinput
license: MIT license: MIT
architecture: any architecture: any
+1
View File
@@ -26,5 +26,6 @@ check() {
package() { package() {
meson install -C build --destdir="$BPM_OUTPUT" meson install -C build --destdir="$BPM_OUTPUT"
# Install package license
install -Dm644 "$BPM_SOURCE"/COPYING "$BPM_OUTPUT"/usr/share/licenses/libinput/COPYING install -Dm644 "$BPM_SOURCE"/COPYING "$BPM_OUTPUT"/usr/share/licenses/libinput/COPYING
} }