Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/simplescreenrecorder/files/
Date: Sun, 03 Apr 2022 10:50:36
Message-Id: 1648983010.ed92025347c671c7d2c3475c885f927e963249bf.conikost@gentoo
1 commit: ed92025347c671c7d2c3475c885f927e963249bf
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Wed Mar 30 13:07:15 2022 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 3 10:50:10 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed920253
7
8 media-video/simplescreenrecorder: remove unused patch(es)
9
10 Closes: https://github.com/gentoo/gentoo/pull/24816
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
13 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
14
15 .../files/simplescreenrecorder-0.4.2-cmake.patch | 28 ----------------------
16 1 file changed, 28 deletions(-)
17
18 diff --git a/media-video/simplescreenrecorder/files/simplescreenrecorder-0.4.2-cmake.patch b/media-video/simplescreenrecorder/files/simplescreenrecorder-0.4.2-cmake.patch
19 deleted file mode 100644
20 index 9f8bc408331e..000000000000
21 --- a/media-video/simplescreenrecorder/files/simplescreenrecorder-0.4.2-cmake.patch
22 +++ /dev/null
23 @@ -1,28 +0,0 @@
24 -From 5330a3d65b7877f5f3691c20df35fbb7856d6f38 Mon Sep 17 00:00:00 2001
25 -From: Andreas Sturmlechner <andreas.sturmlechner@×××××.com>
26 -Date: Thu, 11 Jan 2018 21:28:15 +0100
27 -Subject: [PATCH] Fix Qt5LinguistTools detection/lrelease binary location
28 -
29 -Correctly find the Qt5 module that provides the path to Qt5-based lrelease.
30 -Available since >= Qt-5.3.1 which is well below the current minimum version.
31 ----
32 - src/translations/CMakeLists.txt | 3 ++-
33 - 1 file changed, 2 insertions(+), 1 deletion(-)
34 -
35 -diff --git a/src/translations/CMakeLists.txt b/src/translations/CMakeLists.txt
36 -index d9afded..174acea 100644
37 ---- a/src/translations/CMakeLists.txt
38 -+++ b/src/translations/CMakeLists.txt
39 -@@ -1,7 +1,8 @@
40 - # translations for 'simplescreenrecorder' executable
41 -
42 - if(WITH_QT5)
43 -- find_program(LRELEASE NAMES lrelease-qt5 lrelease)
44 -+ find_package(Qt5LinguistTools REQUIRED)
45 -+ set(LRELEASE Qt5::lrelease)
46 - else()
47 - find_program(LRELEASE NAMES lrelease-qt4 lrelease)
48 - endif()
49 ---
50 -2.29.2
51 -