public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/symboleditor/
Date: Mon, 27 Jan 2025 23:22:35 +0000 (UTC)	[thread overview]
Message-ID: <1738017434.59a28426a36477d79efbe931cccef587c4e0828b.asturm@gentoo> (raw)

commit:     59a28426a36477d79efbe931cccef587c4e0828b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 27 22:37:14 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jan 27 22:37:14 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59a28426

media-gfx/symboleditor: add 3.0.0_pre20250127

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-gfx/symboleditor/Manifest                    |  1 +
 .../symboleditor-3.0.0_pre20250127.ebuild          | 41 ++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/media-gfx/symboleditor/Manifest b/media-gfx/symboleditor/Manifest
index f5666a5c1f67..be739b1d9e0f 100644
--- a/media-gfx/symboleditor/Manifest
+++ b/media-gfx/symboleditor/Manifest
@@ -1 +1,2 @@
 DIST symboleditor-2.1.0.tar.xz 495416 BLAKE2B 5f5d5a60806ebf0dacce5dcff538ac0f2c4966b2f2bda79450f66515d8572dd61a67db5e4d0f91b548a62c14e4e14aea283b710dc2a7c84770eb35dd22e20699 SHA512 dc83f3f80b12d8217a230d8c951e90bcc6246c4460d987efb140c54c1e88a8f5d607ac7ebfe706399cd0917e22a2089df6742afadd28305d39ceeff0c55da535
+DIST symboleditor-3.0.0_pre20250127-75f3cf6d.tar.gz 763265 BLAKE2B df801afec47e6a55686e74a8e097539baee0957436fc584fdcb8a09433477bd883c34e3399f38b29f62f6c981d9762c000dc51ec78d443ac7bde1ca2033256d6 SHA512 a18553d5bb52837474e6ec6cfb5b927ec30775ae3596dda4fba21898612a86a579707e6cc703828bd2ac8e78780ec297561b3535387f281d76cbc870691b363c

diff --git a/media-gfx/symboleditor/symboleditor-3.0.0_pre20250127.ebuild b/media-gfx/symboleditor/symboleditor-3.0.0_pre20250127.ebuild
new file mode 100644
index 000000000000..e139d8938f25
--- /dev/null
+++ b/media-gfx/symboleditor/symboleditor-3.0.0_pre20250127.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KDE_ORG_COMMIT=75f3cf6d57ea972a561c5c42a0e464a6aef90cd4
+ECM_HANDBOOK="optional"
+KFMIN=6.5.0
+QTMIN=6.7.2
+inherit ecm kde.org
+
+DESCRIPTION="Application to create libraries of QPainterPath objects with rendering hints"
+HOMEPAGE="https://apps.kde.org/symboleditor/
+https://userbase.kde.org/SymbolEditor"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+	>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
+	>=kde-frameworks/kconfig-${KFMIN}:6
+	>=kde-frameworks/kconfigwidgets-${KFMIN}:6
+	>=kde-frameworks/kcoreaddons-${KFMIN}:6
+	>=kde-frameworks/ki18n-${KFMIN}:6
+	>=kde-frameworks/kio-${KFMIN}:6
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
+	>=kde-frameworks/kxmlgui-${KFMIN}:6
+"
+RDEPEND="${DEPEND}
+	!${CATEGORY}/${PN}:5
+"
+BDEPEND="sys-devel/gettext"
+
+src_configure() {
+	local mycmakeargs=(
+		-DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=ON
+	)
+
+	ecm_src_configure
+}


             reply	other threads:[~2025-01-27 23:22 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-27 23:22 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-10 23:20 [gentoo-commits] repo/gentoo:master commit in: media-gfx/symboleditor/ Andreas Sturmlechner
2025-02-10 23:20 Andreas Sturmlechner
2022-09-23 20:07 Andreas Sturmlechner
2020-01-12 17:45 Andreas Sturmlechner
2019-08-11 21:30 Thomas Deutschmann
2019-08-11 21:17 Andreas Sturmlechner
2019-06-30 20:10 Andreas Sturmlechner
2019-03-24 12:20 Andreas Sturmlechner
2016-06-15 17:59 Michael Palimaka
2016-04-10 10:56 Johannes Huber
2016-04-10 10:56 Johannes Huber
2015-12-14 13:25 Michael Palimaka
2015-12-14 13:25 Michael Palimaka

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=1738017434.59a28426a36477d79efbe931cccef587c4e0828b.asturm@gentoo \
    --to=asturm@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