summaryrefslogtreecommitdiffstats
path: root/deskutils/gnome-shell-extension-mediaplayer/Makefile
diff options
context:
space:
mode:
authorgusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059>2014-05-23 22:40:39 +0800
committergusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059>2014-05-23 22:40:39 +0800
commitc6bfe60abd08d42afb5887246a435cf7d63fa3ed (patch)
tree5ceb25ab5c2ba9cd2bd9e5519e862cad2e5c8018 /deskutils/gnome-shell-extension-mediaplayer/Makefile
parent4c5771b0c34165a7a446fa2ba4e81341aab2e523 (diff)
downloadmarcuscom-ports-c6bfe60abd08d42afb5887246a435cf7d63fa3ed.tar
marcuscom-ports-c6bfe60abd08d42afb5887246a435cf7d63fa3ed.tar.gz
marcuscom-ports-c6bfe60abd08d42afb5887246a435cf7d63fa3ed.tar.bz2
marcuscom-ports-c6bfe60abd08d42afb5887246a435cf7d63fa3ed.tar.lz
marcuscom-ports-c6bfe60abd08d42afb5887246a435cf7d63fa3ed.tar.xz
marcuscom-ports-c6bfe60abd08d42afb5887246a435cf7d63fa3ed.tar.zst
marcuscom-ports-c6bfe60abd08d42afb5887246a435cf7d63fa3ed.zip
Import some, I think, interesting gnome shell extensions that
can be installed separately. Also create a metapoort (gnome-shell-extra-extensions) to install all of them in a row. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19680 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils/gnome-shell-extension-mediaplayer/Makefile')
-rw-r--r--deskutils/gnome-shell-extension-mediaplayer/Makefile40
1 files changed, 40 insertions, 0 deletions
diff --git a/deskutils/gnome-shell-extension-mediaplayer/Makefile b/deskutils/gnome-shell-extension-mediaplayer/Makefile
new file mode 100644
index 000000000..701840d3c
--- /dev/null
+++ b/deskutils/gnome-shell-extension-mediaplayer/Makefile
@@ -0,0 +1,40 @@
+# Created by: Gustau Perez i Querol <gustau.perez@gmail.com>
+# $FreeBSD$
+# $MCom$
+
+PORTNAME= gnome-shell-extension-mediaplayer
+PORTVERSION= 0.0.0.20140520
+CATEGORIES= deskutils gnome
+DIST_SUBDIR= gnome3
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= MPRIS2 extension for the GNOME3 shell
+
+BUILD_DEPENDS= gnome-autogen.sh:${PORTSDIR}/devel/gnome-common \
+ gsettings-desktop-schemas>=3.12.0:${PORTSDIR}/devel/gsettings-desktop-schemas
+RUN_DEPENDS= gnome-shell>=0:${PORTSDIR}/x11/gnome-shell \
+ gsettings-desktop-schemas>=3.12.0:${PORTSDIR}/devel/gsettings-desktop-schemas
+
+WRKSRC= ${WRKDIR}/eonpatapon-gnome-shell-extensions-mediaplayer-bacb60e
+
+USES= gettext gmake libtool:keepla pkgconfig tar:xz
+USE_GNOME= glib20 intltool
+USE_GITHUB= yes
+USE_AUTOTOOLS= libtoolize autoconf automake
+USE_LDCONFIG= yes
+GNU_CONFIGURE= yes
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
+GLIB_SCHEMAS= org.gnome.shell.extensions.mediaplayer.gschema.xml
+
+GH_ACCOUNT= eonpatapon
+GH_PROJECT= gnome-shell-extensions-mediaplayer
+GH_TAGNAME= bacb60e73c
+GH_COMMIT= bacb60e73c
+
+PKGMESSAGE= ../gnome-shell-extra-extensions/pkg-message.slaves
+
+pre-configure:
+ cd ${WRKSRC} && NOCONFIGURE=yes ${SH} ./autogen.sh
+
+.include <bsd.port.mk>