pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

openshot-qt: fix some pkglint warnings



Module Name:	pkgsrc-wip
Committed By:	Roland Illig <roland.illig%gmx.de@localhost>
Pushed By:	rillig
Date:		Sun Aug 9 23:57:32 2020 +0200
Changeset:	d6a84814fdb93b65308ff92e6f13717477cb9234

Modified Files:
	openshot-qt/DESCR
	openshot-qt/Makefile
	openshot-qt/PLIST

Log Message:
openshot-qt: fix some pkglint warnings

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d6a84814fdb93b65308ff92e6f13717477cb9234

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 openshot-qt/DESCR    | 3 ++-
 openshot-qt/Makefile | 7 ++++---
 openshot-qt/PLIST    | 5 -----
 3 files changed, 6 insertions(+), 9 deletions(-)

diffs:
diff --git a/openshot-qt/DESCR b/openshot-qt/DESCR
index f1a2073b97..14685f5fdb 100644
--- a/openshot-qt/DESCR
+++ b/openshot-qt/DESCR
@@ -1 +1,2 @@
-OpenShot is a cross-platform video editor, with support for Linux, Mac, and Windows.
+OpenShot is a cross-platform video editor, with support for Linux, Mac,
+and Windows.
diff --git a/openshot-qt/Makefile b/openshot-qt/Makefile
index c0b8f213df..7ba578bb11 100644
--- a/openshot-qt/Makefile
+++ b/openshot-qt/Makefile
@@ -4,18 +4,19 @@ GITHUB_PROJECT=	openshot-qt
 GITHUB_TAG=	v2.5.1
 DISTNAME=	v2.5.1
 PKGNAME=	${GITHUB_PROJECT}-${DISTNAME:S,^v,,}
-CATEGORIES=	# TODO: add primary category
+CATEGORIES=	multimedia
 MASTER_SITES=	${MASTER_SITE_GITHUB:=OpenShot/}
 DIST_SUBDIR=	${GITHUB_PROJECT}
 
-MAINTAINER=	INSERT_YOUR_MAIL_ADDRESS_HERE # or use pkgsrc-users%NetBSD.org@localhost
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/OpenShot/openshot-qt/
-COMMENT=	TODO: Short description of the package
+COMMENT=	Video editor
 #LICENSE=	# TODO: (see mk/license.mk)
 
 DEPENDS+=	${PYPKGPREFIX}-qt5-[0-9]*:../../x11/py-qt5
 DEPENDS+=	${PYPKGPREFIX}-zmq-[0-9]*:../../net/py-zmq
 DEPENDS+=	libopenshot-[0-9]*:../../wip/libopenshot
 
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/openshot-qt/PLIST b/openshot-qt/PLIST
index 7dd70af7ed..721307d05d 100644
--- a/openshot-qt/PLIST
+++ b/openshot-qt/PLIST
@@ -1,11 +1,6 @@
 @comment $NetBSD$
 bin/openshot-qt
 lib/mime/packages/openshot-qt
-${PYSITELIB}/openshot_qt-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/PKG-INFO
-${PYSITELIB}/openshot_qt-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/SOURCES.txt
-${PYSITELIB}/openshot_qt-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/dependency_links.txt
-${PYSITELIB}/openshot_qt-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/entry_points.txt
-${PYSITELIB}/openshot_qt-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/top_level.txt
 ${PYSITELIB}/openshot_qt/__init__.py
 ${PYSITELIB}/openshot_qt/__init__.pyo
 ${PYSITELIB}/openshot_qt/__init__.pyc


Home | Main Index | Thread Index | Old Index