aboutsummaryrefslogtreecommitdiff
path: root/deskutils/gnome-shell-extension-mediaplayer/Makefile
blob: 8aef658263e5926a4497e57c05fa1daf1c1a917f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Created by: Gustau Perez i Querol <gustau.perez@gmail.com>
# $FreeBSD$

PORTNAME=	gnome-shell-extension-mediaplayer
PORTVERSION=	0.0.0.20180316
CATEGORIES=	deskutils gnome
DIST_SUBDIR=	gnome3

MAINTAINER=	gnome@FreeBSD.org
COMMENT=	MPRIS2 extension for the GNOME3 shell

BUILD_DEPENDS=	gsettings-desktop-schemas>=3.12.0:devel/gsettings-desktop-schemas
RUN_DEPENDS=	gnome-shell>=0:x11/gnome-shell \
		gsettings-desktop-schemas>=3.12.0:devel/gsettings-desktop-schemas

USES=		gettext gnome meson pkgconfig python:3.4+,build
USE_GNOME=	glib20 intltool
USE_LDCONFIG=	yes

BINARY_ALIAS=	python3=${PYTHON_VERSION}

GLIB_SCHEMAS=	org.gnome.shell.extensions.mediaplayer.gschema.xml

USE_GITHUB=	yes
GH_ACCOUNT=	JasonLG1979
GH_PROJECT=	gnome-shell-extensions-mediaplayer
GH_TAGNAME=	9653b7d

PKGMESSAGE=	../gnome-shell-extra-extensions/pkg-message.slaves

post-install:
	@${MKDIR} ${STAGEDIR}${PREFIX}/share/glib-2.0/schemas/
	@${MV} "${STAGEDIR}${PREFIX}/share/gnome-shell/extensions/mediaplayer@patapon.info/schemas/org.gnome.shell.extensions.mediaplayer.gschema.xml" \
		${STAGEDIR}${PREFIX}/share/glib-2.0/schemas/
	@${RMDIR} ${STAGEDIR}${PREFIX}/share/gnome-shell/extensions/mediaplayer@patapon.info/schemas

.include <bsd.port.mk>