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-frameworks/kuserfeedback/
Date: Fri, 30 Aug 2024 14:48:11 +0000 (UTC)	[thread overview]
Message-ID: <1725029211.946404128476d2181cebe2354c2703b0f209cb4b.asturm@gentoo> (raw)

commit:     946404128476d2181cebe2354c2703b0f209cb4b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 29 23:13:27 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Aug 30 14:46:51 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94640412

kde-frameworks/kuserfeedback: Empty revbump for $CATEGORY/$PN:6 stabilisation

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

 .../kuserfeedback/kuserfeedback-1.3.0-r4.ebuild    | 63 ++++++++++++++++++++++
 1 file changed, 63 insertions(+)

diff --git a/kde-frameworks/kuserfeedback/kuserfeedback-1.3.0-r4.ebuild b/kde-frameworks/kuserfeedback/kuserfeedback-1.3.0-r4.ebuild
new file mode 100644
index 000000000000..5ed8d018e769
--- /dev/null
+++ b/kde-frameworks/kuserfeedback/kuserfeedback-1.3.0-r4.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="false"
+ECM_TEST="forceoptional"
+KFMIN=5.106.0
+QTMIN=5.15.9
+inherit ecm kde.org
+
+DESCRIPTION="Framework to collect user feedback for applications via telemetry and surveys"
+SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
+
+LICENSE="MIT"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="doc kf6compat"
+
+DEPEND="
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtnetwork-${QTMIN}:5
+	>=dev-qt/qtsvg-${QTMIN}:5
+	!kf6compat? (
+		>=dev-qt/qtcharts-${QTMIN}:5
+		>=dev-qt/qtprintsupport-${QTMIN}:5
+		>=dev-qt/qtwidgets-${QTMIN}:5
+	)
+"
+RDEPEND="${DEPEND}
+	kf6compat? ( kde-frameworks/kuserfeedback:6 )
+"
+BDEPEND="
+	app-alternatives/yacc
+	app-alternatives/lex
+	>=dev-qt/linguist-tools-${QTMIN}:5
+	doc? (
+		>=dev-qt/qdoc-${QTMIN}:5
+		>=dev-qt/qthelp-${QTMIN}:5
+	)
+"
+
+PATCHES=( "${FILESDIR}/${P}-missing-include.patch" )
+
+src_configure() {
+	local mycmakeargs=(
+		# disable server application
+		-DENABLE_PHP=NO
+		-DENABLE_PHP_UNIT=NO
+		-DENABLE_SURVEY_TARGET_EXPRESSIONS=YES
+		-DENABLE_DOCS=$(usex doc)
+		-DENABLE_CLI=$(usex !kf6compat)
+		-DENABLE_CONSOLE=$(usex !kf6compat)
+	)
+
+	ecm_src_configure
+}
+
+CMAKE_SKIP_TESTS=(
+	# bugs: 921359, requires virtualx
+	openglinfosourcetest
+)


             reply	other threads:[~2024-08-30 14:48 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-30 14:48 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-07 21:16 [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kuserfeedback/ Arthur Zamarin
2025-02-07 20:51 Arthur Zamarin
2024-11-29 14:30 Arthur Zamarin
2024-10-09  7:03 Arthur Zamarin
2024-10-04 20:27 Arthur Zamarin
2024-08-28 18:35 Andreas Sturmlechner
2024-06-24 21:14 Andreas Sturmlechner
2024-02-17 16:57 Andreas Sturmlechner
2024-01-04  0:40 Andreas Sturmlechner
2023-12-18 21:26 Andreas Sturmlechner
2023-12-18 21:26 Andreas Sturmlechner
2023-12-18 21:26 Andreas Sturmlechner
2023-12-16  9:52 Andreas Sturmlechner
2023-12-16  9:51 Andreas Sturmlechner

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=1725029211.946404128476d2181cebe2354c2703b0f209cb4b.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