pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/editors/xournalpp



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon May  4 11:04:08 UTC 2020

Modified Files:
        pkgsrc/editors/xournalpp: Makefile
Added Files:
        pkgsrc/editors/xournalpp/patches: patch-po_CMakeLists.txt

Log Message:
xournalpp: Missing patch.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/editors/xournalpp/Makefile
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/editors/xournalpp/patches/patch-po_CMakeLists.txt

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/xournalpp/Makefile
diff -u pkgsrc/editors/xournalpp/Makefile:1.13 pkgsrc/editors/xournalpp/Makefile:1.14
--- pkgsrc/editors/xournalpp/Makefile:1.13      Sun Apr 26 14:06:32 2020
+++ pkgsrc/editors/xournalpp/Makefile   Mon May  4 11:04:07 2020
@@ -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

Added files:

Index: pkgsrc/editors/xournalpp/patches/patch-po_CMakeLists.txt
diff -u /dev/null pkgsrc/editors/xournalpp/patches/patch-po_CMakeLists.txt:1.1
--- /dev/null   Mon May  4 11:04:08 2020
+++ pkgsrc/editors/xournalpp/patches/patch-po_CMakeLists.txt    Mon May  4 11:04:07 2020
@@ -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