mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
Add graphics/katarakt
Simple PDF viewer uses as much available screen space as possible PR: 243000 Submitted by: kurt@kmk-computers.de
This commit is contained in:
parent
32af075b07
commit
f728332db3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=541253
@ -380,6 +380,7 @@
|
||||
SUBDIR += jslice
|
||||
SUBDIR += kamera
|
||||
SUBDIR += kamerka
|
||||
SUBDIR += katarakt
|
||||
SUBDIR += kcolorchooser
|
||||
SUBDIR += kcolorpicker
|
||||
SUBDIR += kdegraphics
|
||||
|
35
graphics/katarakt/Makefile
Normal file
35
graphics/katarakt/Makefile
Normal file
@ -0,0 +1,35 @@
|
||||
# Created by: Kurt Kanzenbach <kurt@kmk-computers.de>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= katarakt
|
||||
PORTVERSION= 0.2
|
||||
CATEGORIES= graphics
|
||||
|
||||
MAINTAINER= kurt@kmk-computers.de
|
||||
COMMENT= Simple PDF viewer uses as much available screen space as possible
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= a2x:textproc/asciidoc
|
||||
LIB_DEPENDS= libpoppler-qt5.so:graphics/poppler-qt5
|
||||
|
||||
USES= qmake pkgconfig qt:5 gl
|
||||
USE_QT= buildtools_build core gui xml dbus network widgets
|
||||
USE_GL= gl
|
||||
|
||||
USE_GITLAB= yes
|
||||
GL_SITE= https://gitlab.cs.fau.de
|
||||
GL_ACCOUNT= Qui_Sum
|
||||
GL_COMMIT= 99735bc0b15b57d689b6c982d43b85ed1b40ef45
|
||||
|
||||
PLIST_FILES= bin/katarakt \
|
||||
man/man1/katarakt.1.gz
|
||||
|
||||
post-build:
|
||||
cd ${WRKSRC} && ${MAKE} doc
|
||||
|
||||
post-install:
|
||||
${INSTALL_MAN} ${WRKSRC}/doc/katarakt.1 ${STAGEDIR}${MANPREFIX}/man/man1
|
||||
|
||||
.include <bsd.port.mk>
|
3
graphics/katarakt/distinfo
Normal file
3
graphics/katarakt/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1577620651
|
||||
SHA256 (Qui_Sum-katarakt-99735bc0b15b57d689b6c982d43b85ed1b40ef45_GL0.tar.gz) = b3da0003330d8fc8724c91f4c04029a727b8923310e6ce8ff78eaf98a6f9b2fd
|
||||
SIZE (Qui_Sum-katarakt-99735bc0b15b57d689b6c982d43b85ed1b40ef45_GL0.tar.gz) = 51934
|
9
graphics/katarakt/files/patch-katarakt.pro
Normal file
9
graphics/katarakt/files/patch-katarakt.pro
Normal file
@ -0,0 +1,9 @@
|
||||
--- katarakt.pro.orig 2019-12-29 14:08:42 UTC
|
||||
+++ katarakt.pro
|
||||
@@ -57,3 +57,6 @@ web.depends = $$website.target
|
||||
web.CONFIG = phony
|
||||
|
||||
QMAKE_EXTRA_TARGETS += documentation website doc web
|
||||
+
|
||||
+target.path = $$INSTALL_ROOT/$$PREFIX/bin/
|
||||
+INSTALLS += target
|
4
graphics/katarakt/pkg-descr
Normal file
4
graphics/katarakt/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
katarakt is a simple PDF viewer. It is designed to use as much available screen
|
||||
space as possible.
|
||||
|
||||
WWW: https://gitlab.cs.fau.de/Qui_Sum/katarakt
|
Loading…
Reference in New Issue
Block a user