summaryrefslogtreecommitdiff
path: root/app-text/xournalpp/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-11-25 22:39:15 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-11-25 22:39:15 +0000
commitd934827bf44b7cfcf6711964418148fa60877668 (patch)
tree0625f358789b5e015e49db139cc1dbc9be00428f /app-text/xournalpp/files
parent2e34d110f164bf74d55fced27fe0000201b3eec5 (diff)
gentoo resync : 25.11.2020
Diffstat (limited to 'app-text/xournalpp/files')
-rw-r--r--app-text/xournalpp/files/xournalpp-1.0.17-translations.patch24
-rw-r--r--app-text/xournalpp/files/xournalpp-1.0.18-nostrip.patch15
2 files changed, 15 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!")
diff --git a/app-text/xournalpp/files/xournalpp-1.0.18-nostrip.patch b/app-text/xournalpp/files/xournalpp-1.0.18-nostrip.patch
new file mode 100644
index 000000000000..120e86ff586f
--- /dev/null
+++ b/app-text/xournalpp/files/xournalpp-1.0.18-nostrip.patch
@@ -0,0 +1,15 @@
+diff --git a/src/xoj-preview-extractor/CMakeLists.txt b/src/xoj-preview-extractor/CMakeLists.txt
+index b2029d68..2e1d68ba 100644
+--- a/src/xoj-preview-extractor/CMakeLists.txt
++++ b/src/xoj-preview-extractor/CMakeLists.txt
+@@ -36,10 +36,6 @@ target_link_libraries (xournal-thumbnailer
+
+ set (THUMBNAILER_BIN "xournal-thumbnailer")
+
+-add_custom_command (TARGET xournal-thumbnailer POST_BUILD
+- COMMAND ${CMAKE_STRIP} ${THUMBNAILER_BIN}
+-)
+-
+ ## Install ##
+
+ install (TARGETS xournal-thumbnailer