Skip to Content.
Sympa Menu

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

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 (286743203b7c034f570d20373b56e7cca882fdf1)
  • Date: Fri, 1 Jul 2016 17:50:07 +0000

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

ChangeLog | 4 ++++
xfce/xfmpc/DEPENDS | 10 ++++++++++
xfce/xfmpc/DETAILS | 15 +++++++++++++++
xfce/xfmpc/HISTORY | 2 ++
4 files changed, 31 insertions(+)

New commits:
commit 286743203b7c034f570d20373b56e7cca882fdf1
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

xfmpc: new spell, graphical GTK+ MPD client focusing on low footprint

diff --git a/ChangeLog b/ChangeLog
index 6041a9c..36058f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-07-01 Vlad Glagolev <stealth AT sourcemage.org>
+ * xfce/xfmpc: new spell, graphical GTK+ MPD client focusing on low
+ footprint
+
2016-06-29 Eric Sandall <sandalle AT sourcemage.org>
* disk/duperemove: Added a simple tool for deduplicating btrfs extents

diff --git a/xfce/xfmpc/DEPENDS b/xfce/xfmpc/DEPENDS
new file mode 100755
index 0000000..9ce38ce
--- /dev/null
+++ b/xfce/xfmpc/DEPENDS
@@ -0,0 +1,10 @@
+depends glib2 &&
+depends gtk+2 &&
+depends libxfce4util &&
+depends libxfcegui4 &&
+depends libmpd &&
+
+optional_depends gettext \
+ "--enable-nls" \
+ "--disable-nls" \
+ "for Native Language Support"
diff --git a/xfce/xfmpc/DETAILS b/xfce/xfmpc/DETAILS
new file mode 100755
index 0000000..4b238c3
--- /dev/null
+++ b/xfce/xfmpc/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=xfmpc
+ VERSION=0.2.3
+ BRANCH=`echo ${VERSION} | cut -d . -f 1,2`
+ SOURCE=${SPELL}-${VERSION}.tar.bz2
+
SOURCE_URL[0]=http://archive.xfce.org/src/apps/${SPELL}/${BRANCH}/${SOURCE}
+
SOURCE_HASH=sha512:3f592fdd559817051f7720bafc07fc66b39f682cc20286c12d54c4bd607e85bb0a722c567264a29224971b4ac14db51b0b44b233a16cccd9d17579a50549a3be
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=http://goodies.xfce.org/projects/applications/xfmpc
+ LICENSE[0]=GPL
+ KEYWORDS="xfce mpd audio"
+ ENTERED=20160701
+ SHORT="graphical GTK+ MPD client focusing on low footprint"
+cat << EOF
+xfmpc is a graphical GTK+ MPD client focusing on low footprint.
+EOF
diff --git a/xfce/xfmpc/HISTORY b/xfce/xfmpc/HISTORY
new file mode 100644
index 0000000..644454c
--- /dev/null
+++ b/xfce/xfmpc/HISTORY
@@ -0,0 +1,2 @@
+2016-07-01 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS, DETAILS: created spell, version 0.2.3



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (286743203b7c034f570d20373b56e7cca882fdf1), Vlad Glagolev, 07/01/2016

Archive powered by MHonArc 2.6.24.

Top of Page