Skip to Content.
Sympa Menu

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

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 (7fabbca6cbf3ddbf19b750bf3975ef3d27850100)
  • Date: Wed, 1 Mar 2023 06:08:09 +0000

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

ChangeLog | 1 +
utils/wlr-randr/CONFIGURE | 1 +
utils/wlr-randr/DEPENDS | 3 +++
utils/wlr-randr/DETAILS | 17 +++++++++++++++++
utils/wlr-randr/HISTORY | 3 +++
5 files changed, 25 insertions(+)

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

wlr-randr: new spell, xrandr clone for wlroots compositors

diff --git a/ChangeLog b/ChangeLog
index 0981785..8da8fd2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
2023-02-28 Conner Clere <xenanthropy AT sourcemage.org>
* 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

2023-02-27 Conner Clere <xenanthropy AT sourcemage.org>
* libs/libappindicator: new spell, menu exporting library
diff --git a/utils/wlr-randr/CONFIGURE b/utils/wlr-randr/CONFIGURE
new file mode 100755
index 0000000..9f48d22
--- /dev/null
+++ b/utils/wlr-randr/CONFIGURE
@@ -0,0 +1 @@
+. "${GRIMOIRE}/MESON_CONFIGURE"
diff --git a/utils/wlr-randr/DEPENDS b/utils/wlr-randr/DEPENDS
new file mode 100755
index 0000000..85963f8
--- /dev/null
+++ b/utils/wlr-randr/DEPENDS
@@ -0,0 +1,3 @@
+. "${GRIMOIRE}/MESON_DEPENDS" &&
+depends PKG-CONFIG &&
+depends wayland
diff --git a/utils/wlr-randr/DETAILS b/utils/wlr-randr/DETAILS
new file mode 100755
index 0000000..691015c
--- /dev/null
+++ b/utils/wlr-randr/DETAILS
@@ -0,0 +1,17 @@
+. "${GRIMOIRE}/MESON_FUNCTIONS"
+ SPELL=wlr-randr
+ VERSION=0.3.0
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+
SOURCE_URL[0]=https://git.sr.ht/~emersion/${SPELL}/refs/download/v${VERSION}/$SOURCE
+
SOURCE_HASH=sha256:1796008aa2ff272803f008cf71c4336553a4e48f519c76b0c65ab169ad71cdad
+ LICENSE[0]=MIT
+ WEB_SITE=https://sr.ht/~emersion/wlr-randr/
+ ENTERED=20230228
+ KEYWORDS="wayland randr screen resolution"
+ SHORT="utility to manage outputs of a wayland compositor"
+cat << EOF
+Command line interface which allows setting the size, scale, orientation of
the output for a screen.
+This utility requires the compositor to implement the wlr output management
protocol.
+Currently, only wlroots based compositor support this protocol.
+EOF
diff --git a/utils/wlr-randr/HISTORY b/utils/wlr-randr/HISTORY
new file mode 100644
index 0000000..f23782a
--- /dev/null
+++ b/utils/wlr-randr/HISTORY
@@ -0,0 +1,3 @@
+2023-02-28 Conner Clere <xenanthropy AT sourcemage.org>
+ * DETAILS, CONFIGURE, DEPENDS: version 0.3.0, new spell
+



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

Archive powered by MHonArc 2.6.24.

Top of Page