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/kopete/files/, kde-apps/kopete/
Date: Wed, 16 Nov 2022 19:07:24 +0000 (UTC)	[thread overview]
Message-ID: <1668625638.e55443aaa21a1d967571de0b7f79920de4aec9f2.asturm@gentoo> (raw)

commit:     e55443aaa21a1d967571de0b7f79920de4aec9f2
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 16 19:06:58 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Nov 16 19:07:18 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e55443aa

kde-apps/kopete: Fix version check with KF-5.100

Upstream commit 553fc241b5ec701421cd51ae08eef7cabdeca654

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

 ...kopete-22.08.3-fix-kf-5.100-version-check.patch | 25 ++++++++++++++++++++++
 kde-apps/kopete/kopete-22.08.3.ebuild              |  2 ++
 2 files changed, 27 insertions(+)

diff --git a/kde-apps/kopete/files/kopete-22.08.3-fix-kf-5.100-version-check.patch b/kde-apps/kopete/files/kopete-22.08.3-fix-kf-5.100-version-check.patch
new file mode 100644
index 000000000000..421986ee2b3b
--- /dev/null
+++ b/kde-apps/kopete/files/kopete-22.08.3-fix-kf-5.100-version-check.patch
@@ -0,0 +1,25 @@
+From 553fc241b5ec701421cd51ae08eef7cabdeca654 Mon Sep 17 00:00:00 2001
+From: Jonathan Esk-Riddell <jr@jriddell.org>
+Date: Fri, 21 Oct 2022 17:39:23 +0000
+Subject: [PATCH] Fix build with KF >= 5.100
+
+---
+ CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index ef6090fd0..079d36a2f 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -161,7 +161,7 @@ add_subdirectory(styles)
+ add_subdirectory(doc)
+ add_subdirectory(tests)
+ 
+-if (${ECM_VERSION} STRGREATER "5.58.0")
++if (${ECM_VERSION} VERSION_GREATER "5.58.0")
+     install( FILES kopete.categories DESTINATION ${KDE_INSTALL_LOGGINGCATEGORIESDIR} )
+ else()
+     install( FILES kopete.categories DESTINATION ${KDE_INSTALL_CONFDIR} )
+-- 
+GitLab
+

diff --git a/kde-apps/kopete/kopete-22.08.3.ebuild b/kde-apps/kopete/kopete-22.08.3.ebuild
index fef666a962e7..475d611b6436 100644
--- a/kde-apps/kopete/kopete-22.08.3.ebuild
+++ b/kde-apps/kopete/kopete-22.08.3.ebuild
@@ -135,6 +135,8 @@ DEPEND="${COMMON_DEPEND}
 # tests hang, last checked for 4.2.96
 RESTRICT="test"
 
+PATCHES=( "${FILESDIR}/${P}-fix-kf-5.100-version-check.patch" )
+
 src_configure() {
 	local x x2
 	# Handle common stuff


             reply	other threads:[~2022-11-16 19:07 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-16 19:07 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-07-07 10:30 [gentoo-commits] repo/gentoo:master commit in: kde-apps/kopete/files/, kde-apps/kopete/ Andreas Sturmlechner
2018-04-24  9:56 Andreas Sturmlechner
2017-04-23 16:11 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=1668625638.e55443aaa21a1d967571de0b7f79920de4aec9f2.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