pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
sioyek: add incomplete package
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Tue May 7 15:57:40 2024 +0200
Changeset: 985994a09b477343e33e48354f47fd0707d2067f
Modified Files:
Makefile
Added Files:
sioyek/DESCR
sioyek/Makefile
sioyek/PLIST
sioyek/TODO
sioyek/distinfo
Log Message:
sioyek: add incomplete package
Needs qt5-qt3d, currently not packaged.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=985994a09b477343e33e48354f47fd0707d2067f
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 2 ++
sioyek/DESCR | 2 ++
sioyek/Makefile | 25 +++++++++++++++++++++++++
sioyek/PLIST | 4 ++++
sioyek/TODO | 3 +++
sioyek/distinfo | 5 +++++
6 files changed, 41 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 7310106d9c..5f9f31a122 100644
--- a/Makefile
+++ b/Makefile
@@ -5041,6 +5041,7 @@ SUBDIR+= rust-synapse-compress-state
SUBDIR+= rust177
SUBDIR+= rust177-bin
SUBDIR+= rust178
+SUBDIR+= rust178-bin
SUBDIR+= s-nail
SUBDIR+= s2tc
SUBDIR+= s3cmd
@@ -5147,6 +5148,7 @@ SUBDIR+= simplec
SUBDIR+= simplehttpserver
SUBDIR+= simulavr-git
SUBDIR+= singular
+SUBDIR+= sioyek
SUBDIR+= sipp
SUBDIR+= siptoolbox
SUBDIR+= sipwitch
diff --git a/sioyek/DESCR b/sioyek/DESCR
new file mode 100644
index 0000000000..1f7b7a9523
--- /dev/null
+++ b/sioyek/DESCR
@@ -0,0 +1,2 @@
+Sioyek is a PDF viewer with a focus on textbooks and research
+papers.
diff --git a/sioyek/Makefile b/sioyek/Makefile
new file mode 100644
index 0000000000..5ce18ae0e5
--- /dev/null
+++ b/sioyek/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD$
+
+DISTNAME= sioyek-2.0.0
+CATEGORIES= print
+MASTER_SITES= ${MASTER_SITE_GITHUB:=ahrm/}
+GITHUB_TAG= v${PKGVERSION_NOREV}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/ahrm/sioyek/
+COMMENT= PDF viewer with a focus on textbooks and research papers
+LICENSE= gnu-gpl-v3
+
+USE_LANGUAGES= c c++
+
+pre-configure:
+ ${LN} -fs ${PREFIX}/qt5/bin/qmake ${BUILDLINK_DIR}/bin
+
+do-build:
+ cd ${WRKSRC} && ${SH} build_linux.sh
+
+.include "../../fonts/harfbuzz/buildlink3.mk"
+#.include "../../x11/qt5-qt3d/buildlink3.mk"
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../x11/qt5-qttools/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/sioyek/PLIST b/sioyek/PLIST
new file mode 100644
index 0000000000..92ba51a2d7
--- /dev/null
+++ b/sioyek/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+@comment TODO: to fill this file with the file listing:
+@comment TODO: 1. run "/usr/bin/make package"
+@comment TODO: 2. run "/usr/bin/make print-PLIST"
diff --git a/sioyek/TODO b/sioyek/TODO
new file mode 100644
index 0000000000..683d20c7d2
--- /dev/null
+++ b/sioyek/TODO
@@ -0,0 +1,3 @@
+Needs qt5-qt3d, currently unpackaged.
+
+Check if the included mupdf must be used or the pkgsrc one can be used instead.
diff --git a/sioyek/distinfo b/sioyek/distinfo
new file mode 100644
index 0000000000..8eed561432
--- /dev/null
+++ b/sioyek/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (sioyek-2.0.0.tar.gz) = 95b54f838df6707d068f3a83cd38604f6aa36c7fdea08534b3979b8cc3246442
+SHA512 (sioyek-2.0.0.tar.gz) = 3ed9959ddbc133b9c7bb241f8076da886b74790a475646911dc6d38724160ae8335020db308e405c60fce49b9260536861e8946199f1670dc8c2331e9fbd2e00
+Size (sioyek-2.0.0.tar.gz) = 4900368 bytes
Home |
Main Index |
Thread Index |
Old Index