Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/editors/xournalpp xournalpp: Missing patch.
details: https://anonhg.NetBSD.org/pkgsrc/rev/18b930e02635
branches: trunk
changeset: 430791:18b930e02635
user: nia <nia%pkgsrc.org@localhost>
date: Mon May 04 11:04:07 2020 +0000
description:
xournalpp: Missing patch.
diffstat:
editors/xournalpp/Makefile | 3 ++-
editors/xournalpp/patches/patch-po_CMakeLists.txt | 17 +++++++++++++++++
2 files changed, 19 insertions(+), 1 deletions(-)
diffs (33 lines):
diff -r 37cf09d01d67 -r 18b930e02635 editors/xournalpp/Makefile
--- a/editors/xournalpp/Makefile Mon May 04 10:58:24 2020 +0000
+++ b/editors/xournalpp/Makefile Mon May 04 11:04:07 2020 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2020/04/26 14:06:32 nia Exp $
+# $NetBSD: Makefile,v 1.14 2020/05/04 11:04:07 nia Exp $
DISTNAME= xournalpp-1.0.18
+PKGREVISION= 1
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_GITHUB:=xournalpp/}
GITHUB_PROJECT= xournalpp
diff -r 37cf09d01d67 -r 18b930e02635 editors/xournalpp/patches/patch-po_CMakeLists.txt
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/xournalpp/patches/patch-po_CMakeLists.txt Mon May 04 11:04:07 2020 +0000
@@ -0,0 +1,17 @@
+$NetBSD: patch-po_CMakeLists.txt,v 1.1 2020/05/04 11:04:07 nia Exp $
+
+Fix building of po files. The "NOUPDATE" was added very close
+to the release, and there seems to be ongoing discussion in
+the bug reports -- not submitted upstream.
+
+--- po/CMakeLists.txt.orig 2020-04-15 19:03:39.000000000 +0000
++++ po/CMakeLists.txt
+@@ -20,7 +20,7 @@ if (XGETTEXT_FOUND)
+ "${PROJECT_SOURCE_DIR}/ui/*.glade"
+ )
+
+- gettext_create_translations ("${potfile}" ALL NOUPDATE)
++ gettext_create_translations ("${potfile}" ALL)
+
+ else (XGETTEXT_FOUND)
+ message (ERROR "Gettext not found!")
Home |
Main Index |
Thread Index |
Old Index