Package Details: tikzit 2.1.6-1

Git Clone URL: https://aur.archlinux.org/tikzit.git (read-only, click to copy)
Package Base: tikzit
Description: Allows the creation and modification of TeX diagrams written using the pgf/TikZ macro library
Upstream URL: https://tikzit.github.io/
Licenses: GPL2
Submitter: alexmerry
Maintainer: hv15
Last Packager: haawda
Votes: 25
Popularity: 0.000000
First Submitted: 2010-05-10 21:27 (UTC)
Last Updated: 2020-08-19 17:20 (UTC)

Required by (0)

Sources (1)

Latest Comments

1 2 3 4 Next › Last »

john_vm commented on 2022-03-27 06:05 (UTC) (edited on 2022-03-27 06:07 (UTC) by john_vm)

I am getting the following error while compiling:

/usr/bin/ld: /usr/lib/libpoppler.so.119: undefined reference to ``curl_easy_getinfo@CURL_OPENSSL_4'

haawda commented on 2020-10-01 21:12 (UTC)

File your problem upstream.

TornaxO7 commented on 2020-10-01 20:03 (UTC)

I'm getting a segmentation fault after pressing one button of "Would you like TikZIT to check for updates automatically?" Which information do you need?

sedrubal commented on 2020-05-12 10:33 (UTC)

For building the package I had to install flex and bison manually.

hottea commented on 2020-04-16 12:52 (UTC)

Would you add hicolor-icon-theme to depends? E: Dependency hicolor-icon-theme detected and not included (needed for hicolor theme hierarchy)

hv15 commented on 2019-06-28 16:10 (UTC)

thanks haawda, fixed pushed!

haawda commented on 2019-06-27 18:14 (UTC) (edited on 2019-06-27 18:16 (UTC) by haawda)

I am on vacation, will check next week.

hv15, if you like you can umpload your fixed PKGBUILD in the meantime. I added you as co-maintainer.

hv15 commented on 2019-06-27 13:51 (UTC)

hi, poppler-qt5 needs to be a run dependency, not just a build dependency. Could move it from makedepends to depends, thanks!

LinRs commented on 2019-03-30 07:39 (UTC) (edited on 2019-03-30 07:46 (UTC) by LinRs)

Tikzit built in clean chroot needs the file named poppler-qt5.h owned by extra/poppler-qt5

$ldd $(which tikzit) | grep popp
    libpoppler-qt5.so.1 => /usr/lib/libpoppler-qt5.so.1 (0x00007fae561ab000)
 license=('GPL2')
-depends=('qt5-base')
+depends=('qt5-base''poppler-qt5')
 optdepends=('texlive-core: previews')

alisianoi commented on 2018-10-26 14:21 (UTC)

There is a misprint in the current PKGBUILD in the package() function:

instead of:

cd $pkgname-$pkgver1

the line should be:

cd $pkgname-$pkgver

i.e. remove the trailing "1"