Skip to Content.
Sympa Menu

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

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 (ca70bb670520967d7bf5f7d2ce126562647406ce)
  • Date: Wed, 22 Mar 2023 01:40:29 +0000

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

ChangeLog | 3 +++
utils/wdisplays/CONFIGURE | 1 +
utils/wdisplays/DEPENDS | 8 ++++++++
utils/wdisplays/DETAILS | 20 ++++++++++++++++++++
utils/wdisplays/HISTORY | 3 +++
5 files changed, 35 insertions(+)

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

wdisplays: new spell, graphical screen manager for wayland

diff --git a/ChangeLog b/ChangeLog
index 5ab7ab5..00e11a4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2023-03-21 Conner Clere <xenanthropy AT sourcemage.org>
+ * utils/wdisplays: new spell, graphical screen manager for wayland
+
2023-03-20 Pavel Vinogradov <public AT sourcemage.org>
* wm-addons/hyprpaper: new spell, a blazing fast wayland wallpaper
utility
with IPC controls
diff --git a/utils/wdisplays/CONFIGURE b/utils/wdisplays/CONFIGURE
new file mode 100755
index 0000000..9f48d22
--- /dev/null
+++ b/utils/wdisplays/CONFIGURE
@@ -0,0 +1 @@
+. "${GRIMOIRE}/MESON_CONFIGURE"
diff --git a/utils/wdisplays/DEPENDS b/utils/wdisplays/DEPENDS
new file mode 100755
index 0000000..1e4b1eb
--- /dev/null
+++ b/utils/wdisplays/DEPENDS
@@ -0,0 +1,8 @@
+. "${GRIMOIRE}/MESON_DEPENDS" &&
+depends gtk+3 &&
+depends libepoxy &&
+depends wayland &&
+depends wayland-protocols &&
+
+# No version release download so we need to clone repo at latest commit
+depends git
diff --git a/utils/wdisplays/DETAILS b/utils/wdisplays/DETAILS
new file mode 100755
index 0000000..fcf967f
--- /dev/null
+++ b/utils/wdisplays/DETAILS
@@ -0,0 +1,20 @@
+. "${GRIMOIRE}/MESON_FUNCTIONS"
+ SPELL=wdisplays
+ VERSION=1.0
+ SOURCE=${SPELL}-git.tar.xz
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
+
SOURCE_URL[0]="git_http://github.com/luispabon/${SPELL}.git:${SPELL}-git:7f2eac0d2aa81b5f495da7950fd5a94683f7868e";
+ FORCE_DOWNLOAD="on"
+ SOURCE_IGNORE="volatile"
+ LICENSE[0]=GPL
+ WEB_SITE=https://github.com/luispabon/wdisplays
+ ENTERED=20230321
+ SHORT="application for configuring displays in Wayland
compositors"
+cat << EOF
+wdisplays is a graphical application for configuring displays in
+Wayland compositors. It borrows some code from kanshi. It should work in any
+compositor that implements the wlr-output-management-unstable-v1 protocol.
+Compositors that are known to support the protocol are Sway and Wayfire.
+The goal of this project is to allow precise adjustment of display settings
+in kiosks, digital signage, and other elaborate multi-monitor setups.
+EOF
diff --git a/utils/wdisplays/HISTORY b/utils/wdisplays/HISTORY
new file mode 100644
index 0000000..bdbb6a7
--- /dev/null
+++ b/utils/wdisplays/HISTORY
@@ -0,0 +1,3 @@
+2023-03-21 Conner Clere <xenanthropy AT sourcemage.org>
+ * CONFIGURE, DEPENDS, DETAILS: version 1.0, new spell
+



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

Archive powered by MHonArc 2.6.24.

Top of Page