Skip to Content.
Sympa Menu

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

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 (97b795c94121f024f5f3ffc348378eb67e7c7c3b)
  • Date: Wed, 1 Mar 2023 06:11:26 +0000

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

ChangeLog | 1 +
utils/wlsunset/CONFIGURE | 1 +
utils/wlsunset/DEPENDS | 10 ++++++++++
utils/wlsunset/DETAILS | 16 ++++++++++++++++
utils/wlsunset/HISTORY | 3 +++
5 files changed, 31 insertions(+)

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

wlsunset: new spell, day/night gamma adjustments for wayland

diff --git a/ChangeLog b/ChangeLog
index 8da8fd2..7df6647 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
* utils/grim: new spell, wayland screenshot utility
* utils/slurp: new spell, wayland region selection tool
* utils/wlr-randr: new spell, xrandr clone for wlroots compositors
+ * utils/wlsunset: new spell, day/night gamma adjustments for wayland

2023-02-27 Conner Clere <xenanthropy AT sourcemage.org>
* libs/libappindicator: new spell, menu exporting library
diff --git a/utils/wlsunset/CONFIGURE b/utils/wlsunset/CONFIGURE
new file mode 100755
index 0000000..9f48d22
--- /dev/null
+++ b/utils/wlsunset/CONFIGURE
@@ -0,0 +1 @@
+. "${GRIMOIRE}/MESON_CONFIGURE"
diff --git a/utils/wlsunset/DEPENDS b/utils/wlsunset/DEPENDS
new file mode 100755
index 0000000..99b8fb7
--- /dev/null
+++ b/utils/wlsunset/DEPENDS
@@ -0,0 +1,10 @@
+. "${GRIMOIRE}/MESON_DEPENDS" &&
+depends PKG-CONFIG &&
+depends wayland &&
+depends wayland-protocols &&
+depends wlroots &&
+
+optional_depends scdoc \
+ 'man-pages=enabled' \
+ 'man-pages=disabled' \
+ 'Generate and install man-pages?'
diff --git a/utils/wlsunset/DETAILS b/utils/wlsunset/DETAILS
new file mode 100755
index 0000000..41d325e
--- /dev/null
+++ b/utils/wlsunset/DETAILS
@@ -0,0 +1,16 @@
+. "${GRIMOIRE}/MESON_FUNCTIONS"
+ SPELL=wlsunset
+ VERSION=0.2.0
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+
SOURCE_URL[0]=https://github.com/kennylevinsen/${SPELL}/archive/${VERSION}.tar.gz
+
SOURCE_HASH=sha256:88bce695722a09d79545f14d404cc0659f7176bb08d5db5f4f23228b6ba8bb03
+ LICENSE[0]=MIT
+ WEB_SITE=https://github.com/kennylevinsen/wlsunset
+ ENTERED=20230228
+ KEYWORDS="wayland gamma temperature day night redshift"
+ SHORT="day and night gamma adjustments for wayland compositors"
+cat << EOF
+Day/night gamma adjustments for Wayland compositors supporting
+wlr-gamma-control-unstable-v1.
+EOF
diff --git a/utils/wlsunset/HISTORY b/utils/wlsunset/HISTORY
new file mode 100644
index 0000000..5c185a0
--- /dev/null
+++ b/utils/wlsunset/HISTORY
@@ -0,0 +1,3 @@
+2023-02-27 Conner Clere <xenanthropy AT sourcemage.org>
+ * DETAILS, CONFIGURE, DEPENDS: version 0.2.0, new spell
+



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

Archive powered by MHonArc 2.6.24.

Top of Page