Thu Jan 20 01:25:04 2022 UTC ()
xfce4-indicator-plugin: update to 2.4.1

Change log:

2.4.1
======
- Fix distcheck build with recent libtool
- Remove placeholder 'No Indicators' button (#14)
- Fix compilation warnings
- automake: Some updates
- autoconf: Some updates
- Add `.gitignore`
- Translation Updates:
  Basque, Belarusian, Catalan, Czech, Galician, Norwegian Bokm奪l,
  Russian, Slovenian, Spanish, Turkish, Ukrainian


(gutteridge)
diff -r1.21 -r1.22 pkgsrc/x11/xfce4-indicator-plugin/Makefile
diff -r1.5 -r1.6 pkgsrc/x11/xfce4-indicator-plugin/distinfo
diff -r1.1 -r1.2 pkgsrc/x11/xfce4-indicator-plugin/patches/patch-configure

cvs diff -r1.21 -r1.22 pkgsrc/x11/xfce4-indicator-plugin/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/xfce4-indicator-plugin/Makefile 2021/12/15 00:58:50 1.21
+++ pkgsrc/x11/xfce4-indicator-plugin/Makefile 2022/01/20 01:25:04 1.22
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1# $NetBSD: Makefile,v 1.21 2021/12/15 00:58:50 gutteridge Exp $ 1# $NetBSD: Makefile,v 1.22 2022/01/20 01:25:04 gutteridge Exp $
2 2
3.include "../../meta-pkgs/xfce4/Makefile.common" 3.include "../../meta-pkgs/xfce4/Makefile.common"
4 4
5DISTNAME= xfce4-indicator-plugin-2.4.0 5DISTNAME= xfce4-indicator-plugin-2.4.1
6CATEGORIES= x11 6CATEGORIES= x11
7MASTER_SITES= https://archive.xfce.org/src/panel-plugins/xfce4-indicator-plugin/2.4/ 7MASTER_SITES= https://archive.xfce.org/src/panel-plugins/xfce4-indicator-plugin/2.4/
8 8
9HOMEPAGE= https://goodies.xfce.org/projects/panel-plugins/xfce4-indicator-plugin 9HOMEPAGE= https://goodies.xfce.org/projects/panel-plugins/xfce4-indicator-plugin
10COMMENT= Xfce indicator plugin 10COMMENT= Xfce indicator plugin
11 11
12.include "../../devel/libindicator/buildlink3.mk" 12.include "../../devel/libindicator/buildlink3.mk"
13.include "../../graphics/hicolor-icon-theme/buildlink3.mk" 13.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
14.include "../../x11/xfce4-panel/buildlink3.mk" 14.include "../../x11/xfce4-panel/buildlink3.mk"
15.include "../../mk/bsd.pkg.mk" 15.include "../../mk/bsd.pkg.mk"

cvs diff -r1.5 -r1.6 pkgsrc/x11/xfce4-indicator-plugin/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/xfce4-indicator-plugin/distinfo 2021/12/15 00:58:50 1.5
+++ pkgsrc/x11/xfce4-indicator-plugin/distinfo 2022/01/20 01:25:04 1.6
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.5 2021/12/15 00:58:50 gutteridge Exp $ 1$NetBSD: distinfo,v 1.6 2022/01/20 01:25:04 gutteridge Exp $
2 2
3BLAKE2s (xfce4-indicator-plugin-2.4.0.tar.bz2) = 171c6e0bf3830a4f1df0a679ab0dd442e7bae6f9dc432194b46f1a6f8b7be755 3BLAKE2s (xfce4-indicator-plugin-2.4.1.tar.bz2) = 6fe3003c72dd39a421db186753172b53a63c01e78b2c2a4d899a79c152ea3951
4SHA512 (xfce4-indicator-plugin-2.4.0.tar.bz2) = 5b6e82d85357cec689f23a6cf69d379db9425956a531d8295a23adf52b1e00e3cd8acd822b13ab05d80321ff739c96aadc6e7526ec275421c341446e58a5fbab 4SHA512 (xfce4-indicator-plugin-2.4.1.tar.bz2) = a5b9b25b405888a69708eb43656ac58a728d4a5a9736b5513d23b17409b5d8a0230cf89e6243afde5b1a3edad43b38915d007551347c85a7d17364760c2dabba
5Size (xfce4-indicator-plugin-2.4.0.tar.bz2) = 389228 bytes 5Size (xfce4-indicator-plugin-2.4.1.tar.bz2) = 406823 bytes
6SHA1 (patch-configure) = 12484bd9577765aab2120eb874f1f152d7e8600c 6SHA1 (patch-configure) = 6784b05144582fb463e344ffdb178dc3ff29a100

cvs diff -r1.1 -r1.2 pkgsrc/x11/xfce4-indicator-plugin/patches/patch-configure (expand / switch to unified diff)

--- pkgsrc/x11/xfce4-indicator-plugin/patches/patch-configure 2018/05/15 22:01:01 1.1
+++ pkgsrc/x11/xfce4-indicator-plugin/patches/patch-configure 2022/01/20 01:25:04 1.2
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1$NetBSD: patch-configure,v 1.1 2018/05/15 22:01:01 youri Exp $ 1$NetBSD: patch-configure,v 1.2 2022/01/20 01:25:04 gutteridge Exp $
2 2
3Portability fix. 3Portability fix.
4 4
5--- configure.orig 2018-03-09 23:43:57.000000000 +0000 5--- configure.orig 2022-01-08 13:57:52.000000000 +0000
6+++ configure 6+++ configure
7@@ -16419,7 +16419,7 @@ else 7@@ -17263,7 +17263,7 @@ else $as_nop
8 enable_application=yes 8 enable_application=yes
9 fi 9 fi
10  10
11-if test x"$enable_application" == x"no"; then 11-if test x"$enable_application" == x"no"; then
12+if test x"$enable_application" = x"no"; then 12+if test x"$enable_application" = x"no"; then
13  13
14 $as_echo "#define DISABLE_APPLICATION /**/" >>confdefs.h 14 printf "%s\n" "#define DISABLE_APPLICATION /**/" >>confdefs.h
15  15