Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/wm/obconf-qt wm/obconf-qt: update to 0.15.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/059bc4de2378
branches:  trunk
changeset: 433305:059bc4de2378
user:      pin <pin%pkgsrc.org@localhost>
date:      Mon Jun 01 11:20:07 2020 +0000

description:
wm/obconf-qt: update to 0.15.0

obconf-qt-0.15.0 / 2020-04-24
=============================

  * Bumped version to 0.15.0.
  * Avoid char raw strings literals memory allocations.
  * Don't use automatic string conversions.
  * Removed (duplicated) string casts definitions.
  * Fixed the instllation message in archive_install().

diffstat:

 wm/obconf-qt/Makefile |  10 +++++-----
 wm/obconf-qt/PLIST    |   5 ++++-
 wm/obconf-qt/distinfo |  10 +++++-----
 3 files changed, 14 insertions(+), 11 deletions(-)

diffs (59 lines):

diff -r b0558ffd3795 -r 059bc4de2378 wm/obconf-qt/Makefile
--- a/wm/obconf-qt/Makefile     Mon Jun 01 11:12:28 2020 +0000
+++ b/wm/obconf-qt/Makefile     Mon Jun 01 11:20:07 2020 +0000
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.2 2020/04/12 08:29:15 adam Exp $
+# $NetBSD: Makefile,v 1.3 2020/06/01 11:20:07 pin Exp $
 
-DISTNAME=      obconf-qt-0.14.1
-PKGREVISION=   1
+VERSION=       0.15.0
+DISTNAME=      obconf-qt-${VERSION}
 CATEGORIES=    wm
-MASTER_SITES=  https://downloads.lxqt.org/downloads/obconf-qt/0.14.1/
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=lxqt/obconf-qt/releases/download/${VERSION}/}
 EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://lxqt.org/
+HOMEPAGE=      https://github.com/lxqt/obconf-qt/
 COMMENT=       Qt based configurator of OpenBox window manager
 LICENSE=       gnu-gpl-v2
 
diff -r b0558ffd3795 -r 059bc4de2378 wm/obconf-qt/PLIST
--- a/wm/obconf-qt/PLIST        Mon Jun 01 11:12:28 2020 +0000
+++ b/wm/obconf-qt/PLIST        Mon Jun 01 11:20:07 2020 +0000
@@ -1,7 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1 2020/03/31 22:36:37 gutteridge Exp $
+@comment $NetBSD: PLIST,v 1.2 2020/06/01 11:20:07 pin 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_ca.qm
 share/obconf-qt/translations/obconf-qt_cs.qm
 share/obconf-qt/translations/obconf-qt_cy.qm
@@ -26,6 +28,7 @@
 share/obconf-qt/translations/obconf-qt_pt.qm
 share/obconf-qt/translations/obconf-qt_pt_BR.qm
 share/obconf-qt/translations/obconf-qt_ru.qm
+share/obconf-qt/translations/obconf-qt_sk_SK.qm
 share/obconf-qt/translations/obconf-qt_sv.qm
 share/obconf-qt/translations/obconf-qt_tr.qm
 share/obconf-qt/translations/obconf-qt_uk.qm
diff -r b0558ffd3795 -r 059bc4de2378 wm/obconf-qt/distinfo
--- a/wm/obconf-qt/distinfo     Mon Jun 01 11:12:28 2020 +0000
+++ b/wm/obconf-qt/distinfo     Mon Jun 01 11:20:07 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2020/03/31 22:36:37 gutteridge Exp $
+$NetBSD: distinfo,v 1.2 2020/06/01 11:20:07 pin Exp $
 
-SHA1 (obconf-qt-0.14.1.tar.xz) = 1468271a9f09df9f83924e01172d7810242b1916
-RMD160 (obconf-qt-0.14.1.tar.xz) = 63335640475da1ee3620f746f3b6248747d0031b
-SHA512 (obconf-qt-0.14.1.tar.xz) = 7ae4feb8daa3853f768e9cb613fc99046f98744e03efc673ee9e5cb3d4ffa2861f2a9f762acd9c54ef2b9ca3f288d2901cdcce5c09db84689dd186006b8e26ed
-Size (obconf-qt-0.14.1.tar.xz) = 97032 bytes
+SHA1 (obconf-qt-0.15.0.tar.xz) = 8fc98e9f11539f6984796c754f49751356cb32f8
+RMD160 (obconf-qt-0.15.0.tar.xz) = 5554254c892b2211c2a85c7df0708daae201a42d
+SHA512 (obconf-qt-0.15.0.tar.xz) = a723dcd3b409afc7b16572d293cbf0543e00a7177a9819e2374632c00c765de74896429f6e19a54fcee83e20ce2e0876f857447c374db2f4f925dec92be71279
+Size (obconf-qt-0.15.0.tar.xz) = 99976 bytes



Home | Main Index | Thread Index | Old Index