summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorgutteridge <gutteridge@pkgsrc.org>2022-01-20 01:25:04 +0000
committergutteridge <gutteridge@pkgsrc.org>2022-01-20 01:25:04 +0000
commit317a5954bc2000d9d87575fd1460e033fedc4f0b (patch)
tree09c1f1795082adbf01c6a366d92f63dd2d81ac95 /x11
parent0852a61bb96aed84553e4c4b29ec157635f3f8d9 (diff)
downloadpkgsrc-317a5954bc2000d9d87575fd1460e033fedc4f0b.tar.gz
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
Diffstat (limited to 'x11')
-rw-r--r--x11/xfce4-indicator-plugin/Makefile4
-rw-r--r--x11/xfce4-indicator-plugin/distinfo10
-rw-r--r--x11/xfce4-indicator-plugin/patches/patch-configure8
3 files changed, 11 insertions, 11 deletions
diff --git a/x11/xfce4-indicator-plugin/Makefile b/x11/xfce4-indicator-plugin/Makefile
index 1468af432f6..b21d00156a2 100644
--- a/x11/xfce4-indicator-plugin/Makefile
+++ b/x11/xfce4-indicator-plugin/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.21 2021/12/15 00:58:50 gutteridge Exp $
+# $NetBSD: Makefile,v 1.22 2022/01/20 01:25:04 gutteridge Exp $
.include "../../meta-pkgs/xfce4/Makefile.common"
-DISTNAME= xfce4-indicator-plugin-2.4.0
+DISTNAME= xfce4-indicator-plugin-2.4.1
CATEGORIES= x11
MASTER_SITES= https://archive.xfce.org/src/panel-plugins/xfce4-indicator-plugin/2.4/
diff --git a/x11/xfce4-indicator-plugin/distinfo b/x11/xfce4-indicator-plugin/distinfo
index 8e808036f24..dc12b77da9d 100644
--- a/x11/xfce4-indicator-plugin/distinfo
+++ b/x11/xfce4-indicator-plugin/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2021/12/15 00:58:50 gutteridge Exp $
+$NetBSD: distinfo,v 1.6 2022/01/20 01:25:04 gutteridge Exp $
-BLAKE2s (xfce4-indicator-plugin-2.4.0.tar.bz2) = 171c6e0bf3830a4f1df0a679ab0dd442e7bae6f9dc432194b46f1a6f8b7be755
-SHA512 (xfce4-indicator-plugin-2.4.0.tar.bz2) = 5b6e82d85357cec689f23a6cf69d379db9425956a531d8295a23adf52b1e00e3cd8acd822b13ab05d80321ff739c96aadc6e7526ec275421c341446e58a5fbab
-Size (xfce4-indicator-plugin-2.4.0.tar.bz2) = 389228 bytes
-SHA1 (patch-configure) = 12484bd9577765aab2120eb874f1f152d7e8600c
+BLAKE2s (xfce4-indicator-plugin-2.4.1.tar.bz2) = 6fe3003c72dd39a421db186753172b53a63c01e78b2c2a4d899a79c152ea3951
+SHA512 (xfce4-indicator-plugin-2.4.1.tar.bz2) = a5b9b25b405888a69708eb43656ac58a728d4a5a9736b5513d23b17409b5d8a0230cf89e6243afde5b1a3edad43b38915d007551347c85a7d17364760c2dabba
+Size (xfce4-indicator-plugin-2.4.1.tar.bz2) = 406823 bytes
+SHA1 (patch-configure) = 6784b05144582fb463e344ffdb178dc3ff29a100
diff --git a/x11/xfce4-indicator-plugin/patches/patch-configure b/x11/xfce4-indicator-plugin/patches/patch-configure
index fe3110a4b51..6b07a8843a3 100644
--- a/x11/xfce4-indicator-plugin/patches/patch-configure
+++ b/x11/xfce4-indicator-plugin/patches/patch-configure
@@ -1,15 +1,15 @@
-$NetBSD: patch-configure,v 1.1 2018/05/15 22:01:01 youri Exp $
+$NetBSD: patch-configure,v 1.2 2022/01/20 01:25:04 gutteridge Exp $
Portability fix.
---- configure.orig 2018-03-09 23:43:57.000000000 +0000
+--- configure.orig 2022-01-08 13:57:52.000000000 +0000
+++ configure
-@@ -16419,7 +16419,7 @@ else
+@@ -17263,7 +17263,7 @@ else $as_nop
enable_application=yes
fi
-if test x"$enable_application" == x"no"; then
+if test x"$enable_application" = x"no"; then
- $as_echo "#define DISABLE_APPLICATION /**/" >>confdefs.h
+ printf "%s\n" "#define DISABLE_APPLICATION /**/" >>confdefs.h