pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/mate-panel



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Tue Jul  4 01:31:23 UTC 2023

Modified Files:
        pkgsrc/x11/mate-panel: distinfo
Added Files:
        pkgsrc/x11/mate-panel/patches: patch-libmate-panel-applet_Makefile.in

Log Message:
mate-panel: fix build with gettext 0.22


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/x11/mate-panel/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/x11/mate-panel/patches/patch-libmate-panel-applet_Makefile.in

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

Modified files:

Index: pkgsrc/x11/mate-panel/distinfo
diff -u pkgsrc/x11/mate-panel/distinfo:1.15 pkgsrc/x11/mate-panel/distinfo:1.16
--- pkgsrc/x11/mate-panel/distinfo:1.15 Mon May  8 00:44:43 2023
+++ pkgsrc/x11/mate-panel/distinfo      Tue Jul  4 01:31:22 2023
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.15 2023/05/08 00:44:43 gutteridge Exp $
+$NetBSD: distinfo,v 1.16 2023/07/04 01:31:22 gutteridge Exp $
 
 BLAKE2s (mate-panel-1.26.3.tar.xz) = 762f45dc7b9068c59d8a302b91a0bb9ddf2e4d7202789753a9614d6fb726715e
 SHA512 (mate-panel-1.26.3.tar.xz) = 28c93566a528037082ed6181e628658373e5fd35f987b9d18b1731f3b3762f139cd1624ad862acc40413baa308b51a7ae617449c4a2a13c4726b5dad6a109d5a
 Size (mate-panel-1.26.3.tar.xz) = 3255864 bytes
+SHA1 (patch-libmate-panel-applet_Makefile.in) = 4b676eb20c0e5befdca0c52b72d44b8ee1d1f0ed

Added files:

Index: pkgsrc/x11/mate-panel/patches/patch-libmate-panel-applet_Makefile.in
diff -u /dev/null pkgsrc/x11/mate-panel/patches/patch-libmate-panel-applet_Makefile.in:1.1
--- /dev/null   Tue Jul  4 01:31:23 2023
+++ pkgsrc/x11/mate-panel/patches/patch-libmate-panel-applet_Makefile.in        Tue Jul  4 01:31:23 2023
@@ -0,0 +1,16 @@
+$NetBSD: patch-libmate-panel-applet_Makefile.in,v 1.1 2023/07/04 01:31:23 gutteridge Exp $
+
+Fix build with gettext 0.22.
+https://github.com/mate-desktop/mate-panel/commit/5a7f770082568453f3a5f271a274156f08352101
+
+--- libmate-panel-applet/Makefile.in.orig      2023-05-02 14:46:00.000000000 +0000
++++ libmate-panel-applet/Makefile.in
+@@ -1032,7 +1032,7 @@ mate-panel-applet-enums.h: @REBUILD@ $(m
+                       --eprod "GType @enum_name@_get_type (void);\n" \
+               $(mate_panel_applet_enum_headers) > $@
+ $(noinst_DATA): $(applet_in_files)
+-      $(AM_V_GEN) $(MSGFMT) --desktop --keyword Name --keyword Description --template $< -d $(top_srcdir)/po -o $@
++      $(AM_V_GEN) $(MSGFMT) --desktop --keyword=Name --keyword=Description --template $< -d $(top_srcdir)/po -o $@
+ 
+ ###############################
+ # Introspection generation



Home | Main Index | Thread Index | Old Index