Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 36DA91A921F for ; Tue, 30 Nov 2021 16:26:35 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 6356084E65; Tue, 30 Nov 2021 16:26:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9364C84D4E for ; Tue, 30 Nov 2021 16:26:33 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id hLh8_8s8q01D for ; Tue, 30 Nov 2021 16:26:32 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 962A184CDF for ; Tue, 30 Nov 2021 16:26:32 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 93748FAEC; Tue, 30 Nov 2021 16:26:32 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_16382895928520" MIME-Version: 1.0 Date: Tue, 30 Nov 2021 16:26:32 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/sysutils/xfce4-verve-plugin To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20211130162632.93748FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_16382895928520 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: gutteridge Date: Tue Nov 30 16:26:32 UTC 2021 Modified Files: pkgsrc/sysutils/xfce4-verve-plugin: Makefile PLIST distinfo Log Message: xfce4-verve-plugin: update to 2.0.1 Change log: 2.0.1 ====== - Modernize configure.ac.in - Fix xfce_rc_read_entry usage - Fix gdk_rgba_to_string usage - Fix GtkAdjustment usage - Fix GtkColorChooser usage - Fix GtkColorChooser usage - Fix GtkLabel usage - Fix GIOStream usage - Fix gtk_label_set_text call - Fix gtk_style_context_add_provider call - Fix discarded-qualifiers - Fix missing-prototypes - Remove GSourceFunc casts - Create README.md. Update configure.ac.in - Fix build with panel 4.15 - Use GtkColorButton to pick foreground and background colors - Translation Updates: Albanian, Armenian (Armenia), Asturian, Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), English (Canada), Esperanto, Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Korean, Lithuanian, Malay, Norwegian Bokmål, Occitan (post 1500), Polish, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 pkgsrc/sysutils/xfce4-verve-plugin/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/sysutils/xfce4-verve-plugin/PLIST cvs rdiff -u -r1.7 -r1.8 pkgsrc/sysutils/xfce4-verve-plugin/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_16382895928520 Content-Disposition: inline Content-Length: 4397 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/xfce4-verve-plugin/Makefile diff -u pkgsrc/sysutils/xfce4-verve-plugin/Makefile:1.23 pkgsrc/sysutils/xfce4-verve-plugin/Makefile:1.24 --- pkgsrc/sysutils/xfce4-verve-plugin/Makefile:1.23 Mon Aug 31 18:11:39 2020 +++ pkgsrc/sysutils/xfce4-verve-plugin/Makefile Tue Nov 30 16:26:32 2021 @@ -1,16 +1,14 @@ -# $NetBSD: Makefile,v 1.23 2020/08/31 18:11:39 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2021/11/30 16:26:32 gutteridge Exp $ -PKGREVISION= 6 .include "../../meta-pkgs/xfce4/Makefile.common" -DISTNAME= xfce4-verve-plugin-2.0.0 +DISTNAME= xfce4-verve-plugin-2.0.1 CATEGORIES= sysutils -MASTER_SITES= http://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/2.0/ +MASTER_SITES= https://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/2.0/ HOMEPAGE= https://goodies.xfce.org/projects/panel-plugins/xfce4-verve-plugin COMMENT= Xfce command line plugin -.include "../../x11/gtk2/buildlink3.mk" .include "../../x11/xfce4-exo/buildlink3.mk" .include "../../x11/xfce4-panel/buildlink3.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/sysutils/xfce4-verve-plugin/PLIST diff -u pkgsrc/sysutils/xfce4-verve-plugin/PLIST:1.5 pkgsrc/sysutils/xfce4-verve-plugin/PLIST:1.6 --- pkgsrc/sysutils/xfce4-verve-plugin/PLIST:1.5 Fri Jan 18 13:08:01 2019 +++ pkgsrc/sysutils/xfce4-verve-plugin/PLIST Tue Nov 30 16:26:32 2021 @@ -1,7 +1,8 @@ -@comment $NetBSD: PLIST,v 1.5 2019/01/18 13:08:01 youri Exp $ +@comment $NetBSD: PLIST,v 1.6 2021/11/30 16:26:32 gutteridge Exp $ lib/xfce4/panel/plugins/libverve.la share/locale/ar/LC_MESSAGES/xfce4-verve-plugin.mo share/locale/ast/LC_MESSAGES/xfce4-verve-plugin.mo +share/locale/be/LC_MESSAGES/xfce4-verve-plugin.mo share/locale/bg/LC_MESSAGES/xfce4-verve-plugin.mo share/locale/ca/LC_MESSAGES/xfce4-verve-plugin.mo share/locale/cs/LC_MESSAGES/xfce4-verve-plugin.mo @@ -9,6 +10,7 @@ share/locale/da/LC_MESSAGES/xfce4-verve- share/locale/de/LC_MESSAGES/xfce4-verve-plugin.mo share/locale/el/LC_MESSAGES/xfce4-verve-plugin.mo share/locale/en_AU/LC_MESSAGES/xfce4-verve-plugin.mo +share/locale/en_CA/LC_MESSAGES/xfce4-verve-plugin.mo share/locale/en_GB/LC_MESSAGES/xfce4-verve-plugin.mo share/locale/eo/LC_MESSAGES/xfce4-verve-plugin.mo share/locale/es/LC_MESSAGES/xfce4-verve-plugin.mo @@ -19,7 +21,10 @@ share/locale/gl/LC_MESSAGES/xfce4-verve- share/locale/he/LC_MESSAGES/xfce4-verve-plugin.mo share/locale/hr/LC_MESSAGES/xfce4-verve-plugin.mo share/locale/hu/LC_MESSAGES/xfce4-verve-plugin.mo +share/locale/hy_AM/LC_MESSAGES/xfce4-verve-plugin.mo +share/locale/hye/LC_MESSAGES/xfce4-verve-plugin.mo share/locale/id/LC_MESSAGES/xfce4-verve-plugin.mo +share/locale/ie/LC_MESSAGES/xfce4-verve-plugin.mo share/locale/is/LC_MESSAGES/xfce4-verve-plugin.mo share/locale/it/LC_MESSAGES/xfce4-verve-plugin.mo share/locale/ja/LC_MESSAGES/xfce4-verve-plugin.mo @@ -37,6 +42,7 @@ share/locale/pt_BR/LC_MESSAGES/xfce4-ver share/locale/ro/LC_MESSAGES/xfce4-verve-plugin.mo share/locale/ru/LC_MESSAGES/xfce4-verve-plugin.mo share/locale/sk/LC_MESSAGES/xfce4-verve-plugin.mo +share/locale/sl/LC_MESSAGES/xfce4-verve-plugin.mo share/locale/sq/LC_MESSAGES/xfce4-verve-plugin.mo share/locale/sr/LC_MESSAGES/xfce4-verve-plugin.mo share/locale/sv/LC_MESSAGES/xfce4-verve-plugin.mo Index: pkgsrc/sysutils/xfce4-verve-plugin/distinfo diff -u pkgsrc/sysutils/xfce4-verve-plugin/distinfo:1.7 pkgsrc/sysutils/xfce4-verve-plugin/distinfo:1.8 --- pkgsrc/sysutils/xfce4-verve-plugin/distinfo:1.7 Tue Oct 26 11:20:27 2021 +++ pkgsrc/sysutils/xfce4-verve-plugin/distinfo Tue Nov 30 16:26:32 2021 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2021/10/26 11:20:27 nia Exp $ +$NetBSD: distinfo,v 1.8 2021/11/30 16:26:32 gutteridge Exp $ -BLAKE2s (xfce4-verve-plugin-2.0.0.tar.bz2) = 01f7eac10f5cde7857ea9270a98583bb3e7f7a2993c530389404b5108d983282 -SHA512 (xfce4-verve-plugin-2.0.0.tar.bz2) = b6be658f5996857e1c5696dc66f973fa5875ba95682297ad157e107abae821023cdf7101ba5f8e5358740549e392b76bf7d1dae252f43bf1a7e8716d798ed39a -Size (xfce4-verve-plugin-2.0.0.tar.bz2) = 384165 bytes +BLAKE2s (xfce4-verve-plugin-2.0.1.tar.bz2) = e72527d8a907420e1f3d6b43128283fedcbef954a730019bc6f92ec893b8683e +SHA512 (xfce4-verve-plugin-2.0.1.tar.bz2) = c8397bd833e2a2cf25d86bd9234bdbafed00ce0783273532a57e87a5182d26b3e84b402ed8c9fd9204d5d46fbca257fcf6601f279d9929d806a4c36338379876 +Size (xfce4-verve-plugin-2.0.1.tar.bz2) = 384412 bytes --_----------=_16382895928520--