From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/colord-kde/
Date: Sun, 27 Nov 2022 13:32:04 +0000 (UTC) [thread overview]
Message-ID: <1669555914.b876e60fd30727ce2210d03588536ace572ea6e6.asturm@gentoo> (raw)
commit: b876e60fd30727ce2210d03588536ace572ea6e6
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 26 13:39:33 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Nov 27 13:31:54 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b876e60f
kde-misc/colord-kde: 22.11.90 version bump
Although RC, code-wise equivalent to existing snapshot with cmake
improvements and re-added translations (win-win).
Bug: https://bugs.gentoo.org/881293
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-misc/colord-kde/Manifest | 1 +
kde-misc/colord-kde/colord-kde-22.11.90.ebuild | 58 ++++++++++++++++++++++++++
2 files changed, 59 insertions(+)
diff --git a/kde-misc/colord-kde/Manifest b/kde-misc/colord-kde/Manifest
index d3604bbab4b4..feddb050a182 100644
--- a/kde-misc/colord-kde/Manifest
+++ b/kde-misc/colord-kde/Manifest
@@ -1 +1,2 @@
DIST colord-kde-0.5.0_p20220907-077644b5.tar.gz 64138 BLAKE2B 2bf2b705da0264f74568b69ef5f2ed4b90d38fa3457d870a806ca3b5db436f813232baa0901c73ed759b0b7409e9d44a427b1dfd764b7f14a7640d93b8c9f3dd SHA512 338e15b62ba46afb670ce7ee7ce24923e0485de09bdc4e33638696a962fc6773296e556d77d77bd1df22d0e7657c1e112836773f759225dd40cac29fb97fe262
+DIST colord-kde-22.11.90.tar.xz 110724 BLAKE2B 6a60c566b2782a519fdfffc5871a81f54b16f91351feb5a66ef50ffe6869fe5b611a3bff42b6f2e80bf44556d7e2603353ad6263664f96cc3de22163d662b577 SHA512 04f717f0621ac1b907e8ef270c3ffab0fc9eb5cf50204e83e3c04e1eed7e5b8e41f0c4d2ab1e6868a0ae442f4a94dbcac5ad2366d810e828073d16cec119974d
diff --git a/kde-misc/colord-kde/colord-kde-22.11.90.ebuild b/kde-misc/colord-kde/colord-kde-22.11.90.ebuild
new file mode 100644
index 000000000000..da1281f177c7
--- /dev/null
+++ b/kde-misc/colord-kde/colord-kde-22.11.90.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KDE_ORG_CATEGORY=graphics
+KFMIN=5.99.0
+QTMIN=5.15.5
+inherit ecm gear.kde.org
+
+DESCRIPTION="Provides interfaces and session daemon to colord"
+HOMEPAGE="https://invent.kde.org/graphics/colord-kde"
+
+LICENSE="GPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="X"
+
+COMMON_DEPEND="
+ >=dev-qt/qtdbus-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=kde-frameworks/kcmutils-${KFMIN}:5
+ >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/kdbusaddons-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/kservice-${KFMIN}:5
+ >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+ media-libs/lcms:2
+ X? (
+ >=dev-qt/qtx11extras-${QTMIN}:5
+ x11-libs/libX11
+ x11-libs/libxcb
+ )
+"
+DEPEND="${COMMON_DEPEND}
+ >=kde-frameworks/kwindowsystem-${KFMIN}:5
+"
+RDEPEND="${COMMON_DEPEND}
+ kde-plasma/kde-cli-tools:5
+ x11-misc/colord
+"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake_use_find_package X X11)
+ )
+ ecm_src_configure
+}
+
+pkg_postinst() {
+ ecm_pkg_postinst
+ if ! has_version "gnome-extra/gnome-color-manager"; then
+ elog "You may want to install gnome-extra/gnome-color-manager to add support for"
+ elog "colorhug calibration devices."
+ fi
+}
next reply other threads:[~2022-11-27 13:32 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-27 13:32 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-11 8:39 [gentoo-commits] repo/gentoo:master commit in: kde-misc/colord-kde/ WANG Xuerui
2024-09-02 13:54 Andreas Sturmlechner
2024-01-06 12:35 Arthur Zamarin
2023-12-29 7:05 Arthur Zamarin
2023-11-21 10:38 Andreas Sturmlechner
2023-07-31 7:09 Andreas Sturmlechner
2023-07-31 7:09 Andreas Sturmlechner
2023-07-06 12:13 Andreas Sturmlechner
2022-12-15 23:29 Andreas Sturmlechner
2022-11-27 13:32 Andreas Sturmlechner
2022-11-25 16:42 Arthur Zamarin
2022-11-25 3:07 Yixun Lan
2022-11-24 8:44 Sam James
2022-09-23 20:07 Andreas Sturmlechner
2020-01-12 11:47 Andreas Sturmlechner
2020-01-12 11:47 Andreas Sturmlechner
2019-03-24 16:49 Andreas Sturmlechner
2016-10-22 11:09 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=1669555914.b876e60fd30727ce2210d03588536ace572ea6e6.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