aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2021-04-07 12:13:02 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2021-04-07 12:19:27 +0000
commit5c84e0b365558cf6a76ee734c9520543922a92e2 (patch)
treee715e973c05a08847393002896c8edf406ee541f /graphics
parentf7668a0f9d7d55964c4da7578d5c116bcfcce2ea (diff)
downloadports-5c84e0b365558cf6a76ee734c9520543922a92e2.tar.gz
ports-5c84e0b365558cf6a76ee734c9520543922a92e2.zip
graphics/drawing: Sanitize run dependencies [0]
It does not need meson, ninja, etc at runtime. While here fix other QA issues too. Reported by: 0mp [0]
Diffstat (limited to 'graphics')
-rw-r--r--graphics/drawing/Makefile6
-rw-r--r--graphics/drawing/pkg-plist1
2 files changed, 5 insertions, 2 deletions
diff --git a/graphics/drawing/Makefile b/graphics/drawing/Makefile
index 99d2a725e58f..3acc70f2357a 100644
--- a/graphics/drawing/Makefile
+++ b/graphics/drawing/Makefile
@@ -1,5 +1,6 @@
PORTNAME= drawing
DISTVERSION= 0.6.5
+PORTREVISION= 1
CATEGORIES= graphics
MAINTAINER= nc@FreeBSD.org
@@ -9,9 +10,10 @@ LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairo>=0:graphics/py-cairo@${PY_FLAVOR}
-RUN_DEPENDS= ${BUILD_DEPENDS}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairo>=0:graphics/py-cairo@${PY_FLAVOR}
-USES= gettext gnome meson pkgconfig python:3.6+ shebangfix
+USES= desktop-file-utils gettext gnome meson pkgconfig python:3.6+ \
+ shebangfix
USE_GITHUB= yes
GH_ACCOUNT= maoschanz
USE_GNOME= gtk30 pygobject3
diff --git a/graphics/drawing/pkg-plist b/graphics/drawing/pkg-plist
index 229edbddfecb..ec5bf11500fe 100644
--- a/graphics/drawing/pkg-plist
+++ b/graphics/drawing/pkg-plist
@@ -99,3 +99,4 @@ share/locale/sv/LC_MESSAGES/drawing.mo
share/locale/tr/LC_MESSAGES/drawing.mo
share/locale/zh_CN/LC_MESSAGES/drawing.mo
share/locale/zh_TW/LC_MESSAGES/drawing.mo
+share/metainfo/com.github.maoschanz.drawing.appdata.xml