From 054b2d0b10d71ca7c819a88962c6d1fc6eed6261 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 16 Feb 2022 21:11:24 +0100 Subject: libxcvt: add new package at 0.1.1 --- extra/libxcvt/build | 14 ++++++++++++++ extra/libxcvt/checksums | 2 ++ extra/libxcvt/depends | 1 + extra/libxcvt/meta | 3 +++ extra/libxcvt/sources | 1 + extra/libxcvt/version | 1 + 6 files changed, 22 insertions(+) create mode 100755 extra/libxcvt/build create mode 100644 extra/libxcvt/checksums create mode 100644 extra/libxcvt/depends create mode 100644 extra/libxcvt/meta create mode 100644 extra/libxcvt/sources create mode 100644 extra/libxcvt/version diff --git a/extra/libxcvt/build b/extra/libxcvt/build new file mode 100755 index 00000000..1e5e690f --- /dev/null +++ b/extra/libxcvt/build @@ -0,0 +1,14 @@ +#!/bin/sh -e + +# Very small library only needed by X server. We don't need shared libraries +# for this package. + +clsed 's/shared_library/static_library/;/version/d' lib/meson.build + +export DESTDIR="$1" + +cl-meson \ + . output + +ninja -C output +ninja -C output install diff --git a/extra/libxcvt/checksums b/extra/libxcvt/checksums new file mode 100644 index 00000000..89fbf7dd --- /dev/null +++ b/extra/libxcvt/checksums @@ -0,0 +1,2 @@ +%BLAKE3 +54072682f8be432a0f73a867945d2dac166d84640ac04ae9e66a3a157da05e92 libxcvt-0.1.1.tar.xz diff --git a/extra/libxcvt/depends b/extra/libxcvt/depends new file mode 100644 index 00000000..36f6fe6c --- /dev/null +++ b/extra/libxcvt/depends @@ -0,0 +1 @@ +meson make diff --git a/extra/libxcvt/meta b/extra/libxcvt/meta new file mode 100644 index 00000000..f881adac --- /dev/null +++ b/extra/libxcvt/meta @@ -0,0 +1,3 @@ +description: VESA CVT standard timing modelines generator +license: MIT +maintainer: Cem Keylan diff --git a/extra/libxcvt/sources b/extra/libxcvt/sources new file mode 100644 index 00000000..de91e984 --- /dev/null +++ b/extra/libxcvt/sources @@ -0,0 +1 @@ +https://www.x.org/releases/individual/lib/libxcvt-0.1.1.tar.xz diff --git a/extra/libxcvt/version b/extra/libxcvt/version new file mode 100644 index 00000000..57aa7884 --- /dev/null +++ b/extra/libxcvt/version @@ -0,0 +1 @@ +0.1.1 1 -- cgit v1.2.3