Skip to Content.
Sympa Menu

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

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 (81d289437baa5c83dcf1dcd267a5a19450301890)
  • Date: Thu, 6 Jul 2023 04:27:37 +0000

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

ChangeLog | 1 +
utils/nwg-look/BUILD | 1 +
utils/nwg-look/DEPENDS | 5 +++++
utils/nwg-look/DETAILS | 22 ++++++++++++++++++++++
utils/nwg-look/HISTORY | 3 +++
5 files changed, 32 insertions(+)

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

utils/nwg-look: new spell, gtk3 settings editor for wlroots

diff --git a/ChangeLog b/ChangeLog
index b0575ce..6f48bc8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
* utils/rtkit: new spell, realtime policy and watchdog daemon
* wm-addons/mako-notification: new spell, wayland notification daemon
* utils/xcur2png: new spell, xcursor to png converter
+ * utils/nwg-look: new spell, gtk3 settings editor for wlroots

2023-06-28 Treeve Jelbert <treeve AT sourcemage.org>
* KDE_FUNCTIONS: tweak build options
diff --git a/utils/nwg-look/BUILD b/utils/nwg-look/BUILD
new file mode 100755
index 0000000..9e95cca
--- /dev/null
+++ b/utils/nwg-look/BUILD
@@ -0,0 +1 @@
+make -j "$MAKE_NJOBS" build PREFIX="${INSTALL_ROOT}/usr"
diff --git a/utils/nwg-look/DEPENDS b/utils/nwg-look/DEPENDS
new file mode 100755
index 0000000..4dcfab9
--- /dev/null
+++ b/utils/nwg-look/DEPENDS
@@ -0,0 +1,5 @@
+depends PKG-CONFIG &&
+depends go &&
+depends gtk+3 &&
+depends glib2 &&
+depends xcur2png
diff --git a/utils/nwg-look/DETAILS b/utils/nwg-look/DETAILS
new file mode 100755
index 0000000..4e2a3ee
--- /dev/null
+++ b/utils/nwg-look/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=nwg-look
+ VERSION=0.2.2
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+
SOURCE_URL[0]=https://github.com/nwg-piotr/${SPELL}/archive/v${VERSION}.tar.gz
+
SOURCE_HASH=sha256:250e5e4e29c3e4fa047c3ab95c1946307c7290cc5a30b0cfe08c0919ace6ba87
+ LICENSE[0]=GPL
+ WEB_SITE=https://github.com/nwg-piotr/nwg-look/
+ ENTERED=20230705
+ KEYWORDS="utils gtk theme"
+ SHORT="gtk3 settings editor for wlroots"
+cat << EOF
+Nwg-look is a GTK3 settings editor, designed to work properly in
wlroots-based
+Wayland environment. The look and feel is strongly influenced by
LXAppearance,
+but nwg-look is intended to free the user from a few inconveniences:
+
+ * It works natively on Wayland. You no longer need Xwayland, nor strange
+ env variables for it to run.
+ * It applies gsettings directly, with no need to use workarounds.
+ You don't need to set gsettings in the sway config file.
+ * You don't need the import-gsettings script.
+EOF
diff --git a/utils/nwg-look/HISTORY b/utils/nwg-look/HISTORY
new file mode 100644
index 0000000..8d496c3
--- /dev/null
+++ b/utils/nwg-look/HISTORY
@@ -0,0 +1,3 @@
+2023-07-05 Conner Clere <xenanthropy AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS: ver 0.2.2, new spell
+



  • [SM-Commit] GIT changes to master grimoire by Conner Clere (81d289437baa5c83dcf1dcd267a5a19450301890), Conner Clere, 07/06/2023

Archive powered by MHonArc 2.6.24.

Top of Page