diff options
author | gutteridge <gutteridge@pkgsrc.org> | 2022-11-10 01:10:55 +0000 |
---|---|---|
committer | gutteridge <gutteridge@pkgsrc.org> | 2022-11-10 01:10:55 +0000 |
commit | 105748ed69355563222c244a0e415febf938e66d (patch) | |
tree | 386d2190924efcac99b5298cf026d175878a87c0 | |
parent | fecdb073b436bc50f08e4088b2aac25184b00955 (diff) | |
download | pkgsrc-105748ed69355563222c244a0e415febf938e66d.tar.gz |
qterminal: update to 1.2.0
Change log:
qterminal-1.2.0 / 2022-11-05
=============================
* Add CI using GitHub Actions.
* Fixed command parsing with the `-e` option.
* Avoid segfault when using global menus.
* Improved documentation for the `--profile` option.
-rw-r--r-- | x11/qterminal/Makefile | 7 | ||||
-rw-r--r-- | x11/qterminal/PLIST | 3 | ||||
-rw-r--r-- | x11/qterminal/distinfo | 8 |
3 files changed, 9 insertions, 9 deletions
diff --git a/x11/qterminal/Makefile b/x11/qterminal/Makefile index e4ec4e92a9f..6c3e4ea9820 100644 --- a/x11/qterminal/Makefile +++ b/x11/qterminal/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2022/06/28 11:37:59 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2022/11/10 01:10:55 gutteridge Exp $ -DISTNAME= qterminal-1.1.0 -PKGREVISION= 1 +DISTNAME= qterminal-1.2.0 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GITHUB:=lxqt/} GITHUB_RELEASE= ${PKGVERSION_NOREV} @@ -24,7 +23,7 @@ CMAKE_ARGS+= -DCMAKE_PREFIX_PATH:PATH=${PREFIX}/qt5 pre-configure: ${MKDIR} -p ${WRKSRC}/build -TOOL_DEPENDS+= lxqt-build-tools>=0.11.0:../../devel/lxqt-build-tools +TOOL_DEPENDS+= lxqt-build-tools>=0.12.0:../../devel/lxqt-build-tools TOOL_DEPENDS+= qt5-qttools-[0-9]*:../../x11/qt5-qttools .include "../../x11/qt5-qtbase/buildlink3.mk" diff --git a/x11/qterminal/PLIST b/x11/qterminal/PLIST index 4e52e6768fd..c4b1de1c8f8 100644 --- a/x11/qterminal/PLIST +++ b/x11/qterminal/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2022/04/24 15:19:07 pin Exp $ +@comment $NetBSD: PLIST,v 1.7 2022/11/10 01:10:55 gutteridge Exp $ bin/qterminal share/applications/qterminal-drop.desktop share/applications/qterminal.desktop @@ -23,6 +23,7 @@ share/qterminal/translations/qterminal_fi.qm share/qterminal/translations/qterminal_fr.qm share/qterminal/translations/qterminal_gl.qm share/qterminal/translations/qterminal_he.qm +share/qterminal/translations/qterminal_hi.qm share/qterminal/translations/qterminal_hr.qm share/qterminal/translations/qterminal_hu.qm share/qterminal/translations/qterminal_id.qm diff --git a/x11/qterminal/distinfo b/x11/qterminal/distinfo index 0bbb09a705e..85f0787e227 100644 --- a/x11/qterminal/distinfo +++ b/x11/qterminal/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2022/04/24 15:19:07 pin Exp $ +$NetBSD: distinfo,v 1.9 2022/11/10 01:10:55 gutteridge Exp $ -BLAKE2s (qterminal-1.1.0.tar.xz) = 792192e273717aa6a4ed37fe42d5520d60bdf2d770ea02de8b5331e48783e7df -SHA512 (qterminal-1.1.0.tar.xz) = 422ba05ebed00ac7f355cd9599f930f861141b9f69ff3e475ac9bb1e74aa02b4787d18fe52c03350dcb3b9b579d67b67d5d4e3b86aa204084d16c1097dc3b291 -Size (qterminal-1.1.0.tar.xz) = 209908 bytes +BLAKE2s (qterminal-1.2.0.tar.xz) = f91c229572586c886a07a865fa5b078fe3b032433418e6af5e50ee7b7beb3f4d +SHA512 (qterminal-1.2.0.tar.xz) = 4d0db104004bc4b4a0c6d030978c241c0c57d7642f1a9e215158da5810029a46f21510c9b2a92d32c7218df667015e96b47965e3c2951935af7ab6a1a33a0f9d +Size (qterminal-1.2.0.tar.xz) = 217432 bytes |