diff options
author | Cem Keylan <cem@ckyln.com> | 2019-12-09 19:17:24 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2019-12-09 19:17:24 +0300 |
commit | 03423e0583057cbe5a16f8439183e2dbc0e8dd7c (patch) | |
tree | 81fe3ba69d94146f83fb5541d1fb2da0ac4eac08 /xorg/xkbcomp | |
download | repository-03423e0583057cbe5a16f8439183e2dbc0e8dd7c.tar.gz |
secondary commit
Diffstat (limited to 'xorg/xkbcomp')
-rwxr-xr-x | xorg/xkbcomp/build | 7 | ||||
-rw-r--r-- | xorg/xkbcomp/checksums | 1 | ||||
-rw-r--r-- | xorg/xkbcomp/depends | 2 | ||||
-rw-r--r-- | xorg/xkbcomp/sources | 1 | ||||
-rw-r--r-- | xorg/xkbcomp/version | 1 |
5 files changed, 12 insertions, 0 deletions
diff --git a/xorg/xkbcomp/build b/xorg/xkbcomp/build new file mode 100755 index 00000000..6daf22f8 --- /dev/null +++ b/xorg/xkbcomp/build @@ -0,0 +1,7 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr + +make +make DESTDIR="$1" install diff --git a/xorg/xkbcomp/checksums b/xorg/xkbcomp/checksums new file mode 100644 index 00000000..8c8385c8 --- /dev/null +++ b/xorg/xkbcomp/checksums @@ -0,0 +1 @@ +6dd8bcb9be7e85bd7294abe261b8c7b0539d2fc93e41b80fb8bd013767ce8424 xkbcomp-1.4.2.tar.bz2 diff --git a/xorg/xkbcomp/depends b/xorg/xkbcomp/depends new file mode 100644 index 00000000..6d64af8e --- /dev/null +++ b/xorg/xkbcomp/depends @@ -0,0 +1,2 @@ +libX11 make +libxkbfile make diff --git a/xorg/xkbcomp/sources b/xorg/xkbcomp/sources new file mode 100644 index 00000000..e089a15b --- /dev/null +++ b/xorg/xkbcomp/sources @@ -0,0 +1 @@ +https://www.x.org/releases/individual/app/xkbcomp-1.4.2.tar.bz2 diff --git a/xorg/xkbcomp/version b/xorg/xkbcomp/version new file mode 100644 index 00000000..4ff136af --- /dev/null +++ b/xorg/xkbcomp/version @@ -0,0 +1 @@ +1.4.2 1 |