pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xfce4-indicator-plugin xfce4-indicator-plugin: upd...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ef0afbb47b26
branches:  trunk
changeset: 372134:ef0afbb47b26
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Thu Jan 20 01:25:04 2022 +0000

description:
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:

 x11/xfce4-indicator-plugin/Makefile                |   4 ++--
 x11/xfce4-indicator-plugin/distinfo                |  10 +++++-----
 x11/xfce4-indicator-plugin/patches/patch-configure |   8 ++++----
 3 files changed, 11 insertions(+), 11 deletions(-)

diffs (52 lines):

diff -r add442b7f86f -r ef0afbb47b26 x11/xfce4-indicator-plugin/Makefile
--- a/x11/xfce4-indicator-plugin/Makefile       Thu Jan 20 01:04:10 2022 +0000
+++ b/x11/xfce4-indicator-plugin/Makefile       Thu Jan 20 01:25:04 2022 +0000
@@ -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 -r add442b7f86f -r ef0afbb47b26 x11/xfce4-indicator-plugin/distinfo
--- a/x11/xfce4-indicator-plugin/distinfo       Thu Jan 20 01:04:10 2022 +0000
+++ b/x11/xfce4-indicator-plugin/distinfo       Thu Jan 20 01:25:04 2022 +0000
@@ -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 -r add442b7f86f -r ef0afbb47b26 x11/xfce4-indicator-plugin/patches/patch-configure
--- a/x11/xfce4-indicator-plugin/patches/patch-configure        Thu Jan 20 01:04:10 2022 +0000
+++ b/x11/xfce4-indicator-plugin/patches/patch-configure        Thu Jan 20 01:25:04 2022 +0000
@@ -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
  



Home | Main Index | Thread Index | Old Index