pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/lxqt-runner x11/lxqt-runner: update to 0.17.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/30da6a36c0b6
branches:  trunk
changeset: 450664:30da6a36c0b6
user:      pin <pin%pkgsrc.org@localhost>
date:      Tue Apr 20 18:49:28 2021 +0000

description:
x11/lxqt-runner: update to 0.17.0

lxqt-runner-0.17.0 / 2021-04-15
===============================
  - Prevent selection jumps in the dropdown list.
  - Activated `Home` and `End` in the dropdown list.
  - Copy the calculation result to clipboard.
  - Completely moved to Qt5 signal/slot syntax.
  - Select the calculation result on showing lxqt-runner.

diffstat:

 x11/lxqt-runner/Makefile |   8 ++++----
 x11/lxqt-runner/PLIST    |   6 ++++--
 x11/lxqt-runner/distinfo |  10 +++++-----
 3 files changed, 13 insertions(+), 11 deletions(-)

diffs (80 lines):

diff -r 3b8784304642 -r 30da6a36c0b6 x11/lxqt-runner/Makefile
--- a/x11/lxqt-runner/Makefile  Tue Apr 20 18:49:00 2021 +0000
+++ b/x11/lxqt-runner/Makefile  Tue Apr 20 18:49:28 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2020/12/07 12:49:19 pin Exp $
+# $NetBSD: Makefile,v 1.10 2021/04/20 18:49:28 pin Exp $
 
-DISTNAME=      lxqt-runner-0.16.0
+DISTNAME=      lxqt-runner-0.17.0
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=lxqt/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}
@@ -12,7 +12,7 @@
 LICENSE=       gnu-lgpl-v2.1
 
 USE_CMAKE=     yes
-USE_TOOLS+=    pkg-config
+USE_TOOLS+=    pkg-config perl
 USE_LANGUAGES= c c++
 
 CONFIGURE_DIRS=        build
@@ -28,7 +28,7 @@
 pre-configure:
        ${MKDIR} -p ${WRKSRC}/build
 
-TOOL_DEPENDS+= lxqt-build-tools>=0.8:../../devel/lxqt-build-tools
+TOOL_DEPENDS+= lxqt-build-tools>=0.9:../../devel/lxqt-build-tools
 TOOL_DEPENDS+= qt5-qttools-[0-9]*:../../x11/qt5-qttools
 
 .include "../../x11/lxqt-globalkeys/buildlink3.mk"
diff -r 3b8784304642 -r 30da6a36c0b6 x11/lxqt-runner/PLIST
--- a/x11/lxqt-runner/PLIST     Tue Apr 20 18:49:00 2021 +0000
+++ b/x11/lxqt-runner/PLIST     Tue Apr 20 18:49:28 2021 +0000
@@ -1,10 +1,11 @@
-@comment $NetBSD: PLIST,v 1.3 2020/12/07 12:49:19 pin Exp $
+@comment $NetBSD: PLIST,v 1.4 2021/04/20 18:49:28 pin Exp $
 bin/lxqt-runner
 man/man1/lxqt-runner.1
 share/examples/autostart/lxqt-runner.desktop
 share/lxqt/translations/lxqt-runner/lxqt-runner_ar.qm
 share/lxqt/translations/lxqt-runner/lxqt-runner_arn.qm
 share/lxqt/translations/lxqt-runner/lxqt-runner_ast.qm
+share/lxqt/translations/lxqt-runner/lxqt-runner_bg.qm
 share/lxqt/translations/lxqt-runner/lxqt-runner_ca.qm
 share/lxqt/translations/lxqt-runner/lxqt-runner_cs.qm
 share/lxqt/translations/lxqt-runner/lxqt-runner_cy.qm
@@ -14,6 +15,7 @@
 share/lxqt/translations/lxqt-runner/lxqt-runner_eo.qm
 share/lxqt/translations/lxqt-runner/lxqt-runner_es.qm
 share/lxqt/translations/lxqt-runner/lxqt-runner_es_VE.qm
+share/lxqt/translations/lxqt-runner/lxqt-runner_et.qm
 share/lxqt/translations/lxqt-runner/lxqt-runner_eu.qm
 share/lxqt/translations/lxqt-runner/lxqt-runner_fi.qm
 share/lxqt/translations/lxqt-runner/lxqt-runner_fr.qm
@@ -34,8 +36,8 @@
 share/lxqt/translations/lxqt-runner/lxqt-runner_pt_BR.qm
 share/lxqt/translations/lxqt-runner/lxqt-runner_ro_RO.qm
 share/lxqt/translations/lxqt-runner/lxqt-runner_ru.qm
+share/lxqt/translations/lxqt-runner/lxqt-runner_si.qm
 share/lxqt/translations/lxqt-runner/lxqt-runner_sk.qm
-share/lxqt/translations/lxqt-runner/lxqt-runner_sk_SK.qm
 share/lxqt/translations/lxqt-runner/lxqt-runner_sl.qm
 share/lxqt/translations/lxqt-runner/lxqt-runner_sr%latin.qm@localhost
 share/lxqt/translations/lxqt-runner/lxqt-runner_sr_BA.qm
diff -r 3b8784304642 -r 30da6a36c0b6 x11/lxqt-runner/distinfo
--- a/x11/lxqt-runner/distinfo  Tue Apr 20 18:49:00 2021 +0000
+++ b/x11/lxqt-runner/distinfo  Tue Apr 20 18:49:28 2021 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.3 2020/12/07 12:49:19 pin Exp $
+$NetBSD: distinfo,v 1.4 2021/04/20 18:49:28 pin Exp $
 
-SHA1 (lxqt-runner-0.16.0.tar.xz) = 835e711d2105a35ae241c3944577511ceb304a7f
-RMD160 (lxqt-runner-0.16.0.tar.xz) = 87677871849b67c468d4589f9842721cf09c735f
-SHA512 (lxqt-runner-0.16.0.tar.xz) = ae7aa1a8e6dbc3dbb464ce2812820eab98f073dacfc4195fb54adae10d69bdaaf25f852d1955c785075c31a8c75bfe42fa2456bc366c8293f0b94eff53c59c88
-Size (lxqt-runner-0.16.0.tar.xz) = 224496 bytes
+SHA1 (lxqt-runner-0.17.0.tar.xz) = a77861652cc9d0e3f3eee5fc6527d80d555e116b
+RMD160 (lxqt-runner-0.17.0.tar.xz) = 946d406ed640c72d624a6e5816e38245fa20ceae
+SHA512 (lxqt-runner-0.17.0.tar.xz) = cafb6c722c803f9f3e1902e7fb3945c7028ec0bdc22b46d7fc0cc0cc305dea8da8c9098baf97e2db30fa82d88d9d59805e403eacadc6d2b311d1b289cde2ad74
+Size (lxqt-runner-0.17.0.tar.xz) = 225672 bytes
 SHA1 (patch-autostart_CMakeLists.txt) = 2c8a3e36ddb9f7c0ac4fafc76fc2ea6fcb6083f9



Home | Main Index | Thread Index | Old Index