summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2022-03-30 15:07:15 +0200
committerConrad Kostecki <conikost@gentoo.org>2022-04-03 12:50:10 +0200
commited92025347c671c7d2c3475c885f927e963249bf (patch)
treeac11c697579057ad8f8caaafa98235dda8e03ad5
parentdev-libs/kuserfeedback: remove unused patch (diff)
downloadgentoo-ed920253.tar.gz
gentoo-ed920253.tar.bz2
gentoo-ed920253.zip
media-video/simplescreenrecorder: remove unused patch(es)
Closes: https://github.com/gentoo/gentoo/pull/24816 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
-rw-r--r--media-video/simplescreenrecorder/files/simplescreenrecorder-0.4.2-cmake.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/media-video/simplescreenrecorder/files/simplescreenrecorder-0.4.2-cmake.patch b/media-video/simplescreenrecorder/files/simplescreenrecorder-0.4.2-cmake.patch
deleted file mode 100644
index 9f8bc408331e..000000000000
--- a/media-video/simplescreenrecorder/files/simplescreenrecorder-0.4.2-cmake.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 5330a3d65b7877f5f3691c20df35fbb7856d6f38 Mon Sep 17 00:00:00 2001
-From: Andreas Sturmlechner <andreas.sturmlechner@gmail.com>
-Date: Thu, 11 Jan 2018 21:28:15 +0100
-Subject: [PATCH] Fix Qt5LinguistTools detection/lrelease binary location
-
-Correctly find the Qt5 module that provides the path to Qt5-based lrelease.
-Available since >= Qt-5.3.1 which is well below the current minimum version.
----
- src/translations/CMakeLists.txt | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/src/translations/CMakeLists.txt b/src/translations/CMakeLists.txt
-index d9afded..174acea 100644
---- a/src/translations/CMakeLists.txt
-+++ b/src/translations/CMakeLists.txt
-@@ -1,7 +1,8 @@
- # translations for 'simplescreenrecorder' executable
-
- if(WITH_QT5)
-- find_program(LRELEASE NAMES lrelease-qt5 lrelease)
-+ find_package(Qt5LinguistTools REQUIRED)
-+ set(LRELEASE Qt5::lrelease)
- else()
- find_program(LRELEASE NAMES lrelease-qt4 lrelease)
- endif()
---
-2.29.2
-