Package Details: katarakt-git r240.e306cf2-1

Git Clone URL: https://aur.archlinux.org/katarakt-git.git (read-only, click to copy)
Package Base: katarakt-git
Description: A simple PDF viewer with two layouts
Upstream URL: https://gitlab.cs.fau.de/Qui_Sum/katarakt
Licenses: BSD
Submitter: thorsten
Maintainer: thorsten
Last Packager: thorsten
Votes: 1
Popularity: 0.000000
First Submitted: 2015-08-25 14:42 (UTC)
Last Updated: 2025-10-09 07:49 (UTC)

Latest Comments

thorsten commented on 2025-10-09 07:50 (UTC)

@herkulessi: Thanks! I've updated the PKGBUILD. With the qt6 update, I unfortunately have issues on hidpi screens, but I will report an issue upstream.

herkulessi commented on 2025-10-02 18:49 (UTC)

Upstream updated to qt6, meaning the PKGBUILD needs to be updated accordingly. The following Patch worked for me:

diff --git a/PKGBUILD b/PKGBUILD
index 21ddd13..82f4525 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
 # Contributor: thorsten w. <p@thorsten-wissmann.de>
 pkgname=katarakt-git
-pkgver=r234.e5b4caf
+pkgver=r240.e306cf2
 pkgrel=1
 pkgdesc="A simple PDF viewer with two layouts"
 arch=('i686' 'x86_64')
 url="https://wwwcip.cs.fau.de/~go18gomu/katarakt/"
 license=('BSD')
-depends=( qt5-base poppler-qt5 )
+depends=( qt6-base poppler-qt6 )
 optdepends=( )
 makedepends=( asciidoc )
 provides=( )
@@ -23,7 +23,7 @@ pkgver() {

 build() {
   cd "$srcdir/${_gitname}"
-  qmake-qt5
+  qmake6
   make
   a2x -f manpage -a "date=`date +%Y-%m-%d`" doc/katarakt.txt
 }

thorsten commented on 2016-03-21 09:46 (UTC)

This issue seems similar to https://bbs.archlinux.org/viewtopic.php?id=176834 Can you please reinstall docbook-xml and see if it fixes the issue? If not, do you have a full version of asciidoc and its dependencies (docbook-xml, docbook-xsl, libxslt, etc) installed? I just double checked that the PKGBUILD still builds on a minimal arch install via makechrootpkg and the PKGBUILD itself seems to be fine.

lugarparaler commented on 2016-03-13 16:57 (UTC)

Hi! I am getting this message error: a2x: ERROR: "xmllint" --nonet --noout --valid "/home/librarian/builds/katarakt-git/src/katarakt/doc/katarakt.xml" returned non-zero exit status 4 ==> ERRO: Uma falha ocorreu em build(). Abortando... How can I fix it?