diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2017-04-16 00:24:56 +1000 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2017-04-16 12:11:30 +1000 |
commit | 30b3c8102a00b3395e15d696bfeb366eddf660f1 (patch) | |
tree | 56f9e331f97ae142267c2d916dee166d9aa8909c /libxkbcommon | |
parent | 561b904075aeefea024b98055d7cd79973514bfe (diff) | |
download | opt-30b3c8102a00b3395e15d696bfeb366eddf660f1.tar.gz opt-30b3c8102a00b3395e15d696bfeb366eddf660f1.tar.xz |
libxkbcommon: initial import
Diffstat (limited to 'libxkbcommon')
-rw-r--r-- | libxkbcommon/.footprint | 23 | ||||
-rw-r--r-- | libxkbcommon/.md5sum | 1 | ||||
-rw-r--r-- | libxkbcommon/.signature | 5 | ||||
-rw-r--r-- | libxkbcommon/Pkgfile | 20 |
4 files changed, 49 insertions, 0 deletions
diff --git a/libxkbcommon/.footprint b/libxkbcommon/.footprint new file mode 100644 index 000000000..6cc5f7771 --- /dev/null +++ b/libxkbcommon/.footprint @@ -0,0 +1,23 @@ +drwxr-xr-x root/root usr/ +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-x11.h +-rw-r--r-- root/root usr/include/xkbcommon/xkbcommon.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libxkbcommon-x11.a +-rwxr-xr-x root/root usr/lib/libxkbcommon-x11.la +lrwxrwxrwx root/root usr/lib/libxkbcommon-x11.so -> libxkbcommon-x11.so.0.0.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 +-rw-r--r-- root/root usr/lib/libxkbcommon.a +-rwxr-xr-x root/root usr/lib/libxkbcommon.la +lrwxrwxrwx root/root usr/lib/libxkbcommon.so -> libxkbcommon.so.0.0.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 +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 diff --git a/libxkbcommon/.md5sum b/libxkbcommon/.md5sum new file mode 100644 index 000000000..7f80fe261 --- /dev/null +++ b/libxkbcommon/.md5sum @@ -0,0 +1 @@ +947ba609cb0239b9462127d5cf8908ee libxkbcommon-0.7.1.tar.xz diff --git a/libxkbcommon/.signature b/libxkbcommon/.signature new file mode 100644 index 000000000..e4dbb470a --- /dev/null +++ b/libxkbcommon/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/opt.pub +RWSE3ohX2g5d/WCYAmXk0ov4um+DpH81S/y+qMsPMa1jD5MlCf90DHBvtXKRZM/HyJmrDtVyZkbQRvd+dF9YXiOoh3uRYAbADAo= +SHA256 (Pkgfile) = d62ff423e3a6847b5838d5fabe53595e78fb39b606b0fb80ab3c3df8e9e01e4b +SHA256 (.footprint) = 7e45a019f2144e97efebed632882b84c19f61ad4b3dacef8c27f50dd75c8350e +SHA256 (libxkbcommon-0.7.1.tar.xz) = ba59305d2e19e47c27ea065c2e0df96ebac6a3c6e97e28ae5620073b6084e68b diff --git a/libxkbcommon/Pkgfile b/libxkbcommon/Pkgfile new file mode 100644 index 000000000..09bda262e --- /dev/null +++ b/libxkbcommon/Pkgfile @@ -0,0 +1,20 @@ +# Description: A library to handle keyboard descriptions. +# URL: https://xkbcommon.org/ +# Maintainer: Danny Rawlins, crux at romster dot me +# Depends on: xkeyboard-config + +name=libxkbcommon +version=0.7.1 +release=1 +source=(https://xkbcommon.org/download/$name-$version.tar.xz) + +build() { + cd $name-$version + + ./configure \ + --prefix=/usr \ + --disable-docs + + make + make DESTDIR=$PKG install +} |