pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xfce4-indicator-plugin



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Thu Jan 20 01:25:04 UTC 2022

Modified Files:
        pkgsrc/x11/xfce4-indicator-plugin: Makefile distinfo
        pkgsrc/x11/xfce4-indicator-plugin/patches: patch-configure

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/x11/xfce4-indicator-plugin/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/xfce4-indicator-plugin/distinfo
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/x11/xfce4-indicator-plugin/patches/patch-configure

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

Modified files:

Index: pkgsrc/x11/xfce4-indicator-plugin/Makefile
diff -u pkgsrc/x11/xfce4-indicator-plugin/Makefile:1.21 pkgsrc/x11/xfce4-indicator-plugin/Makefile:1.22
--- pkgsrc/x11/xfce4-indicator-plugin/Makefile:1.21     Wed Dec 15 00:58:50 2021
+++ pkgsrc/x11/xfce4-indicator-plugin/Makefile  Thu Jan 20 01:25:04 2022
@@ -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/
 

Index: pkgsrc/x11/xfce4-indicator-plugin/distinfo
diff -u pkgsrc/x11/xfce4-indicator-plugin/distinfo:1.5 pkgsrc/x11/xfce4-indicator-plugin/distinfo:1.6
--- pkgsrc/x11/xfce4-indicator-plugin/distinfo:1.5      Wed Dec 15 00:58:50 2021
+++ pkgsrc/x11/xfce4-indicator-plugin/distinfo  Thu Jan 20 01:25:04 2022
@@ -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

Index: pkgsrc/x11/xfce4-indicator-plugin/patches/patch-configure
diff -u pkgsrc/x11/xfce4-indicator-plugin/patches/patch-configure:1.1 pkgsrc/x11/xfce4-indicator-plugin/patches/patch-configure:1.2
--- pkgsrc/x11/xfce4-indicator-plugin/patches/patch-configure:1.1       Tue May 15 22:01:01 2018
+++ pkgsrc/x11/xfce4-indicator-plugin/patches/patch-configure   Thu Jan 20 01:25:04 2022
@@ -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