mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
app-text/ktikz: drop 0.13.2, Qt5--
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
parent
13b7d2e044
commit
b1afceac81
@ -1,2 +1 @@
|
||||
DIST ktikz-0.13.2.tar.gz 2043961 BLAKE2B 57c53b70e4d526e8dcec5a1414d76c1d0d7c3412af908e85b56b03605a9c1d097892b7195e7d1e43dcdecd92411e1961276a9f51989797660e3dfd5bdca91acc SHA512 23399a1b70bc6f93683b502160b02fb10e767e51c82b9bf0b4ce985800d8278dec7451442c762919cf37de29d3620cff42661e6c22c63ab1823d087cecb0d847
|
||||
DIST ktikz-0.13.2_p20250728.tar.gz 2272429 BLAKE2B 20558fb29927f27b0c6851d643fb0a2d3d272f3fd6e186ea39a1650263e5bd6d6a14bc7ef0569c36d8b4a70d611e8bd344fac567b003d4e3d9ef506e23079e6c SHA512 f8268d2c4ee2da4d922de6dfe3ae027ef4cf1d2c5aca4b62a6891111bb5fd6b5d5250222259a8c2e24192b11e8f872c24dfd748a0d2f14249d27d596fa048a78
|
||||
|
||||
@ -1,54 +0,0 @@
|
||||
# Copyright 2024-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit qmake-utils xdg optfeature
|
||||
|
||||
DESCRIPTION="editor for the TikZ drawing language"
|
||||
HOMEPAGE="https://github.com/fhackenberger/ktikz"
|
||||
SRC_URI="
|
||||
https://github.com/fhackenberger/ktikz/archive/${PV}.tar.gz -> ${P}.tar.gz
|
||||
"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DEPEND="
|
||||
dev-qt/qtcore:5
|
||||
dev-qt/qtgui:5
|
||||
dev-qt/qtprintsupport:5
|
||||
dev-qt/qtwidgets:5
|
||||
app-text/poppler[qt5]
|
||||
"
|
||||
RDEPEND="${DEPEND}
|
||||
dev-texlive/texlive-latexextra
|
||||
dev-texlive/texlive-pictures
|
||||
"
|
||||
BDEPEND="
|
||||
dev-qt/linguist-tools:5
|
||||
dev-qt/qthelp:5
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
local myqmakeargs=(
|
||||
PREFIX=/usr
|
||||
QMAKECOMMAND="$(qt5_get_bindir)/qmake"
|
||||
LRELEASECOMMAND="$(qt5_get_bindir)/lrelease"
|
||||
QCOLLECTIONGENERATORCOMMAND="$(qt5_get_bindir)/qcollectiongenerator"
|
||||
)
|
||||
eqmake5 qtikz.pro "${myqmakeargs[@]}"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake INSTALL_ROOT="${D}" install
|
||||
|
||||
local DOCS=( README.md )
|
||||
einstalldocs
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_pkg_postinst
|
||||
optfeature "viewing documentation" dev-qt/assistant:5
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user