Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (18c26dd2834eeb96d72097f56bd7d9bc2879b951)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (18c26dd2834eeb96d72097f56bd7d9bc2879b951)
  • Date: Tue, 7 Sep 2021 08:57:05 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 3 +++
xorg-lib/libxcvt/DEPENDS | 2 ++
xorg-lib/libxcvt/DETAILS | 19 +++++++++++++++++++
xorg-lib/libxcvt/HISTORY | 4 ++++
4 files changed, 28 insertions(+)

New commits:
commit 18c26dd2834eeb96d72097f56bd7d9bc2879b951
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libxcvt-0.1.0

diff --git a/ChangeLog b/ChangeLog
index 53701c4..02c92ed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2021-09-07 Treeve Jelbert <treeve AT sourcemage.org>
+ * xorg-lib/libxcvt: added, was part of xserver
+
2021-09-05 Florian Franzmann <bwlf AT bandrate.org>
* libs/libsass: new spell, a sass CSS compiler
* utils/sassc: new spell, a CLI driver for libsass
diff --git a/xorg-lib/libxcvt/DEPENDS b/xorg-lib/libxcvt/DEPENDS
new file mode 100755
index 0000000..531daaf
--- /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 0000000..a41f9d8
--- /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 0000000..1adc811
--- /dev/null
+++ b/xorg-lib/libxcvt/HISTORY
@@ -0,0 +1,4 @@
+2021-09-07 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.1.0
+ spell created
+



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (18c26dd2834eeb96d72097f56bd7d9bc2879b951), Treeve Jelbert, 09/07/2021

Archive powered by MHonArc 2.6.24.

Top of Page