From owner-svn-ports-all@freebsd.org Mon Mar 8 19:30:57 2021 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C325B554F12; Mon, 8 Mar 2021 19:30:57 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DvT3551Qlz3MS7; Mon, 8 Mar 2021 19:30:57 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9F0B7665C; Mon, 8 Mar 2021 19:30:57 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 128JUv6B034203; Mon, 8 Mar 2021 19:30:57 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 128JUv6Q034201; Mon, 8 Mar 2021 19:30:57 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <202103081930.128JUv6Q034201@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Mon, 8 Mar 2021 19:30:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567865 - head/multimedia/hypnotix X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/multimedia/hypnotix X-SVN-Commit-Revision: 567865 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 19:30:57 -0000 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