Package Details: qtads-mimetype-icons 3.4.0-1

Git Clone URL: https://aur.archlinux.org/qtads.git (read-only, click to copy)
Package Base: qtads
Description: QTads's desktop icons for TADS 2 and 3 story files
Upstream URL: https://realnc.github.io/qtads/
Keywords: fiction game interactive story
Licenses: GPL-3.0-or-later
Conflicts: gargoyle, gargoyle-git
Submitter: 3ED_0
Maintainer: autumnontape
Last Packager: autumnontape
Votes: 3
Popularity: 0.000000
First Submitted: 2015-08-22 09:45 (UTC)
Last Updated: 2024-09-22 21:56 (UTC)

Latest Comments

autumnontape commented on 2024-09-22 22:01 (UTC)

It's unfortunate that this is necessary, but I've put /usr/share/icons/hicolor/*/mimetypes in a split package (qtads-mimetype-icons) to fix the conflict with gargoyle. You can now install qtads and gargoyle on the same system.

krouziciorel commented on 2017-11-29 08:53 (UTC)

This package can not be installed today, in the middle of the compilation there is an error: tads3/tct3stm.cpp: In static member function ‘static void CTPNVarIn::gen_iter_init(CTcPrsNode*, int, const char*)’: tads3/tct3stm.cpp:318:24: error: ISO C++ forbids comparison between pointer and integer [-fpermissive] if (create_iter != VM_INVALID_PROP) ^~~~~~~~~~~~~~~ make: *** [Makefile:4708: obj/tct3stm.o] Error 1 I had tried frobtads solution: ./configure --prefix=/usr CXXFLAGS="-std=c++03" but qtads do not accept ./configure. Only: CXXFLAGS="-std=c++03" make the same result. Is there any wordaround for this package?