Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (5c50bc4fdaeefd91c578b4fa1cc335d8bf1e2b19)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (5c50bc4fdaeefd91c578b4fa1cc335d8bf1e2b19)
  • Date: Tue, 15 Dec 2020 23:42:53 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 3 +++
x11/stint/BUILD | 5 +++++
x11/stint/DEPENDS | 2 ++
x11/stint/DETAILS | 23 +++++++++++++++++++++++
x11/stint/HISTORY | 2 ++
x11/stint/PREPARE | 1 +
6 files changed, 36 insertions(+)

New commits:
commit 5c50bc4fdaeefd91c578b4fa1cc335d8bf1e2b19
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

stint: new spell, simple, suckless-style color grabber for X11

diff --git a/ChangeLog b/ChangeLog
index 75886da..e1d6867 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2020-12-15 Vlad Glagolev <stealth AT sourcemage.org>
+ * x11/stint: new spell, simple, suckless-style color grabber for X11
+
2020-12-15 Ismael Luceno <ismael AT sourcemage.org>
* graphics-libs/opencl-headers: new spell, Khronos OpenCL-Headers

diff --git a/x11/stint/BUILD b/x11/stint/BUILD
new file mode 100755
index 0000000..23425f3
--- /dev/null
+++ b/x11/stint/BUILD
@@ -0,0 +1,5 @@
+make
+
+if list_find "${LDFLAGS}" "-s"; then
+ strip stint
+fi
diff --git a/x11/stint/DEPENDS b/x11/stint/DEPENDS
new file mode 100755
index 0000000..f307d87
--- /dev/null
+++ b/x11/stint/DEPENDS
@@ -0,0 +1,2 @@
+depends libx11 &&
+depends git
diff --git a/x11/stint/DETAILS b/x11/stint/DETAILS
new file mode 100755
index 0000000..639d0ab
--- /dev/null
+++ b/x11/stint/DETAILS
@@ -0,0 +1,23 @@
+ SPELL=stint
+ if [[ $STINT_AUTOUPDATE == y ]]; then
+ VERSION=$(date +%Y%m%d)
+ else
+ VERSION=scm
+ fi
+ SOURCE=${SPELL}-scm.tar.bz2
+ SOURCE_URL[0]=git://github.com/djpohly/${SPELL}.git:${SPELL}-scm
+ SOURCE_IGNORE=volatile
+ FORCE_DOWNLOAD=on
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-scm"
+ WEB_SITE=https://github.com/djpohly/stint
+ LICENSE[0]=GPL
+ ENTERED=20201215
+ KEYWORDS=""
+ SHORT="simple, suckless-style color grabber for X11"
+cat << EOF
+stint - simple, suckless-style color grabber for X11.
+
+When run, waits for the user to press the left mouse button. As long as the
+button is held down, it will continue to print the color under the pointer in
+decimal "RRR GGG BBB" format. Exits when the button is released.
+EOF
diff --git a/x11/stint/HISTORY b/x11/stint/HISTORY
new file mode 100644
index 0000000..9ef8f7b
--- /dev/null
+++ b/x11/stint/HISTORY
@@ -0,0 +1,2 @@
+2020-12-15 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS, BUILD, PREPARE: created spell, version scm
diff --git a/x11/stint/PREPARE b/x11/stint/PREPARE
new file mode 100755
index 0000000..c449d9c
--- /dev/null
+++ b/x11/stint/PREPARE
@@ -0,0 +1 @@
+config_query STINT_AUTOUPDATE "Update on every system update?" n



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (5c50bc4fdaeefd91c578b4fa1cc335d8bf1e2b19), Vlad Glagolev, 12/15/2020

Archive powered by MHonArc 2.6.24.

Top of Page