Skip to Content.
Sympa Menu

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

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 (aa1b4bd78b918cc995b672c18d2ab6d66f994527)
  • Date: Thu, 6 Jul 2023 04:24:06 +0000

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

ChangeLog | 1 +
utils/xcur2png/DEPENDS | 3 +++
utils/xcur2png/DETAILS | 19 +++++++++++++++++++
utils/xcur2png/HISTORY | 3 +++
4 files changed, 26 insertions(+)

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

utils/xcur2png: new spell, xcursor to png converter

diff --git a/ChangeLog b/ChangeLog
index 92124fe..b0575ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
2023-07-05 Conner Clere <xenanthropy AT sourcemage.org>
* 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

2023-06-28 Treeve Jelbert <treeve AT sourcemage.org>
* KDE_FUNCTIONS: tweak build options
diff --git a/utils/xcur2png/DEPENDS b/utils/xcur2png/DEPENDS
new file mode 100755
index 0000000..84f2e74
--- /dev/null
+++ b/utils/xcur2png/DEPENDS
@@ -0,0 +1,3 @@
+depends PKG-CONFIG &&
+depends libpng &&
+depends libxcursor
diff --git a/utils/xcur2png/DETAILS b/utils/xcur2png/DETAILS
new file mode 100755
index 0000000..76cd476
--- /dev/null
+++ b/utils/xcur2png/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=xcur2png
+ VERSION=0.7.1
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+
SOURCE_URL[0]=https://github.com/eworm-de/${SPELL}/releases/download/${VERSION}/${SOURCE}
+
SOURCE_HASH=sha256:bc6a062fdb48615a7159ed56ef3d2011168cd8a9decaf1d8a4e316d3064132c9
+ LICENSE[0]=GPL
+ WEB_SITE=https://github.com/eworm-de/xcur2png/
+ ENTERED=20230705
+ KEYWORDS="utils xcursor"
+ SHORT="xcursor to png converter"
+cat << EOF
+Xcur2png takes PNG images from Xcursor-file, and generate
+config-file which is reusable by xcursorgen(1).
+To put it simply, it is converter from X cursor to PNG image.
+
+Xcursor-file is a path to existent Xcursor file. Multiple Xcursor-file
+is not supported. Generated PNG images are saved in current directory.
+EOF
diff --git a/utils/xcur2png/HISTORY b/utils/xcur2png/HISTORY
new file mode 100644
index 0000000..066e853
--- /dev/null
+++ b/utils/xcur2png/HISTORY
@@ -0,0 +1,3 @@
+2023-07-05 Conner Clere <xenanthropy AT sourcemage.org>
+ * DEPENDS, DETAILS: ver 0.7.1, new spell
+



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

Archive powered by MHonArc 2.6.24.

Top of Page