diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-05-24 12:22:12 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-05-24 12:22:12 +0800 |
| commit | 46ca440e9d6cc606d9c3233021e32d24b25172cf (patch) | |
| tree | eeb573e47ac56498fbf74bda6d22fac47038ecab /repos/extra/libxkbcommon | |
| parent | 8c2e7bb570c11a51fdcecf7302af4058757d862c (diff) | |
| download | alicelinux-46ca440e9d6cc606d9c3233021e32d24b25172cf.tar.gz alicelinux-46ca440e9d6cc606d9c3233021e32d24b25172cf.zip | |
added repos
Diffstat (limited to 'repos/extra/libxkbcommon')
| -rw-r--r-- | repos/extra/libxkbcommon/.files | 42 | ||||
| -rw-r--r-- | repos/extra/libxkbcommon/depends | 2 | ||||
| -rw-r--r-- | repos/extra/libxkbcommon/info | 5 |
3 files changed, 49 insertions, 0 deletions
diff --git a/repos/extra/libxkbcommon/.files b/repos/extra/libxkbcommon/.files new file mode 100644 index 00000000..750fcd53 --- /dev/null +++ b/repos/extra/libxkbcommon/.files @@ -0,0 +1,42 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/xkbcli +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/xkbcommon/ +-rw-r--r-- root/root usr/include/xkbcommon/xkbcommon-compat.h +-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.h +-rw-r--r-- root/root usr/include/xkbcommon/xkbregistry.h +drwxr-xr-x root/root usr/lib/ +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 +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.pc +-rw-r--r-- root/root usr/lib/pkgconfig/xkbregistry.pc +drwxr-xr-x root/root usr/libexec/ +drwxr-xr-x root/root usr/libexec/xkbcommon/ +-rwxr-xr-x root/root usr/libexec/xkbcommon/xkbcli-compile-compose +-rwxr-xr-x root/root usr/libexec/xkbcommon/xkbcli-compile-keymap +-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-list +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/bash-completion/ +drwxr-xr-x root/root usr/share/bash-completion/completions/ +-rw-r--r-- root/root usr/share/bash-completion/completions/xkbcli +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/xkbcli-compile-compose.1.gz +-rw-r--r-- root/root usr/share/man/man1/xkbcli-compile-keymap.1.gz +-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-list.1.gz +-rw-r--r-- root/root usr/share/man/man1/xkbcli.1.gz diff --git a/repos/extra/libxkbcommon/depends b/repos/extra/libxkbcommon/depends new file mode 100644 index 00000000..7ed18f0f --- /dev/null +++ b/repos/extra/libxkbcommon/depends @@ -0,0 +1,2 @@ +wayland-protocols +xkeyboard-config diff --git a/repos/extra/libxkbcommon/info b/repos/extra/libxkbcommon/info new file mode 100644 index 00000000..f99a3021 --- /dev/null +++ b/repos/extra/libxkbcommon/info @@ -0,0 +1,5 @@ +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" |