Tue Dec 6 00:45:33 2022 UTC ()
mate-backgrounds: fix patch metadata (NFC)


(gutteridge)
diff -r1.12 -r1.13 pkgsrc/graphics/mate-backgrounds/distinfo
diff -r1.1 -r1.2 pkgsrc/graphics/mate-backgrounds/patches/patch-po_Makefile.in.in

cvs diff -r1.12 -r1.13 pkgsrc/graphics/mate-backgrounds/distinfo (expand / switch to unified diff)

--- pkgsrc/graphics/mate-backgrounds/distinfo 2022/11/27 19:57:39 1.12
+++ pkgsrc/graphics/mate-backgrounds/distinfo 2022/12/06 00:45:32 1.13
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.12 2022/11/27 19:57:39 gutteridge Exp $ 1$NetBSD: distinfo,v 1.13 2022/12/06 00:45:32 gutteridge Exp $
2 2
3BLAKE2s (mate-backgrounds-1.26.0.tar.xz) = 4a498534e6d30a9157a0c791eaf728f1facd8e70913a907f4e234dbf4086e6a9 3BLAKE2s (mate-backgrounds-1.26.0.tar.xz) = 4a498534e6d30a9157a0c791eaf728f1facd8e70913a907f4e234dbf4086e6a9
4SHA512 (mate-backgrounds-1.26.0.tar.xz) = 48ceb91abf6f7840a9fd7f504e887e54d234410df07dd07a2d155b28cf8d6518b743be767e02cbb774bd817e640b755eec2a73abd4d2d3685e3b4377e9a58476 4SHA512 (mate-backgrounds-1.26.0.tar.xz) = 48ceb91abf6f7840a9fd7f504e887e54d234410df07dd07a2d155b28cf8d6518b743be767e02cbb774bd817e640b755eec2a73abd4d2d3685e3b4377e9a58476
5Size (mate-backgrounds-1.26.0.tar.xz) = 46808396 bytes 5Size (mate-backgrounds-1.26.0.tar.xz) = 46808396 bytes
6SHA1 (patch-po_Makefile.in.in) = 55a20a9ce86fe026559da3d683d8d73be95c0b1d 6SHA1 (patch-po_Makefile.in.in) = c346f7c41a18ba3da175cd6ad761dca1fde81e52

cvs diff -r1.1 -r1.2 pkgsrc/graphics/mate-backgrounds/patches/patch-po_Makefile.in.in (expand / switch to unified diff)

--- pkgsrc/graphics/mate-backgrounds/patches/patch-po_Makefile.in.in 2022/11/27 19:57:39 1.1
+++ pkgsrc/graphics/mate-backgrounds/patches/patch-po_Makefile.in.in 2022/12/06 00:45:33 1.2
@@ -1,15 +1,16 @@ @@ -1,15 +1,16 @@
1$NetBSD: patch-po_Makefile.in.in,v 1.1 2022/11/27 19:57:39 gutteridge Exp $ 1$NetBSD: patch-po_Makefile.in.in,v 1.2 2022/12/06 00:45:33 gutteridge Exp $
2 2
3Remove directories after purging translation files. (During the build 3Remove directories after purging translation files. (During the build
4phase, translation files are generated, installed, and then deleted. 4phase, translation files are generated, installed, and then deleted.
5This needs to be better sorted out upstream.) 5This needs to be better sorted out upstream.)
6 6
 7--- po/Makefile.in.in.orig 2021-08-04 08:39:48.000000000 +0000
7+++ po/Makefile.in.in 8+++ po/Makefile.in.in
8@@ -367,6 +367,7 @@ uninstall-data-yes: 9@@ -367,6 +367,7 @@ uninstall-data-yes:
9 for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \ 10 for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \
10 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \ 11 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
11 done; \ 12 done; \
12+ rm -fr $(DESTDIR)$(localedir); \ 13+ rm -fr $(DESTDIR)$(localedir); \
13 done 14 done
14  15
15 check: all 16 check: all