diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-06-13 00:25:03 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-06-13 00:25:03 +0800 |
| commit | 239ced844ea434e623686094af3de168f90e4391 (patch) | |
| tree | 541d2c575f3b3832ca1a3087bde3f65dc74a8f89 /repos/extra/libxkbcommon | |
| parent | 3f80bb67166389b3acabf8f024ee1ad1a4364c1f (diff) | |
| download | alicelinux-239ced844ea434e623686094af3de168f90e4391.tar.gz alicelinux-239ced844ea434e623686094af3de168f90e4391.zip | |
repos updated
Diffstat (limited to 'repos/extra/libxkbcommon')
| -rw-r--r-- | repos/extra/libxkbcommon/.files | 7 | ||||
| -rw-r--r-- | repos/extra/libxkbcommon/abuild | 6 | ||||
| -rw-r--r-- | repos/extra/libxkbcommon/info | 5 |
3 files changed, 13 insertions, 5 deletions
diff --git a/repos/extra/libxkbcommon/.files b/repos/extra/libxkbcommon/.files index 750fcd53..ea50099c 100644 --- a/repos/extra/libxkbcommon/.files +++ b/repos/extra/libxkbcommon/.files @@ -7,9 +7,13 @@ drwxr-xr-x root/root usr/include/xkbcommon/ -rw-r--r-- root/root usr/include/xkbcommon/xkbcommon-compose.h -rw-r--r-- root/root usr/include/xkbcommon/xkbcommon-keysyms.h -rw-r--r-- root/root usr/include/xkbcommon/xkbcommon-names.h +-rw-r--r-- root/root usr/include/xkbcommon/xkbcommon-x11.h -rw-r--r-- root/root usr/include/xkbcommon/xkbcommon.h -rw-r--r-- root/root usr/include/xkbcommon/xkbregistry.h drwxr-xr-x root/root usr/lib/ +lrwxrwxrwx root/root usr/lib/libxkbcommon-x11.so -> libxkbcommon-x11.so.0 +lrwxrwxrwx root/root usr/lib/libxkbcommon-x11.so.0 -> libxkbcommon-x11.so.0.0.0 +-rwxr-xr-x root/root usr/lib/libxkbcommon-x11.so.0.0.0 lrwxrwxrwx root/root usr/lib/libxkbcommon.so -> libxkbcommon.so.0 lrwxrwxrwx root/root usr/lib/libxkbcommon.so.0 -> libxkbcommon.so.0.0.0 -rwxr-xr-x root/root usr/lib/libxkbcommon.so.0.0.0 @@ -17,6 +21,7 @@ lrwxrwxrwx root/root usr/lib/libxkbregistry.so -> libxkbregistry.so.0 lrwxrwxrwx root/root usr/lib/libxkbregistry.so.0 -> libxkbregistry.so.0.0.0 -rwxr-xr-x root/root usr/lib/libxkbregistry.so.0.0.0 drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/xkbcommon-x11.pc -rw-r--r-- root/root usr/lib/pkgconfig/xkbcommon.pc -rw-r--r-- root/root usr/lib/pkgconfig/xkbregistry.pc drwxr-xr-x root/root usr/libexec/ @@ -26,6 +31,7 @@ drwxr-xr-x root/root usr/libexec/xkbcommon/ -rwxr-xr-x root/root usr/libexec/xkbcommon/xkbcli-how-to-type -rwxr-xr-x root/root usr/libexec/xkbcommon/xkbcli-interactive-evdev -rwxr-xr-x root/root usr/libexec/xkbcommon/xkbcli-interactive-wayland +-rwxr-xr-x root/root usr/libexec/xkbcommon/xkbcli-interactive-x11 -rwxr-xr-x root/root usr/libexec/xkbcommon/xkbcli-list drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/bash-completion/ @@ -38,5 +44,6 @@ drwxr-xr-x root/root usr/share/man/man1/ -rw-r--r-- root/root usr/share/man/man1/xkbcli-how-to-type.1.gz -rw-r--r-- root/root usr/share/man/man1/xkbcli-interactive-evdev.1.gz -rw-r--r-- root/root usr/share/man/man1/xkbcli-interactive-wayland.1.gz +-rw-r--r-- root/root usr/share/man/man1/xkbcli-interactive-x11.1.gz -rw-r--r-- root/root usr/share/man/man1/xkbcli-list.1.gz -rw-r--r-- root/root usr/share/man/man1/xkbcli.1.gz diff --git a/repos/extra/libxkbcommon/abuild b/repos/extra/libxkbcommon/abuild new file mode 100644 index 00000000..fab93e33 --- /dev/null +++ b/repos/extra/libxkbcommon/abuild @@ -0,0 +1,6 @@ +name=libxkbcommon +version=1.7.0 +release=1 +source="https://xkbcommon.org/download/$name-$version.tar.xz" +build_opt="-Denable-docs=false -Denable-wayland=true" +[ -f $SPM_PKGDB/libx11 ] || build_opt="$build_opt -Denable-x11=false" diff --git a/repos/extra/libxkbcommon/info b/repos/extra/libxkbcommon/info deleted file mode 100644 index f99a3021..00000000 --- a/repos/extra/libxkbcommon/info +++ /dev/null @@ -1,5 +0,0 @@ -name=libxkbcommon -version=1.7.0 -release=1 -source="https://xkbcommon.org/download/$name-$version.tar.xz" -build_opt="-Denable-docs=false -Denable-x11=false -Denable-wayland=true" |