summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2020-11-07 10:18:56 +0100
committerAaron Bauman <bman@gentoo.org>2020-11-13 16:16:40 -0500
commiteaf5c8d28d5405fefcd5d639a80cd4309a23e90e (patch)
treef46971d86b5f5998867bbf2e1f22059c7ff316a5 /app-text
parentapp-text/unrtf: remove unused patch(es) (diff)
downloadgentoo-eaf5c8d28d5405fefcd5d639a80cd4309a23e90e.tar.gz
gentoo-eaf5c8d28d5405fefcd5d639a80cd4309a23e90e.tar.bz2
gentoo-eaf5c8d28d5405fefcd5d639a80cd4309a23e90e.zip
app-text/xournalpp: remove unused patch
Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/18163 Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/xournalpp/files/xournalpp-1.0.17-translations.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/app-text/xournalpp/files/xournalpp-1.0.17-translations.patch b/app-text/xournalpp/files/xournalpp-1.0.17-translations.patch
deleted file mode 100644
index 95283b014009..000000000000
--- a/app-text/xournalpp/files/xournalpp-1.0.17-translations.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From 12387b01a1c7e529580c6f27e92dad3e8b4f9858 Mon Sep 17 00:00:00 2001
-From: Bryan Tan <techniux@gmail.com>
-Date: Fri, 7 Feb 2020 19:47:18 -0800
-Subject: [PATCH] Fix translation target
-
-- Do not modify po files in place
-- Always build translations
----
- po/CMakeLists.txt | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt
-index f957a199d..73ce0f04f 100644
---- a/po/CMakeLists.txt
-+++ b/po/CMakeLists.txt
-@@ -20,7 +20,7 @@ if (XGETTEXT_FOUND)
- "${PROJECT_SOURCE_DIR}/ui/*.glade"
- )
-
-- gettext_create_translations ("${potfile}")
-+ gettext_create_translations ("${potfile}" ALL NOUPDATE)
-
- else (XGETTEXT_FOUND)
- message (ERROR "Gettext not found!")