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: kde-apps/umbrello/
Date: Sat,  9 Dec 2023 10:29:16 +0000 (UTC)	[thread overview]
Message-ID: <1702117676.ac3836b7873ab9a2e8583e9b41ed6d2e9f0f5db5.asturm@gentoo> (raw)

commit:     ac3836b7873ab9a2e8583e9b41ed6d2e9f0f5db5
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  9 10:18:59 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec  9 10:27:56 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac3836b7

kde-apps/umbrello: 23.08.4 version bump

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

 kde-apps/umbrello/Manifest                |  1 +
 kde-apps/umbrello/umbrello-23.08.4.ebuild | 70 +++++++++++++++++++++++++++++++
 2 files changed, 71 insertions(+)

diff --git a/kde-apps/umbrello/Manifest b/kde-apps/umbrello/Manifest
index 594bc53fe789..ee4ef9e214cf 100644
--- a/kde-apps/umbrello/Manifest
+++ b/kde-apps/umbrello/Manifest
@@ -1,3 +1,4 @@
 DIST umbrello-23.04.0.tar.xz 5774008 BLAKE2B 25b8ab6c63c5d5813e3348da7d7e08bbdb4b3648891d769f2a6c590935b52eee29f08014f5944fdd76080bb286ed9df1ae437f04dc9967ff0b37b584f79f9094 SHA512 aca07d2bdea918ed3d3b12cc3a8dd0bbd875200f7326e6a1d011ee04a98feefb49e23b015aa0bb089b3f1e9bc0d05029fad597ec8206020bb7f8e72bf20127fd
 DIST umbrello-23.04.3.tar.xz 5773852 BLAKE2B 83633b5f6bd9a6ca34d85cd03fa41cedc5cf33aca4012a10c80f3500baf04887a6c2a9a5dce503df411e9cf88b71f4606983a5fef6f6de744c883cffe309055f SHA512 01a4c10405b813ffcb67cbefdb0fb4d3f523148ee8fd5058755d3e8a90199e94d8b781a2e88541b6d607c2b44d42dc7af73377055c06bc26bbbd9fc0a35a36fc
 DIST umbrello-23.08.3.tar.xz 5774944 BLAKE2B 5df58dbd21c04f5ffc9a20777c979c9e40a8c742bc5de2b70beba92c4f4aee1b128a6f4e3bd293f958a9b9c3e9fc3aa049b4f0889b77ab0c06d8b97a32005555 SHA512 03a8da5d75fe6ddca6e05f92ecb9950c45ef87e1dbbf497e20a6dbb4f343a59ef53cf5d9ce3c4ed98b2b10ded3ba5ab4c401087a10ea896f7a83c98ee9bea502
+DIST umbrello-23.08.4.tar.xz 5775132 BLAKE2B 6fb05a3b0f5f9ca479f5b689bbcba04ea5cd4c0aee9796da9781b6e27f2e034fef88f49ba51431e5ddca2e5cef7c5c9a4034890899846488b3de80ba63daad5e SHA512 c45f581518a68e1314481e81d48577a140490a40de6a0f18ee21687ac1872fae5134fb057a191bdca7c5fee4fe9bcf6045578ab286d3a82bcda0e9bcba002d65

diff --git a/kde-apps/umbrello/umbrello-23.08.4.ebuild b/kde-apps/umbrello/umbrello-23.08.4.ebuild
new file mode 100644
index 000000000000..9f4433c5b412
--- /dev/null
+++ b/kde-apps/umbrello/umbrello-23.08.4.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="forceoptional"
+ECM_QTHELP="false" # TODO: figure out install error
+ECM_TEST="forceoptional"
+KFMIN=5.106.0
+QTMIN=5.15.9
+inherit ecm gear.kde.org
+
+DESCRIPTION="KDE UML Modeller"
+HOMEPAGE="https://apps.kde.org/umbrello/ https://umbrello.kde.org"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="php"
+
+RDEPEND="
+	dev-libs/libxml2
+	dev-libs/libxslt
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtprintsupport-${QTMIN}:5
+	>=dev-qt/qtsvg-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=dev-qt/qtxml-${QTMIN}:5
+	>=kde-frameworks/karchive-${KFMIN}:5
+	>=kde-frameworks/kcompletion-${KFMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/kcrash-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kiconthemes-${KFMIN}:5
+	>=kde-frameworks/kio-${KFMIN}:5
+	>=kde-frameworks/kjobwidgets-${KFMIN}:5
+	>=kde-frameworks/ktexteditor-${KFMIN}:5
+	>=kde-frameworks/ktextwidgets-${KFMIN}:5
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+	>=kde-frameworks/kwindowsystem-${KFMIN}:5
+	>=kde-frameworks/kxmlgui-${KFMIN}:5
+	php? (
+		dev-util/kdevelop:5=
+		dev-util/kdevelop-pg-qt:5
+		dev-util/kdevelop-php:5
+	)
+"
+DEPEND="${RDEPEND}"
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-23.03.80-gentoo-docbundledir.patch # fix hardcoded path
+)
+
+src_configure() {
+	local mycmakeargs=(
+		-DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=ON # broken, re-enable w/ ECM_QTHELP
+		-DBUILD_APIDOC=OFF
+		-DBUILD_PHP_IMPORT=$(usex php)
+		-DBUILD_unittests=$(usex test)
+	)
+	use test && mycmakeargs+=(
+		-DCMAKE_DISABLE_FIND_PACKAGE_LLVM=ON
+		-DCMAKE_DISABLE_FIND_PACKAGE_Clang=ON
+		-DCMAKE_DISABLE_FIND_PACKAGE_CLANG=ON
+	)
+
+	ecm_src_configure
+}


             reply	other threads:[~2023-12-09 10:29 UTC|newest]

Thread overview: 96+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-09 10:29 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-21 13:47 [gentoo-commits] repo/gentoo:master commit in: kde-apps/umbrello/ Jakov Smolić
2024-10-05  7:07 Michał Górny
2024-08-01 16:23 Andreas Sturmlechner
2024-07-14  5:59 Arthur Zamarin
2024-07-13 22:44 Sam James
2024-06-17 18:49 Andreas Sturmlechner
2024-06-17  5:54 Arthur Zamarin
2024-06-17  5:19 Arthur Zamarin
2024-04-25 20:41 Andreas Sturmlechner
2024-04-23  6:33 Arthur Zamarin
2024-04-23  6:25 Arthur Zamarin
2024-04-23  5:26 Arthur Zamarin
2024-03-25  9:09 Andreas Sturmlechner
2024-02-15 12:34 Andreas Sturmlechner
2024-01-06 12:35 Arthur Zamarin
2023-12-29  7:05 Arthur Zamarin
2023-12-19 20:45 Andreas Sturmlechner
2023-11-09 13:09 Andreas Sturmlechner
2023-10-12 13:23 Andreas Sturmlechner
2023-09-15 20:09 Andreas Sturmlechner
2023-08-25  8:30 Andreas Sturmlechner
2023-04-29 21:51 Andreas Sturmlechner
2023-04-29 11:42 Arthur Zamarin
2023-04-29  7:59 Arthur Zamarin
2023-04-29  0:40 Sam James
2023-04-04 22:28 Andreas Sturmlechner
2023-03-02 12:28 Andreas Sturmlechner
2023-02-02 11:03 Andreas Sturmlechner
2023-01-05 18:03 Andreas Sturmlechner
2022-12-09 20:59 Andreas Sturmlechner
2022-12-03 10:29 Andreas Sturmlechner
2022-11-03 16:47 Andreas Sturmlechner
2022-10-13 13:17 Andreas Sturmlechner
2022-09-08 12:48 Andreas Sturmlechner
2022-08-22 20:12 Andreas Sturmlechner
2022-07-25  9:22 Andreas Sturmlechner
2022-07-07 10:58 Andreas Sturmlechner
2022-06-09 11:28 Andreas Sturmlechner
2022-05-13 19:56 Andreas Sturmlechner
2022-04-22 19:08 Sam James
2022-04-21 17:12 Andreas Sturmlechner
2022-03-03 14:54 Andreas Sturmlechner
2022-02-03 17:13 Andreas Sturmlechner
2022-01-07 13:52 Andreas Sturmlechner
2021-12-09 11:27 Andreas Sturmlechner
2021-11-29 16:53 Andreas Sturmlechner
2021-11-29 13:52 Andreas Sturmlechner
2021-11-04 13:25 Andreas Sturmlechner
2021-10-07 20:00 Andreas Sturmlechner
2021-09-02 16:53 Andreas Sturmlechner
2021-08-12 10:43 Andreas Sturmlechner
2021-08-11  6:52 Andreas Sturmlechner
2021-08-04  9:01 Agostino Sarubbo
2021-08-04  8:40 Agostino Sarubbo
2021-08-03  8:56 Andreas Sturmlechner
2021-07-12 21:19 Andreas Sturmlechner
2021-07-08 11:48 Andreas Sturmlechner
2021-05-13 12:33 Andreas Sturmlechner
2021-04-24 13:47 Andreas Sturmlechner
2021-04-06  6:31 Agostino Sarubbo
2021-04-04 15:52 Andreas Sturmlechner
2021-03-04 21:29 Andreas Sturmlechner
2021-02-04 14:07 Andreas Sturmlechner
2020-11-25 18:13 Andreas Sturmlechner
2020-11-20 20:40 Andreas Sturmlechner
2020-10-09 19:04 Andreas Sturmlechner
2020-09-03 12:24 Andreas Sturmlechner
2020-08-04  6:36 Andreas Sturmlechner
2020-08-03 23:25 Sam James
2020-07-30  7:21 Agostino Sarubbo
2020-07-30  6:58 Agostino Sarubbo
2020-07-09 16:26 Andreas Sturmlechner
2020-03-19  6:25 Mikle Kolyada
2020-03-19  0:06 Agostino Sarubbo
2020-03-18 23:48 Agostino Sarubbo
2020-03-01 23:25 Andreas Sturmlechner
2020-02-11 16:13 Andreas Sturmlechner
2020-02-11 15:59 Andreas Sturmlechner
2020-02-11 15:59 Andreas Sturmlechner
2019-12-02 23:29 Aaron Bauman
2019-12-02 16:33 Mikle Kolyada
2019-12-02 16:12 Mikle Kolyada
2019-07-28  2:45 Mikle Kolyada
2019-07-28  2:33 Mikle Kolyada
2019-03-21 11:34 Mikle Kolyada
2019-03-21 11:14 Mikle Kolyada
2019-03-11 21:03 Andreas Sturmlechner
2019-01-10 19:20 Andreas Sturmlechner
2018-07-29 12:56 Thomas Deutschmann
2018-07-29  0:38 Mikle Kolyada
2017-04-17  8:02 Agostino Sarubbo
2017-04-16 20:58 Agostino Sarubbo
2017-03-22 21:32 Andreas Sturmlechner
2016-12-29 11:50 Michael Palimaka
2016-05-30  8:49 Johannes Huber

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=1702117676.ac3836b7873ab9a2e8583e9b41ed6d2e9f0f5db5.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