public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/ktikz/
Date: Fri, 22 Aug 2025 11:51:25 +0000 (UTC)	[thread overview]
Message-ID: <1755863431.142a6be0036648020fb17c2663ef407938087a72.arthurzam@gentoo> (raw)

commit:     142a6be0036648020fb17c2663ef407938087a72
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 22 11:50:31 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 22 11:50:31 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=142a6be0

app-text/ktikz: add 0.13.2_p20250728 (snapshot with Qt6)

Closes: https://bugs.gentoo.org/948747
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-text/ktikz/Manifest                      |  1 +
 app-text/ktikz/ktikz-0.13.2_p20250728.ebuild | 50 ++++++++++++++++++++++++++++
 2 files changed, 51 insertions(+)

diff --git a/app-text/ktikz/Manifest b/app-text/ktikz/Manifest
index 02c04a4cbe9d..6bb05020138b 100644
--- a/app-text/ktikz/Manifest
+++ b/app-text/ktikz/Manifest
@@ -1 +1,2 @@
 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

diff --git a/app-text/ktikz/ktikz-0.13.2_p20250728.ebuild b/app-text/ktikz/ktikz-0.13.2_p20250728.ebuild
new file mode 100644
index 000000000000..35dd67b25f1c
--- /dev/null
+++ b/app-text/ktikz/ktikz-0.13.2_p20250728.ebuild
@@ -0,0 +1,50 @@
+# Copyright 2024-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=6.0.0
+QTMIN=6.5.0
+inherit ecm xdg
+
+COMMIT="0a575c2246556adeecbc7b41be56e6d2e7eb6a42"
+
+DESCRIPTION="editor for the TikZ drawing language"
+HOMEPAGE="https://github.com/fhackenberger/ktikz"
+SRC_URI="https://github.com/fhackenberger/ktikz/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+S=${WORKDIR}/ktikz-${COMMIT}
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+	app-text/poppler[qt6]
+	>=dev-qt/qt5compat-${QTMIN}:6
+	>=dev-qt/qtbase-${QTMIN}:6[gui,widgets,xml]
+	>=kde-frameworks/kdoctools-${KFMIN}:6
+	>=kde-frameworks/kxmlgui-${KFMIN}:6
+	>=kde-frameworks/ktexteditor-${KFMIN}:6
+	>=kde-frameworks/kparts-${KFMIN}:6
+	>=kde-frameworks/kiconthemes-${KFMIN}:6
+	>=kde-frameworks/kio-${KFMIN}:6
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
+	>=kde-frameworks/ki18n-${KFMIN}:6
+"
+RDEPEND="${DEPEND}
+	dev-texlive/texlive-latexextra
+	dev-texlive/texlive-pictures
+"
+BDEPEND="
+	dev-qt/qttools:6[assistant,linguist]
+	sys-devel/gettext
+"
+
+DOCS=( README.md )
+
+src_configure() {
+	local mycmakeargs=(
+		-DDATA_INSTALL_DIR="${EPREFIX}"/usr/share
+	)
+	ecm_src_configure
+}


             reply	other threads:[~2025-08-22 11:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-22 11:51 Arthur Zamarin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-08-30 16:23 [gentoo-commits] repo/gentoo:master commit in: app-text/ktikz/ Arthur Zamarin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1755863431.142a6be0036648020fb17c2663ef407938087a72.arthurzam@gentoo \
    --to=arthurzam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox