pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/lxqt-runner



Module Name:    pkgsrc
Committed By:   pin
Date:           Tue Apr 20 18:49:28 UTC 2021

Modified Files:
        pkgsrc/x11/lxqt-runner: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/x11/lxqt-runner/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/lxqt-runner/PLIST \
    pkgsrc/x11/lxqt-runner/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/lxqt-runner/Makefile
diff -u pkgsrc/x11/lxqt-runner/Makefile:1.9 pkgsrc/x11/lxqt-runner/Makefile:1.10
--- pkgsrc/x11/lxqt-runner/Makefile:1.9 Mon Dec  7 12:49:19 2020
+++ pkgsrc/x11/lxqt-runner/Makefile     Tue Apr 20 18:49:28 2021
@@ -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 @@ COMMENT=      Launch applications quickly by 
 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 @@ CONF_FILES+=  ${AUTOSTART_CONF}/lxqt-runn
 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"

Index: pkgsrc/x11/lxqt-runner/PLIST
diff -u pkgsrc/x11/lxqt-runner/PLIST:1.3 pkgsrc/x11/lxqt-runner/PLIST:1.4
--- pkgsrc/x11/lxqt-runner/PLIST:1.3    Mon Dec  7 12:49:19 2020
+++ pkgsrc/x11/lxqt-runner/PLIST        Tue Apr 20 18:49:28 2021
@@ -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
 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
 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
Index: pkgsrc/x11/lxqt-runner/distinfo
diff -u pkgsrc/x11/lxqt-runner/distinfo:1.3 pkgsrc/x11/lxqt-runner/distinfo:1.4
--- pkgsrc/x11/lxqt-runner/distinfo:1.3 Mon Dec  7 12:49:19 2020
+++ pkgsrc/x11/lxqt-runner/distinfo     Tue Apr 20 18:49:28 2021
@@ -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