Date: Mon, 8 Mar 2021 19:30:57 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567865 - head/multimedia/hypnotix Message-ID: <202103081930.128JUv6Q034201@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Mon Mar 8 19:30:56 2021 New Revision: 567865 URL: https://svnweb.freebsd.org/changeset/ports/567865 Log: multimedia/hypnotix: fix schema installation PR: 253927 Submitted by: mistresssilvara@hotmail.com (maintainer) Modified: head/multimedia/hypnotix/Makefile head/multimedia/hypnotix/pkg-plist Modified: head/multimedia/hypnotix/Makefile ============================================================================== --- head/multimedia/hypnotix/Makefile Mon Mar 8 18:12:33 2021 (r567864) +++ head/multimedia/hypnotix/Makefile Mon Mar 8 19:30:56 2021 (r567865) @@ -2,6 +2,7 @@ PORTNAME= hypnotix DISTVERSION= 1.4 +PORTREVISION= 1 CATEGORIES= multimedia MAINTAINER= mistresssilvara@hotmail.com @@ -17,9 +18,12 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gobject3>0:devel/p ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setproctitle>0:devel/py-setproctitle@${PY_FLAVOR} -USES= python:3.6+ shebangfix +USES= python:3.6+ shebangfix gnome +USE_GNOME= gtk30 glib20 gdkpixbuf2 pango +GLIB_SCHEMAS= org.x.hypnotix.gschema.xml SHEBANG_GLOB= *.py +INSTALLS_ICONS= yes USE_GITHUB= yes GH_ACCOUNT= linuxmint Modified: head/multimedia/hypnotix/pkg-plist ============================================================================== --- head/multimedia/hypnotix/pkg-plist Mon Mar 8 18:12:33 2021 (r567864) +++ head/multimedia/hypnotix/pkg-plist Mon Mar 8 19:30:56 2021 (r567865) @@ -3,7 +3,6 @@ lib/hypnotix/common.py @(,,755) lib/hypnotix/hypnotix.py lib/hypnotix/mpv.py share/applications/hypnotix.desktop -share/glib-2.0/schemas/org.x.hypnotix.gschema.xml %%DATADIR%%/generic_tv_logo.png %%DATADIR%%/hypnotix.css %%DATADIR%%/hypnotix.ui
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103081930.128JUv6Q034201>