Received: by mail.netbsd.org (Postfix, from userid 605) id 73EC084D95; Wed, 3 May 2023 23:40:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A1E0084D74 for ; Wed, 3 May 2023 23:40:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id hBrl3iCHzrVl for ; Wed, 3 May 2023 23:40:16 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id E333D84C13 for ; Wed, 3 May 2023 23:40:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D4F10FA87; Wed, 3 May 2023 23:40:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168315721591680" MIME-Version: 1.0 Date: Wed, 3 May 2023 23:40:15 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/misc/xfce4-time-out-plugin To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20230503234015.D4F10FA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_168315721591680 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Wed May 3 23:40:15 UTC 2023 Modified Files: pkgsrc/misc/xfce4-time-out-plugin: Makefile PLIST distinfo Log Message: xfce4-time-out-plugin: update to 1.1.3 Change log: 1.1.3 (2023-04-21) ===== - Fix previous commit - Update copyright year - Remove deprecated project files - build: Add GLib requirement - build: Fix autotools warnings - Fix blurry image when UI scale > 1 - build: Fix intltool lock file problem during make distcheck - Translation Updates: Albanian, Arabic, Armenian (Armenia), Belarusian, Bulgarian, Catalan, Chinese (China), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), English (Canada), English (United Kingdom), Esperanto, Estonian, Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokml, Occitan (post 1500), Polish, Portuguese (Brazil), Russian, Slovak, Slovenian, Spanish, Swedish, Ukrainian, Uyghur To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 pkgsrc/misc/xfce4-time-out-plugin/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/misc/xfce4-time-out-plugin/PLIST cvs rdiff -u -r1.8 -r1.9 pkgsrc/misc/xfce4-time-out-plugin/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168315721591680 Content-Disposition: inline Content-Length: 2899 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/xfce4-time-out-plugin/Makefile diff -u pkgsrc/misc/xfce4-time-out-plugin/Makefile:1.27 pkgsrc/misc/xfce4-time-out-plugin/Makefile:1.28 --- pkgsrc/misc/xfce4-time-out-plugin/Makefile:1.27 Sun Jan 29 21:17:14 2023 +++ pkgsrc/misc/xfce4-time-out-plugin/Makefile Wed May 3 23:40:15 2023 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.27 2023/01/29 21:17:14 ryoon Exp $ +# $NetBSD: Makefile,v 1.28 2023/05/03 23:40:15 gutteridge Exp $ -PKGREVISION= 4 .include "../../meta-pkgs/xfce4/Makefile.common" -VERSION= 1.1.2 +VERSION= 1.1.3 DISTNAME= xfce4-time-out-plugin-${VERSION} CATEGORIES= misc MASTER_SITES= https://archive.xfce.org/src/panel-plugins/xfce4-time-out-plugin/${VERSION:R}/ Index: pkgsrc/misc/xfce4-time-out-plugin/PLIST diff -u pkgsrc/misc/xfce4-time-out-plugin/PLIST:1.4 pkgsrc/misc/xfce4-time-out-plugin/PLIST:1.5 --- pkgsrc/misc/xfce4-time-out-plugin/PLIST:1.4 Tue Mar 2 03:56:09 2021 +++ pkgsrc/misc/xfce4-time-out-plugin/PLIST Wed May 3 23:40:15 2023 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2021/03/02 03:56:09 gutteridge Exp $ +@comment $NetBSD: PLIST,v 1.5 2023/05/03 23:40:15 gutteridge Exp $ lib/xfce4/panel/plugins/libtime-out.la share/icons/hicolor/48x48/apps/xfce4-time-out-plugin.png share/icons/hicolor/scalable/apps/xfce4-time-out-plugin.svg @@ -13,6 +13,7 @@ share/locale/de/LC_MESSAGES/xfce4-time-o share/locale/el/LC_MESSAGES/xfce4-time-out-plugin.mo share/locale/en_AU/LC_MESSAGES/xfce4-time-out-plugin.mo share/locale/en_CA/LC_MESSAGES/xfce4-time-out-plugin.mo +share/locale/en_GB/LC_MESSAGES/xfce4-time-out-plugin.mo share/locale/eo/LC_MESSAGES/xfce4-time-out-plugin.mo share/locale/es/LC_MESSAGES/xfce4-time-out-plugin.mo share/locale/et/LC_MESSAGES/xfce4-time-out-plugin.mo Index: pkgsrc/misc/xfce4-time-out-plugin/distinfo diff -u pkgsrc/misc/xfce4-time-out-plugin/distinfo:1.8 pkgsrc/misc/xfce4-time-out-plugin/distinfo:1.9 --- pkgsrc/misc/xfce4-time-out-plugin/distinfo:1.8 Tue Oct 26 10:59:37 2021 +++ pkgsrc/misc/xfce4-time-out-plugin/distinfo Wed May 3 23:40:15 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2021/10/26 10:59:37 nia Exp $ +$NetBSD: distinfo,v 1.9 2023/05/03 23:40:15 gutteridge Exp $ -BLAKE2s (xfce4-time-out-plugin-1.1.2.tar.bz2) = b4c62505088bdae8d7159fef185d4f21aae2727c323603fa882a39a5c3b6590a -SHA512 (xfce4-time-out-plugin-1.1.2.tar.bz2) = 08e50db9daafd9a2ba60e9d5767cddba83df34d8a261df71b7bb9ae632576f4dfd6252c2a83ec8f9a037284b0adc65751ba36d54ea9d14b85906fdc85d5b86ff -Size (xfce4-time-out-plugin-1.1.2.tar.bz2) = 409221 bytes +BLAKE2s (xfce4-time-out-plugin-1.1.3.tar.bz2) = ebd35260ad54a574a8635494c75121abdca6364ad6e8e960d68921bb1752a57d +SHA512 (xfce4-time-out-plugin-1.1.3.tar.bz2) = 1abb5b8efa985b08968c49bb01a6efd49bc43f16f4b80f892086643444979dab3b7819d7f7e51e4c898c92387c213684b0c28765624c1f04303c0674c5b91930 +Size (xfce4-time-out-plugin-1.1.3.tar.bz2) = 407981 bytes --_----------=_168315721591680--