View | Details | Raw Unified | Return to bug 253927
Collapse All | Expand All

(-)multimedia/hypnotix/Makefile (-2 / +6 lines)
Lines 1-6 Link Here
1
# $FreeBSD: head/multimedia/hypnotix/Makefile 565107 2021-02-13 08:56:35Z lwhsu $
1
# $FreeBSD$
2
2
3
PORTNAME=	hypnotix
3
PORTNAME=	hypnotix
4
DISTVERSION=	1.4
4
DISTVERSION=	1.4
5
PORTREVISION=	1
5
CATEGORIES=	multimedia
6
CATEGORIES=	multimedia
6
7
Lines 18-24 Link Here
18
		${PYTHON_PKGNAMEPREFIX}setproctitle>0:devel/py-setproctitle@${PY_FLAVOR}
19
		${PYTHON_PKGNAMEPREFIX}setproctitle>0:devel/py-setproctitle@${PY_FLAVOR}
19
20
20
USES=		python:3.6+ shebangfix
21
USES=		python:3.6+ shebangfix gnome
22
USE_GNOME=	gtk30 glib20 gdkpixbuf2 pango
23
GLIB_SCHEMAS=	org.x.hypnotix.gschema.xml
21
24
22
SHEBANG_GLOB=	*.py
25
SHEBANG_GLOB=	*.py
26
INSTALLS_ICONS=	yes
23
USE_GITHUB=	yes
27
USE_GITHUB=	yes
24
GH_ACCOUNT=	linuxmint
28
GH_ACCOUNT=	linuxmint
(-)multimedia/hypnotix/pkg-plist (-1 lines)
Lines 4-8 Link Here
4
lib/hypnotix/mpv.py
4
lib/hypnotix/mpv.py
5
share/applications/hypnotix.desktop
5
share/applications/hypnotix.desktop
6
share/glib-2.0/schemas/org.x.hypnotix.gschema.xml
7
%%DATADIR%%/generic_tv_logo.png
6
%%DATADIR%%/generic_tv_logo.png
8
%%DATADIR%%/hypnotix.css
7
%%DATADIR%%/hypnotix.css

Return to bug 253927