Skip to content

Commit

Permalink
misc/py-openpaperwork-gtk: New port: OpenPaperwork GTK plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
yurivict committed Oct 25, 2022
1 parent acdf5fa commit 83d55f5
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 0 deletions.
1 change: 1 addition & 0 deletions misc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,7 @@
SUBDIR += py-onnx
SUBDIR += py-onnx-tf
SUBDIR += py-openpaperwork-core
SUBDIR += py-openpaperwork-gtk
SUBDIR += py-orange3-associate
SUBDIR += py-orange3-datafusion
SUBDIR += py-orange3-educational
Expand Down
28 changes: 28 additions & 0 deletions misc/py-openpaperwork-gtk/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
PORTNAME= openpaperwork-gtk
DISTVERSION= 2.1.1
CATEGORIES= misc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= yuri@FreeBSD.org
COMMENT= OpenPaperwork GTK plugins
WWW= https://openpaper.work/en/

LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE

PY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openpaperwork-core>0:misc/py-openpaperwork-core@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}cairo>0:graphics/py-cairo@${PY_FLAVOR} \
${PY_PILLOW} \
pygobject3-common>=0:devel/pygobject3-common
BUILD_DEPENDS= ${PY_DEPENDS}
RUN_DEPENDS= ${PY_DEPENDS}

USES= python:3.6+
USE_PYTHON= distutils autoplist pytest

TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}

NO_ARCH= yes

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions misc/py-openpaperwork-gtk/distinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
TIMESTAMP = 1666681846
SHA256 (openpaperwork-gtk-2.1.1.tar.gz) = dce2933fd3b0214ad68d8e6f224da579d68e89ca9f2fa27c504a7ce6149a55c3
SIZE (openpaperwork-gtk-2.1.1.tar.gz) = 57893
4 changes: 4 additions & 0 deletions misc/py-openpaperwork-gtk/pkg-descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Core module of the OpenPaperwork framework.
OpenPaperwork is a GUI to make papers searchable.

Gtk plugin bundle is a bunch of plugins for Paperwork related to GLib and GTK.

0 comments on commit 83d55f5

Please sign in to comment.