From 98b6f9240dd2505c07bea776468d4a88b7844bf5 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 14 Jul 2022 07:06:41 +0200 Subject: [PATCH] libxcvt: Add version 0.1.1 [X.Org X Server 21.1.0 replaced its local implementation of the VESA CVT standard timing modelines generator with the one from libxcvt to avoid code duplication.][1] [1]: https://gitlab.freedesktop.org/xorg/xserver/-/commit/f788289bdcc4f04bd2fb62552df1c8c1ae0aea45 --- libxcvt.be0 | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100755 libxcvt.be0 diff --git a/libxcvt.be0 b/libxcvt.be0 new file mode 100755 index 000000000..e8b74729f --- /dev/null +++ b/libxcvt.be0 @@ -0,0 +1,35 @@ +#!/usr/bin/env beesh + +# BEE_VERSION libxcvt-0.1.1-0 + +SRCURL[0]="https://www.x.org/pub/individual/lib/libxcvt-${PKGVERSION}.tar.xz" + +# PATCHURL+=() + +# build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +#mee_configure() { +# bee_configure +#} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} + +#mee_install_post() { +# exit +#}