Skip to Content.
Sympa Menu

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

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 (d5a6c31dfc1e9ce28c43a3743b6f9e6d12c90f86)
  • Date: Mon, 13 May 2024 01:48:17 +0000

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

ChangeLog | 1 +
python-pypi/nwg-clipman/DEPENDS | 9 +++++++++
python-pypi/nwg-clipman/DETAILS | 18 ++++++++++++++++++
python-pypi/nwg-clipman/HISTORY | 3 +++
python-pypi/nwg-clipman/INSTALL | 4 ++++
5 files changed, 35 insertions(+)

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

python-pypi/nwg-clipman: new spell

gtk3-based GUI for cliphist

diff --git a/ChangeLog b/ChangeLog
index 75517a6..5b18ba1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,6 +15,7 @@
and hyprland
* wm-addons/nwg-bar: new spell, gtk button bar for wlroots compositors
* utils/cliphist: new spell, clipboard history manager for wayland
+ * python-pypi/nwg-clipman: new spell, gtk3 gui for cliphist

2024-05-09 Treeve Jelbert <treeve AT sourcemage.org>
* SSO: added, for use by accounts-sso spells
diff --git a/python-pypi/nwg-clipman/DEPENDS b/python-pypi/nwg-clipman/DEPENDS
new file mode 100755
index 0000000..80d1760
--- /dev/null
+++ b/python-pypi/nwg-clipman/DEPENDS
@@ -0,0 +1,9 @@
+depends PKG-CONFIG &&
+depends python3 &&
+depends setuptools &&
+depends pygobject3 &&
+depends gtk+3 &&
+depends gtk-layer-shell &&
+depends wl-clipboard &&
+depends cliphist &&
+depends xdg-utils
diff --git a/python-pypi/nwg-clipman/DETAILS b/python-pypi/nwg-clipman/DETAILS
new file mode 100755
index 0000000..8e6ab70
--- /dev/null
+++ b/python-pypi/nwg-clipman/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=nwg-clipman
+ VERSION=0.2.1
+ 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:7bdb2dc5e37abe0eae9ed5ec000c5a9c1fba8472ce259b1707c37a1ce370b1fdfd46d3431aa188ddeec487f6fc05c6de8ce2d8527bdc3e75cccdfa7e3e464297
+ LICENSE[0]=MIT
+ WEB_SITE=https://github.com/nwg-piotr/nwg-clipman
+ ENTERED=20240512
+ KEYWORDS="clipboard wayland"
+ SHORT="gtk3 gui for cliphist"
+cat << EOF
+Nwg-clipman is a GTK3-based GUI for Senan Kelly's cliphist.
+It provides access to previously copied items, as well as
+management of the clipboard history from a window opened on
+gtk-layer-shell. The program is intended for use with sway,
+Hyprland and other wlroots-based Wayland compositors.
+EOF
diff --git a/python-pypi/nwg-clipman/HISTORY b/python-pypi/nwg-clipman/HISTORY
new file mode 100644
index 0000000..c509300
--- /dev/null
+++ b/python-pypi/nwg-clipman/HISTORY
@@ -0,0 +1,3 @@
+2024-05-12 Conner Clere <xenanthropy AT sourcemage.org>
+ * INSTALL, DEPENDS, DETAILS: version 0.2.1, new spell
+
diff --git a/python-pypi/nwg-clipman/INSTALL b/python-pypi/nwg-clipman/INSTALL
new file mode 100755
index 0000000..98a99cc
--- /dev/null
+++ b/python-pypi/nwg-clipman/INSTALL
@@ -0,0 +1,4 @@
+default_install &&
+
+install -D -t "${INSTALL_ROOT}"/usr/share/pixmaps nwg-clipman.svg &&
+install -D -t "${INSTALL_ROOT}"/usr/share/applications nwg-clipman.desktop


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

Archive powered by MHonArc 2.6.24.

Top of Page