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 DAA9C1A921F for ; Thu, 31 Mar 2022 16:30:27 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 2F3AB8503C; Thu, 31 Mar 2022 16:30:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 67AB38503B for ; Thu, 31 Mar 2022 16:30:26 +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 WkPqAxB_f-Ks for ; Thu, 31 Mar 2022 16:30:25 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C730B84E84 for ; Thu, 31 Mar 2022 16:30:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C0585FB24; Thu, 31 Mar 2022 16:30:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1648744225161020" MIME-Version: 1.0 Date: Thu, 31 Mar 2022 16:30:25 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/wm/obconf-qt To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20220331163025.C0585FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1648744225161020 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Thu Mar 31 16:30:25 UTC 2022 Modified Files: pkgsrc/wm/obconf-qt: Makefile PLIST distinfo Log Message: obconf-qt: update to 0.16.2 Upstream changes: * Fixed the option for centering window on opening. * Prevented elided text in left pane. * Updated translations. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/wm/obconf-qt/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/wm/obconf-qt/PLIST cvs rdiff -u -r1.6 -r1.7 pkgsrc/wm/obconf-qt/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1648744225161020 Content-Disposition: inline Content-Length: 3106 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/wm/obconf-qt/Makefile diff -u pkgsrc/wm/obconf-qt/Makefile:1.12 pkgsrc/wm/obconf-qt/Makefile:1.13 --- pkgsrc/wm/obconf-qt/Makefile:1.12 Wed Dec 8 16:06:51 2021 +++ pkgsrc/wm/obconf-qt/Makefile Thu Mar 31 16:30:25 2022 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2021/12/08 16:06:51 adam Exp $ +# $NetBSD: Makefile,v 1.13 2022/03/31 16:30:25 gutteridge Exp $ -DISTNAME= obconf-qt-0.16.1 -PKGREVISION= 3 +DISTNAME= obconf-qt-0.16.2 CATEGORIES= wm MASTER_SITES= ${MASTER_SITE_GITHUB:=lxqt/} GITHUB_RELEASE= ${PKGVERSION_NOREV} Index: pkgsrc/wm/obconf-qt/PLIST diff -u pkgsrc/wm/obconf-qt/PLIST:1.3 pkgsrc/wm/obconf-qt/PLIST:1.4 --- pkgsrc/wm/obconf-qt/PLIST:1.3 Tue Apr 20 18:16:33 2021 +++ pkgsrc/wm/obconf-qt/PLIST Thu Mar 31 16:30:25 2022 @@ -1,9 +1,10 @@ -@comment $NetBSD: PLIST,v 1.3 2021/04/20 18:16:33 pin Exp $ +@comment $NetBSD: PLIST,v 1.4 2022/03/31 16:30:25 gutteridge Exp $ bin/obconf-qt share/applications/obconf-qt.desktop share/icons/hicolor/48x48/apps/obconf-qt.png share/obconf-qt/translations/obconf-qt_arn.qm share/obconf-qt/translations/obconf-qt_ast.qm +share/obconf-qt/translations/obconf-qt_bg.qm share/obconf-qt/translations/obconf-qt_ca.qm share/obconf-qt/translations/obconf-qt_cs.qm share/obconf-qt/translations/obconf-qt_cy.qm @@ -11,6 +12,8 @@ share/obconf-qt/translations/obconf-qt_d share/obconf-qt/translations/obconf-qt_de.qm share/obconf-qt/translations/obconf-qt_el.qm share/obconf-qt/translations/obconf-qt_es.qm +share/obconf-qt/translations/obconf-qt_et.qm +share/obconf-qt/translations/obconf-qt_fi.qm share/obconf-qt/translations/obconf-qt_fr.qm share/obconf-qt/translations/obconf-qt_gl.qm share/obconf-qt/translations/obconf-qt_he.qm @@ -20,6 +23,7 @@ share/obconf-qt/translations/obconf-qt_i share/obconf-qt/translations/obconf-qt_is.qm share/obconf-qt/translations/obconf-qt_it.qm share/obconf-qt/translations/obconf-qt_ja.qm +share/obconf-qt/translations/obconf-qt_ko.qm share/obconf-qt/translations/obconf-qt_lt.qm share/obconf-qt/translations/obconf-qt_nb_NO.qm share/obconf-qt/translations/obconf-qt_nl.qm Index: pkgsrc/wm/obconf-qt/distinfo diff -u pkgsrc/wm/obconf-qt/distinfo:1.6 pkgsrc/wm/obconf-qt/distinfo:1.7 --- pkgsrc/wm/obconf-qt/distinfo:1.6 Tue Oct 26 11:25:16 2021 +++ pkgsrc/wm/obconf-qt/distinfo Thu Mar 31 16:30:25 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2021/10/26 11:25:16 nia Exp $ +$NetBSD: distinfo,v 1.7 2022/03/31 16:30:25 gutteridge Exp $ -BLAKE2s (obconf-qt-0.16.1.tar.xz) = a221ce10196e9bb22cbe0d17e4de9d4ea0eda5b10b517c42c51f6b99e6c9920e -SHA512 (obconf-qt-0.16.1.tar.xz) = 863ae74e0ca3191a2e9471f722eff1ed9b55cc2fe1851c6bc0a52610682e1aa6087a45b34d3bc79ab26d42340c7f8aa37544a6a83b1775a31f79277174667f7f -Size (obconf-qt-0.16.1.tar.xz) = 102328 bytes +BLAKE2s (obconf-qt-0.16.2.tar.xz) = 6161791eda798976425e65d5e5e923b271618164fcf50edbcba221b9bf86b980 +SHA512 (obconf-qt-0.16.2.tar.xz) = bd91a5669f07471966d296b91d78e2a40e2e3640405de2179513457088eb7d6cb063dbfaff623db6f404985734e986b52c1e3155a050f374b7afa58f7d720c0d +Size (obconf-qt-0.16.2.tar.xz) = 111080 bytes --_----------=_1648744225161020--