Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Conner Clere (b25bd7b701114d4a392b6d569837265e368d26be)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Conner Clere <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Conner Clere (b25bd7b701114d4a392b6d569837265e368d26be)
  • Date: Wed, 8 Mar 2023 17:04:20 +0000

GIT changes to master grimoire by Conner Clere <xenanthropy AT sourcemage.org>:

ChangeLog | 3 +++
libs/libdisplay-info/CONFIGURE | 1 +
libs/libdisplay-info/DEPENDS | 3 +++
libs/libdisplay-info/DETAILS | 21 +++++++++++++++++++++
libs/libdisplay-info/HISTORY | 3 +++
5 files changed, 31 insertions(+)

New commits:
commit b25bd7b701114d4a392b6d569837265e368d26be
Author: Conner Clere <xenanthropy AT sourcemage.org>
Commit: Conner Clere <xenanthropy AT sourcemage.org>

libdisplay-info: new spell, EDID and DisplayID library

diff --git a/ChangeLog b/ChangeLog
index 1c78d71..6299321 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2023-03-08 Conner Clere <xenanthropy AT sourcemage.org>
+ * libs/libdisplay-info: new spell, EDID and DisplayID library
+
2023-03-06 Conner Clere <xenanthropy AT sourcemage.org>
* utils/wshowkeys: new spell, displays keypresses on screen under
wayland

diff --git a/libs/libdisplay-info/CONFIGURE b/libs/libdisplay-info/CONFIGURE
new file mode 100755
index 0000000..9f48d22
--- /dev/null
+++ b/libs/libdisplay-info/CONFIGURE
@@ -0,0 +1 @@
+. "${GRIMOIRE}/MESON_CONFIGURE"
diff --git a/libs/libdisplay-info/DEPENDS b/libs/libdisplay-info/DEPENDS
new file mode 100755
index 0000000..427a615
--- /dev/null
+++ b/libs/libdisplay-info/DEPENDS
@@ -0,0 +1,3 @@
+. "${GRIMOIRE}/MESON_DEPENDS" &&
+depends PKG-CONFIG &&
+depends hwdata
diff --git a/libs/libdisplay-info/DETAILS b/libs/libdisplay-info/DETAILS
new file mode 100755
index 0000000..159a0fd
--- /dev/null
+++ b/libs/libdisplay-info/DETAILS
@@ -0,0 +1,21 @@
+. "${GRIMOIRE}/MESON_FUNCTIONS"
+ SPELL=libdisplay-info
+ VERSION=0.1.1
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+
SOURCE_URL[0]=https://gitlab.freedesktop.org/emersion/${SPELL}/-/archive/${VERSION}/${SOURCE}
+
SOURCE_HASH=sha256:a5aeef57817916286526292ec816a5338c4d3c0094ce91e584fc82b57070a44f
+ LICENSE[0]=MIT
+ WEB_SITE=https://gitlab.freedesktop.org/emersion/libdisplay-info
+ ENTERED=20230308
+ KEYWORDS="wayland wlroots libs"
+ SHORT="EDID and DisplayID library"
+cat << EOF
+EDID and DisplayID library.
+Goals:
+
+* Provide a set of high-level, easy-to-use, opinionated functions as well as
+ low-level functions to access detailed information.
+* Simplicity and correctness over performance and resource usage.
+* Well-tested and fuzzed.
+EOF
diff --git a/libs/libdisplay-info/HISTORY b/libs/libdisplay-info/HISTORY
new file mode 100644
index 0000000..33eb947
--- /dev/null
+++ b/libs/libdisplay-info/HISTORY
@@ -0,0 +1,3 @@
+2023-03-08 Conner Clere <xenanthropy AT sourcemage.org>
+ * DETAILS, CONFIGURE, DEPENDS: version 0.1.1, new spell
+



  • [SM-Commit] GIT changes to master grimoire by Conner Clere (b25bd7b701114d4a392b6d569837265e368d26be), Conner Clere, 03/08/2023

Archive powered by MHonArc 2.6.24.

Top of Page