commit: 3dbb6a82e1595f063711935792e66a40a252cb6b
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 22 11:44:57 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 22 11:44:57 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dbb6a82
app-text/ktikz: app-text/{qtikz -> ktikz}: pkg rename
Better match the name of upstream, and also it is more likely I support
the KDE part over Qt, since the Qt part is more abandoned by upstream.
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-text/{qtikz => ktikz}/Manifest | 0
app-text/{qtikz/qtikz-0.13.2.ebuild => ktikz/ktikz-0.13.2.ebuild} | 7 +++----
app-text/{qtikz => ktikz}/metadata.xml | 0
profiles/updates/3Q-2025 | 1 +
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/app-text/qtikz/Manifest b/app-text/ktikz/Manifest
similarity index 100%
rename from app-text/qtikz/Manifest
rename to app-text/ktikz/Manifest
diff --git a/app-text/qtikz/qtikz-0.13.2.ebuild
b/app-text/ktikz/ktikz-0.13.2.ebuild
similarity index 89%
rename from app-text/qtikz/qtikz-0.13.2.ebuild
rename to app-text/ktikz/ktikz-0.13.2.ebuild
index b7f3b0979bc2..d19e624e1517 100644
--- a/app-text/qtikz/qtikz-0.13.2.ebuild
+++ b/app-text/ktikz/ktikz-0.13.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2024 Gentoo Authors
+# Copyright 2024-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -8,9 +8,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 ->
ktikz-${PV}.tar.gz
+ https://github.com/fhackenberger/ktikz/archive/${PV}.tar.gz ->
${P}.tar.gz
"
-S="${WORKDIR}/ktikz-${PV}"
LICENSE="GPL-2"
SLOT="0"
@@ -39,7 +38,7 @@ src_configure() {
LRELEASECOMMAND="$(qt5_get_bindir)/lrelease"
QCOLLECTIONGENERATORCOMMAND="$(qt5_get_bindir)/qcollectiongenerator"
)
- eqmake5 ${PN}.pro "${myqmakeargs[@]}"
+ eqmake5 qtikz.pro "${myqmakeargs[@]}"
}
src_install() {
diff --git a/app-text/qtikz/metadata.xml b/app-text/ktikz/metadata.xml
similarity index 100%
rename from app-text/qtikz/metadata.xml
rename to app-text/ktikz/metadata.xml
diff --git a/profiles/updates/3Q-2025 b/profiles/updates/3Q-2025
index a1ee241d7c85..7f6b26717705 100644
--- a/profiles/updates/3Q-2025
+++ b/profiles/updates/3Q-2025
@@ -1 +1,2 @@
move dev-python/pixelmatch-py dev-python/pixelmatch
+move app-text/qtikz app-text/ktikz