pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/gedit/patches



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Mar 10 17:52:51 UTC 2022

Added Files:
        pkgsrc/editors/gedit/patches: patch-data_meson.build

Log Message:
cvs add, thx wiz...


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/editors/gedit/patches/patch-data_meson.build

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

Added files:

Index: pkgsrc/editors/gedit/patches/patch-data_meson.build
diff -u /dev/null pkgsrc/editors/gedit/patches/patch-data_meson.build:1.1
--- /dev/null   Thu Mar 10 17:52:51 2022
+++ pkgsrc/editors/gedit/patches/patch-data_meson.build Thu Mar 10 17:52:51 2022
@@ -0,0 +1,23 @@
+$NetBSD: patch-data_meson.build,v 1.1 2022/03/10 17:52:51 nia Exp $
+
+Remove invalid positional arguments (these now cause failures,
+previously they were ignored).
+
+--- data/meson.build.orig      2020-04-25 16:59:58.000000000 +0000
++++ data/meson.build
+@@ -4,7 +4,6 @@ install_man('gedit.1')
+ 
+ appdata = 'org.gnome.gedit.appdata.xml'
+ appdata_file = i18n.merge_file(
+-  appdata,
+   input: appdata + '.in',
+   output: appdata,
+   po_dir: '../po/',
+@@ -27,7 +26,6 @@ endif
+ 
+ desktop_file = 'org.gnome.gedit.desktop'
+ desktop_output_file = i18n.merge_file(
+-  desktop_file,
+   type: 'desktop',
+   input: desktop_file + '.in',
+   output: desktop_file,



Home | Main Index | Thread Index | Old Index