summaryrefslogtreecommitdiffstats
path: root/xfce
diff options
context:
space:
mode:
authorVlad Glagolev2016-07-01 13:50:00 -0400
committerVlad Glagolev2016-07-01 13:50:00 -0400
commit286743203b7c034f570d20373b56e7cca882fdf1 (patch)
treed88c80c29c25ac49df5de64c3d16c3c936f4b17c /xfce
parentf1a37accc6a0db459c670e9b099a977df7c757e1 (diff)
xfmpc: new spell, graphical GTK+ MPD client focusing on low footprint
Diffstat (limited to 'xfce')
-rwxr-xr-xxfce/xfmpc/DEPENDS10
-rwxr-xr-xxfce/xfmpc/DETAILS15
-rw-r--r--xfce/xfmpc/HISTORY2
3 files changed, 27 insertions, 0 deletions
diff --git a/xfce/xfmpc/DEPENDS b/xfce/xfmpc/DEPENDS
new file mode 100755
index 0000000000..9ce38ce5be
--- /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 0000000000..4b238c381b
--- /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 0000000000..644454c713
--- /dev/null
+++ b/xfce/xfmpc/HISTORY
@@ -0,0 +1,2 @@
+2016-07-01 Vlad Glagolev <stealth@sourcemage.org>
+ * DEPENDS, DETAILS: created spell, version 0.2.3