Skip to Content.
Sympa Menu

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

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 (927cd058532048e490b063af513c4a327ef95d90)
  • Date: Sun, 24 May 2020 14:52:08 +0000

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

ChangeLog | 7 +++++++
audio-soft/mpris-ctl/BUILD | 1 +
audio-soft/mpris-ctl/DEPENDS | 2 ++
audio-soft/mpris-ctl/DETAILS | 14 ++++++++++++++
audio-soft/mpris-ctl/HISTORY | 2 ++
audio-soft/mpris-ctl/INSTALL | 1 +
audio-soft/mpris-ctl/PRE_BUILD | 4 ++++
doc/scdoc/BUILD | 1 +
doc/scdoc/DETAILS | 16 ++++++++++++++++
doc/scdoc/HISTORY | 2 ++
doc/scdoc/INSTALL | 1 +
sir.cmpwn.gpg |binary
12 files changed, 51 insertions(+)

New commits:
commit 927cd058532048e490b063af513c4a327ef95d90
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

mpris-ctl: new spell, basic MPRIS player control for Linux command line

commit a153572465eecfbfcaeb86205eca53d6c7c84f77
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

scdoc: new spell, small man page generator for POSIX systems

commit 22972b036755dfb62aa3a7251f3d9bd13b161de3
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

Add 090047CA public key (Drew DeVault <sir AT cmpwn.com>)

diff --git a/ChangeLog b/ChangeLog
index a5fec71..eea10a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2020-05-24 Vlad Glagolev <stealth AT sourcemage.org>
+ * sir.cmpwn.gpg: added, 090047CA public key (Drew DeVault
+ <sir AT cmpwn.com>)
+ * doc/scdoc: new spell, small man page generator for POSIX systems
+ * audio-soft/mpris-ctl: new spell, basic MPRIS player control for
Linux
+ command line
+
2020-05-18 Vlad Glagolev <stealth AT sourcemage.org>
* net/asdig: new spell, simple client for retrieving AS from IP
published via DNS
diff --git a/audio-soft/mpris-ctl/BUILD b/audio-soft/mpris-ctl/BUILD
new file mode 100755
index 0000000..5409f3d
--- /dev/null
+++ b/audio-soft/mpris-ctl/BUILD
@@ -0,0 +1 @@
+make release VERSION="${VERSION}"
diff --git a/audio-soft/mpris-ctl/DEPENDS b/audio-soft/mpris-ctl/DEPENDS
new file mode 100755
index 0000000..19fc1f0
--- /dev/null
+++ b/audio-soft/mpris-ctl/DEPENDS
@@ -0,0 +1,2 @@
+depends dbus &&
+depends scdoc
diff --git a/audio-soft/mpris-ctl/DETAILS b/audio-soft/mpris-ctl/DETAILS
new file mode 100755
index 0000000..b82b853
--- /dev/null
+++ b/audio-soft/mpris-ctl/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=mpris-ctl
+ VERSION=0.8.1
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+
SOURCE_URL[0]=https://github.com/mariusor/${SPELL}/archive/v${VERSION}.tar.gz
+
SOURCE_HASH=sha512:e0a2b2e83df813705a9940d9813ed3fd2704133730f50dc216a0d4723833808e840f656b7df4e498cd93976740851a4f295907c9f727406a3b1bfda139916ae4
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=https://github.com/mariusor/mpris-ctl
+ LICENSE[0]=MIT
+ ENTERED=20200524
+ SHORT="basic MPRIS player control for Linux command line"
+cat << EOF
+mpris-ctl is a minimalistic cli tool for controlling audio players exposing a
+MPRIS DBus interface, targeted at keyboard based WMs.
+EOF
diff --git a/audio-soft/mpris-ctl/HISTORY b/audio-soft/mpris-ctl/HISTORY
new file mode 100644
index 0000000..5143442
--- /dev/null
+++ b/audio-soft/mpris-ctl/HISTORY
@@ -0,0 +1,2 @@
+2020-05-24 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS, {PRE_,}BUILD, INSTALL: created spell, version
0.8.1
diff --git a/audio-soft/mpris-ctl/INSTALL b/audio-soft/mpris-ctl/INSTALL
new file mode 100755
index 0000000..153202d
--- /dev/null
+++ b/audio-soft/mpris-ctl/INSTALL
@@ -0,0 +1 @@
+make install INSTALL_PREFIX="${INSTALL_ROOT}/usr"
diff --git a/audio-soft/mpris-ctl/PRE_BUILD b/audio-soft/mpris-ctl/PRE_BUILD
new file mode 100755
index 0000000..6a1beba
--- /dev/null
+++ b/audio-soft/mpris-ctl/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "${SOURCE_DIRECTORY}" &&
+
+sedit "s:-Wpedantic::" Makefile
diff --git a/doc/scdoc/BUILD b/doc/scdoc/BUILD
new file mode 100755
index 0000000..c978eaf
--- /dev/null
+++ b/doc/scdoc/BUILD
@@ -0,0 +1 @@
+make PREFIX="${INSTALL_ROOT}/usr"
diff --git a/doc/scdoc/DETAILS b/doc/scdoc/DETAILS
new file mode 100755
index 0000000..9720bea
--- /dev/null
+++ b/doc/scdoc/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=scdoc
+ VERSION=1.10.1
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE2=${SOURCE}.sig
+
SOURCE_URL[0]=https://git.sr.ht/~sircmpwn/${SPELL}/refs/${VERSION}/${SOURCE}
+ SOURCE2_URL[0]=${SOURCE_URL}.sig
+ SOURCE_GPG=sir.cmpwn.gpg:${SOURCE2}:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=https://sr.ht/~sircmpwn/scdoc/
+ LICENSE[0]=MIT
+ ENTERED=20200524
+ SHORT="small man page generator for POSIX systems"
+cat << EOF
+scdoc is a simple man page generator for POSIX systems written in C99.
+EOF
diff --git a/doc/scdoc/HISTORY b/doc/scdoc/HISTORY
new file mode 100644
index 0000000..5b5f10f
--- /dev/null
+++ b/doc/scdoc/HISTORY
@@ -0,0 +1,2 @@
+2020-05-24 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, BUILD, INSTALL: created spell, version 1.10.1
diff --git a/doc/scdoc/INSTALL b/doc/scdoc/INSTALL
new file mode 100755
index 0000000..e72b41d
--- /dev/null
+++ b/doc/scdoc/INSTALL
@@ -0,0 +1 @@
+make PREFIX="${INSTALL_ROOT}/usr" install
diff --git a/sir.cmpwn.gpg b/sir.cmpwn.gpg
new file mode 100644
index 0000000..b71d17c
Binary files /dev/null and b/sir.cmpwn.gpg differ



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (927cd058532048e490b063af513c4a327ef95d90), Vlad Glagolev, 05/24/2020

Archive powered by MHonArc 2.6.24.

Top of Page