Skip to Content.
Sympa Menu

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

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 (a935fca67a4260ed2f80ef69e0278a7dafd754b1)
  • Date: Sun, 12 May 2024 16:28:08 +0000

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

ChangeLog | 1 +
python-pypi/nwg-icon-picker/DEPENDS | 4 ++++
python-pypi/nwg-icon-picker/DETAILS | 17 +++++++++++++++++
python-pypi/nwg-icon-picker/HISTORY | 3 +++
4 files changed, 25 insertions(+)

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

python-pypi/nwg-icon-picker: new spell

gtk icon picker, part of the nwg-shell collection

diff --git a/ChangeLog b/ChangeLog
index 080d54d..cb06f13 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
2024-05-12 Conner Clere <xenanthropy AT sourcemage.org>
* wm-addons/swaync: new spell, sway notification center
* utils/brightnessctl: new spell, brightness control
+ * python-pypi/nwg-icon-picker: new spell, gtk icon picker

2024-05-09 Treeve Jelbert <treeve AT sourcemage.org>
* SSO: added, for use by accounts-sso spells
diff --git a/python-pypi/nwg-icon-picker/DEPENDS
b/python-pypi/nwg-icon-picker/DEPENDS
new file mode 100755
index 0000000..e03fd92
--- /dev/null
+++ b/python-pypi/nwg-icon-picker/DEPENDS
@@ -0,0 +1,4 @@
+depends python3 &&
+depends gtk+3 &&
+depends pygobject3 &&
+depends setuptools
diff --git a/python-pypi/nwg-icon-picker/DETAILS
b/python-pypi/nwg-icon-picker/DETAILS
new file mode 100755
index 0000000..dc42dc5
--- /dev/null
+++ b/python-pypi/nwg-icon-picker/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=nwg-icon-picker
+ VERSION=0.1.1
+
SOURCE_HASH=sha512:acad6452dc7e6313a0c16519eabd8d1cb719044443bdda361fc9fc35352f49207cfa5c838e28e34587492068d8f97491cf436b1a8208c0cf177556a3d82e8d93
+ 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
+ WEB_SITE=https://github.com/nwg-piotr/nwg-icon-picker
+ ENTERED=20240512
+ LICENSE[0]=MIT
+ KEYWORDS="nwg icon utils"
+ SHORT="gtk icon chooser"
+cat << EOF
+This program is intended to work as the icon picker for nwg-panel,
+but it may be used standalone. It displays a window to choose an icon
+with a textual search entry, and returns the icon name. You can also open
+a file from the search result in GIMP or Inkscape - if installed.
+EOF
diff --git a/python-pypi/nwg-icon-picker/HISTORY
b/python-pypi/nwg-icon-picker/HISTORY
new file mode 100644
index 0000000..40a9500
--- /dev/null
+++ b/python-pypi/nwg-icon-picker/HISTORY
@@ -0,0 +1,3 @@
+2024-05-12 Conner Clere <xenanthropy AT sourcemage.org>
+ * DEPENDS, DETAILS: version 0.1.1, new spell
+


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

Archive powered by MHonArc 2.6.24.

Top of Page