diff options
author | Cem Keylan <cem@ckyln.com> | 2022-08-28 16:07:10 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-08-28 16:07:10 +0300 |
commit | abb469da975a0eaf7c491abe734458725e863f89 (patch) | |
tree | 136b13f9956be5e8e38594d53942c5fd3574f440 /extra/libxkbfile | |
parent | 1a10e94c4a493b597d813184d3b5f6a7d6f49464 (diff) | |
download | repository-abb469da975a0eaf7c491abe734458725e863f89.tar.gz |
libxkbfile: move to extra
Diffstat (limited to 'extra/libxkbfile')
-rwxr-xr-x | extra/libxkbfile/build | 7 | ||||
-rw-r--r-- | extra/libxkbfile/checksums | 1 | ||||
-rw-r--r-- | extra/libxkbfile/depends | 2 | ||||
-rw-r--r-- | extra/libxkbfile/meta | 3 | ||||
-rw-r--r-- | extra/libxkbfile/sources | 1 | ||||
-rw-r--r-- | extra/libxkbfile/version | 1 |
6 files changed, 15 insertions, 0 deletions
diff --git a/extra/libxkbfile/build b/extra/libxkbfile/build new file mode 100755 index 00000000..6daf22f8 --- /dev/null +++ b/extra/libxkbfile/build @@ -0,0 +1,7 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr + +make +make DESTDIR="$1" install diff --git a/extra/libxkbfile/checksums b/extra/libxkbfile/checksums new file mode 100644 index 00000000..7320a843 --- /dev/null +++ b/extra/libxkbfile/checksums @@ -0,0 +1 @@ +758dbdaa20add2db4902df0b1b7c936564b7376c02a0acd1f2a331bd334b38c7 libxkbfile-1.1.0.tar.bz2 diff --git a/extra/libxkbfile/depends b/extra/libxkbfile/depends new file mode 100644 index 00000000..ac4a28ab --- /dev/null +++ b/extra/libxkbfile/depends @@ -0,0 +1,2 @@ +libX11 make +xorgproto make diff --git a/extra/libxkbfile/meta b/extra/libxkbfile/meta new file mode 100644 index 00000000..599d097f --- /dev/null +++ b/extra/libxkbfile/meta @@ -0,0 +1,3 @@ +description: Xkbfile library +license: MIT +maintainer: Cem Keylan <cem@carbslinux.org> diff --git a/extra/libxkbfile/sources b/extra/libxkbfile/sources new file mode 100644 index 00000000..858e762f --- /dev/null +++ b/extra/libxkbfile/sources @@ -0,0 +1 @@ +https://www.x.org/releases/individual/lib/libxkbfile-1.1.0.tar.bz2 diff --git a/extra/libxkbfile/version b/extra/libxkbfile/version new file mode 100644 index 00000000..7281bb52 --- /dev/null +++ b/extra/libxkbfile/version @@ -0,0 +1 @@ +1.1.0 1 |