diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2023-03-30 07:21:20 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2023-03-30 07:21:20 +0000 |
commit | 53eab2d0cfd58a9ffd8804e732d042b1a8a323ab (patch) | |
tree | 188984be72922b5caa151ca07d1a520f02751da1 | |
parent | 5b558c8f1d5ffa88994966779a3b6c895ac0a750 (diff) |
graphics/qview: new port had been added (+)
Qt image viewer designed with minimalism and usability in mind.
WWW: https://interversehq.com/qview/
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/qview/Makefile | 19 | ||||
-rw-r--r-- | graphics/qview/distinfo | 3 | ||||
-rw-r--r-- | graphics/qview/pkg-descr | 1 | ||||
-rw-r--r-- | graphics/qview/pkg-plist | 10 |
5 files changed, 34 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 1c971a89c668..b43147fdb622 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -990,6 +990,7 @@ SUBDIR += quesoglc SUBDIR += quickqanava SUBDIR += qvge + SUBDIR += qview SUBDIR += radius-engine SUBDIR += rapid-photo-downloader SUBDIR += raster3d diff --git a/graphics/qview/Makefile b/graphics/qview/Makefile new file mode 100644 index 000000000000..144e9f66f9f6 --- /dev/null +++ b/graphics/qview/Makefile @@ -0,0 +1,19 @@ +PORTNAME= qview +PORTVERSION= 5.0 +CATEGORIES= graphics +MASTER_SITES= https://github.com/jurplel/qView/releases/download/${PORTVERSION}/ +DISTNAME= qView-${PORTVERSION} + +MAINTAINER= danfe@FreeBSD.org +COMMENT= Practical and minimal image viewer +WWW= https://interversehq.com/qview/ + +LICENSE= GPLv3 + +USES= desktop-file-utils qmake qt:5 +USE_QT= buildtools:build concurrent:build linguisttools:build \ + core gui network widgets imageformats:run + +WRKSRC= ${WRKDIR}/qView + +.include <bsd.port.mk> diff --git a/graphics/qview/distinfo b/graphics/qview/distinfo new file mode 100644 index 000000000000..df7bc3d6c603 --- /dev/null +++ b/graphics/qview/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1642194624 +SHA256 (qView-5.0.tar.gz) = 2d09b0bd0c439aacbd02613b0dd5c2e9f8f5458739717f86288addcdb6225245 +SIZE (qView-5.0.tar.gz) = 437766 diff --git a/graphics/qview/pkg-descr b/graphics/qview/pkg-descr new file mode 100644 index 000000000000..d4fa219812b5 --- /dev/null +++ b/graphics/qview/pkg-descr @@ -0,0 +1 @@ +Qt image viewer designed with minimalism and usability in mind. diff --git a/graphics/qview/pkg-plist b/graphics/qview/pkg-plist new file mode 100644 index 000000000000..8850dfeebbdb --- /dev/null +++ b/graphics/qview/pkg-plist @@ -0,0 +1,10 @@ +bin/qview +share/applications/com.interversehq.qView.desktop +share/icons/hicolor/16x16/apps/com.interversehq.qView.png +share/icons/hicolor/32x32/apps/com.interversehq.qView.png +share/icons/hicolor/64x64/apps/com.interversehq.qView.png +share/icons/hicolor/128x128/apps/com.interversehq.qView.png +share/icons/hicolor/256x256/apps/com.interversehq.qView.png +share/icons/hicolor/scalable/apps/com.interversehq.qView.svg +share/icons/hicolor/symbolic/apps/com.interversehq.qView-symbolic.svg +share/metainfo/com.interversehq.qView.appdata.xml |