summaryrefslogtreecommitdiffstats
path: root/xorg-lib
diff options
context:
space:
mode:
authorTreeve Jelbert2021-09-07 10:56:58 +0200
committerTreeve Jelbert2021-09-07 10:56:58 +0200
commit18c26dd2834eeb96d72097f56bd7d9bc2879b951 (patch)
treed08902912fd68d966c94c4ccc5cbaea532345f58 /xorg-lib
parent8456ad64d6d52e1bf15480827c7f5790cd66c95c (diff)
libxcvt-0.1.0
Diffstat (limited to 'xorg-lib')
-rwxr-xr-xxorg-lib/libxcvt/DEPENDS2
-rwxr-xr-xxorg-lib/libxcvt/DETAILS19
-rw-r--r--xorg-lib/libxcvt/HISTORY4
3 files changed, 25 insertions, 0 deletions
diff --git a/xorg-lib/libxcvt/DEPENDS b/xorg-lib/libxcvt/DEPENDS
new file mode 100755
index 0000000000..531daaf287
--- /dev/null
+++ b/xorg-lib/libxcvt/DEPENDS
@@ -0,0 +1,2 @@
+depends ninja-build-system &&
+depends meson
diff --git a/xorg-lib/libxcvt/DETAILS b/xorg-lib/libxcvt/DETAILS
new file mode 100755
index 0000000000..a41f9d8e81
--- /dev/null
+++ b/xorg-lib/libxcvt/DETAILS
@@ -0,0 +1,19 @@
+source $GRIMOIRE/MESON_FUNCTIONS
+ SPELL=libxcvt
+ VERSION=0.1.0
+# SECURITY_PATCH=
+ SOURCE=${SPELL}-${VERSION}.tar.xz
+ SOURCE_URL[0]=https://xorg.freedesktop.org/releases/individual/lib/${SOURCE}
+ SOURCE2=$SOURCE.sig
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
+ SOURCE_GPG=xorg.gpg:$SOURCE.sig:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+ WEB_SITE=https://xorg.freedesktop.org/wiki
+ ENTERED=20210907
+ LICENSE[0]=XCL
+ SHORT="VESA CVT standard timing modelines generator"
+cat << EOF
+This is the first release of libxcvt, the VESA CVT standard timing
+modelines generator, extracted from the Xserver.
+EOF
diff --git a/xorg-lib/libxcvt/HISTORY b/xorg-lib/libxcvt/HISTORY
new file mode 100644
index 0000000000..1adc811924
--- /dev/null
+++ b/xorg-lib/libxcvt/HISTORY
@@ -0,0 +1,4 @@
+2021-09-07 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 0.1.0
+ spell created
+