Skip to Content.
Sympa Menu

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

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, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Conner Clere (a3b614cbae637e07a10a732e836848f86789938b)
  • Date: Sun, 12 May 2024 22:55:19 +0000

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

ChangeLog | 1 +
python-pypi/azote/DEPENDS | 28 ++++++++++++++++++++++++++++
python-pypi/azote/DETAILS | 18 ++++++++++++++++++
python-pypi/azote/HISTORY | 3 +++
python-pypi/azote/INSTALL | 5 +++++
5 files changed, 55 insertions(+)

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

python-pypi/azote: new spell, wallpaper changer

part of the nwg-shell project

diff --git a/ChangeLog b/ChangeLog
index 788816d..ceeaa3a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,7 @@
* python-pypi/pyproject-hooks: new spell, python build library
* python-pypi/python-installer: new spell, python lib to handle
installing
* python-pypi/python-send2trash: new spell, send files to trash
+ * python-pypi/azote: new spell, wallpaper changer

2024-05-09 Treeve Jelbert <treeve AT sourcemage.org>
* SSO: added, for use by accounts-sso spells
diff --git a/python-pypi/azote/DEPENDS b/python-pypi/azote/DEPENDS
new file mode 100755
index 0000000..189944c
--- /dev/null
+++ b/python-pypi/azote/DEPENDS
@@ -0,0 +1,28 @@
+depends PKG-CONFIG &&
+depends python3 &&
+depends setuptools &&
+depends pygobject3 &&
+depends pillow &&
+depends gtk+3 &&
+depends pycairo &&
+depends python-send2trash &&
+
+suggest_depends grim '' '' 'For screen color picker on sway/wlroots' &&
+
+if is_depends_enabled $SPELL grim; then
+ depends slurp
+fi &&
+
+suggest_depends maim '' '' 'For screen color picker on x11' &&
+
+if is_depends_enabled $SPELL maim; then
+ depends slop
+fi &&
+
+suggest_depends imagemagick '' '' 'For screen color picker on all
environments' &&
+suggest_depends libappindicator '' '' 'For tray status icon' &&
+suggest_depends pyyaml '' '' 'For alacritty.yml toolbox' &&
+suggest_depends swaybg '' '' 'For setting background on wlroots-based
compositors other than sway' &&
+suggest_depends feh '' '' 'For setting background on x11-based WMs' &&
+suggest_depends xrandr '' '' 'For checking outputs on x11-based WMs' &&
+suggest_depends wlr-randr '' '' 'For checking outputs on wlroots-based
compositors other than sway'
diff --git a/python-pypi/azote/DETAILS b/python-pypi/azote/DETAILS
new file mode 100755
index 0000000..859f388
--- /dev/null
+++ b/python-pypi/azote/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=azote
+ VERSION=1.12.7
+ 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=sha512:60a3851108f9e84743181c03a40e658dceca5abdac30665de8d6727b53a3a41101d1b10e7d92b29b511d081d86168fe9e298f7dfed0d2b4e4f360d51e0dc16bc
+ LICENSE[0]=GPL
+ LICENSE[1]=BSD
+ WEB_SITE=https://github.com/nwg-piotr/azote
+ ENTERED=20240512
+ KEYWORDS="wallpaper utils"
+ SHORT="wallpaper manager for wlroots and x11"
+cat << EOF
+Azote is a GTK+3 - based picture browser and background setter,
+as the frontend to the swaybg (sway/Wayland) and feh (X windows) commands.
+The user interface is being developed with multi-headed setups in mind.
+Azote also includes several colour management tools.
+EOF
diff --git a/python-pypi/azote/HISTORY b/python-pypi/azote/HISTORY
new file mode 100644
index 0000000..4533322
--- /dev/null
+++ b/python-pypi/azote/HISTORY
@@ -0,0 +1,3 @@
+2024-05-12 Conner Clere <xenanthropy AT sourcemage.org>
+ * INSTALL, DEPENDS, DETAILS: version 1.12.7, new spell
+
diff --git a/python-pypi/azote/INSTALL b/python-pypi/azote/INSTALL
new file mode 100755
index 0000000..d8fbe41
--- /dev/null
+++ b/python-pypi/azote/INSTALL
@@ -0,0 +1,5 @@
+install -D -m 755 "${SOURCE_DIRECTORY}"/dist/azote
"${INSTALL_ROOT}"/usr/bin/azote &&
+install -D -t "${INSTALL_ROOT}"/usr/share/pixmaps
"${SOURCE_DIRECTORY}"/dist/azote.svg &&
+install -D -t "${INSTALL_ROOT}"/usr/share/"$pkgname"
"${SOURCE_DIRECTORY}"/dist/indicator*.png &&
+install -D -t "${INSTALL_ROOT}"/usr/share/applications
"${SOURCE_DIRECTORY}"/dist/azote.desktop &&
+default_install


  • [[SM-Commit] ] GIT changes to master grimoire by Conner Clere (a3b614cbae637e07a10a732e836848f86789938b), Conner Clere, 05/12/2024

Archive powered by MHonArc 2.6.24.

Top of Page