pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/lxqt-openssh-askpass



Module Name:    pkgsrc
Committed By:   pin
Date:           Fri Aug  2 17:32:13 UTC 2024

Modified Files:
        pkgsrc/security/lxqt-openssh-askpass: Makefile PLIST distinfo

Log Message:
security/lxqt-openssh-askpass: update to 2.0.1

lxqt-openssh-askpass-2.0.1 (2024-05-12)
 - Fixed the Focus of the input entry with Qt6.

lxqt-openssh-askpass-2.0.0 (2024-04-17)
 - Ported to Qt6.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/security/lxqt-openssh-askpass/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/lxqt-openssh-askpass/PLIST
cvs rdiff -u -r1.11 -r1.12 pkgsrc/security/lxqt-openssh-askpass/distinfo

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

Modified files:

Index: pkgsrc/security/lxqt-openssh-askpass/Makefile
diff -u pkgsrc/security/lxqt-openssh-askpass/Makefile:1.32 pkgsrc/security/lxqt-openssh-askpass/Makefile:1.33
--- pkgsrc/security/lxqt-openssh-askpass/Makefile:1.32  Wed May 29 16:34:17 2024
+++ pkgsrc/security/lxqt-openssh-askpass/Makefile       Fri Aug  2 17:32:13 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.32 2024/05/29 16:34:17 adam Exp $
+# $NetBSD: Makefile,v 1.33 2024/08/02 17:32:13 pin Exp $
 
-DISTNAME=      lxqt-openssh-askpass-1.4.0
-PKGREVISION=   2
+DISTNAME=      lxqt-openssh-askpass-2.0.1
 CATEGORIES=    security
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=lxqt/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}
@@ -16,15 +15,10 @@ USE_CMAKE=  yes
 USE_TOOLS+=    pkg-config perl
 USE_LANGUAGES= c c++
 
-CONFIGURE_DIRS=        build
-CMAKE_ARG_PATH=        ..
+TOOL_DEPENDS+= lxqt-build-tools>=2.0.0:../../devel/lxqt-build-tools
+TOOL_DEPENDS+= qt6-qttools-[0-9]*:../../devel/qt6-qttools
 
-pre-configure:
-       ${MKDIR} -p ${WRKSRC}/build
-
-TOOL_DEPENDS+= lxqt-build-tools>=0.13.0:../../devel/lxqt-build-tools
-TOOL_DEPENDS+= qt5-qttools-[0-9]*:../../x11/qt5-qttools
-
-.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../x11/qt6-qtbase/buildlink3.mk"
 .include "../../x11/liblxqt/buildlink3.mk"
+.include "../../devel/cmake/build.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/security/lxqt-openssh-askpass/PLIST
diff -u pkgsrc/security/lxqt-openssh-askpass/PLIST:1.7 pkgsrc/security/lxqt-openssh-askpass/PLIST:1.8
--- pkgsrc/security/lxqt-openssh-askpass/PLIST:1.7      Tue Nov 14 04:15:38 2023
+++ pkgsrc/security/lxqt-openssh-askpass/PLIST  Fri Aug  2 17:32:13 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2023/11/14 04:15:38 gutteridge Exp $
+@comment $NetBSD: PLIST,v 1.8 2024/08/02 17:32:13 pin Exp $
 bin/lxqt-openssh-askpass
 man/man1/lxqt-openssh-askpass.1
 share/lxqt/translations/lxqt-openssh-askpass/lxqt-openssh-askpass_ar.qm
@@ -24,10 +24,12 @@ share/lxqt/translations/lxqt-openssh-ask
 share/lxqt/translations/lxqt-openssh-askpass/lxqt-openssh-askpass_it.qm
 share/lxqt/translations/lxqt-openssh-askpass/lxqt-openssh-askpass_ja.qm
 share/lxqt/translations/lxqt-openssh-askpass/lxqt-openssh-askpass_ko.qm
+share/lxqt/translations/lxqt-openssh-askpass/lxqt-openssh-askpass_lg.qm
 share/lxqt/translations/lxqt-openssh-askpass/lxqt-openssh-askpass_lt.qm
 share/lxqt/translations/lxqt-openssh-askpass/lxqt-openssh-askpass_nb_NO.qm
 share/lxqt/translations/lxqt-openssh-askpass/lxqt-openssh-askpass_nl.qm
 share/lxqt/translations/lxqt-openssh-askpass/lxqt-openssh-askpass_oc.qm
+share/lxqt/translations/lxqt-openssh-askpass/lxqt-openssh-askpass_pa.qm
 share/lxqt/translations/lxqt-openssh-askpass/lxqt-openssh-askpass_pl.qm
 share/lxqt/translations/lxqt-openssh-askpass/lxqt-openssh-askpass_pt.qm
 share/lxqt/translations/lxqt-openssh-askpass/lxqt-openssh-askpass_ru.qm

Index: pkgsrc/security/lxqt-openssh-askpass/distinfo
diff -u pkgsrc/security/lxqt-openssh-askpass/distinfo:1.11 pkgsrc/security/lxqt-openssh-askpass/distinfo:1.12
--- pkgsrc/security/lxqt-openssh-askpass/distinfo:1.11  Tue Nov 14 04:15:38 2023
+++ pkgsrc/security/lxqt-openssh-askpass/distinfo       Fri Aug  2 17:32:13 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2023/11/14 04:15:38 gutteridge Exp $
+$NetBSD: distinfo,v 1.12 2024/08/02 17:32:13 pin Exp $
 
-BLAKE2s (lxqt-openssh-askpass-1.4.0.tar.xz) = ffa957c97469d75464072431007891460278f2e95ba76f6362b1dc2234b90256
-SHA512 (lxqt-openssh-askpass-1.4.0.tar.xz) = 3f6862c70cc184246433eb0d9c3ad4a045f171f25144288b3e244c6e203c3bcfb14da62505b586f0b20b27a5b4b5c39ffbc709bf88863f87deb5b4a610cfd26f
-Size (lxqt-openssh-askpass-1.4.0.tar.xz) = 17628 bytes
+BLAKE2s (lxqt-openssh-askpass-2.0.1.tar.xz) = 1028c034be13f033e57190cd323dddf65325d86f451ff9f6edc83dd7b7ce6323
+SHA512 (lxqt-openssh-askpass-2.0.1.tar.xz) = 57f557b4a4a43e9faca68d90239b271f984cd7a5ee6b11be6ba325c2e3a2cb15f5bebba12bbfbe4caf0930a9b26876b689eda6b1188f203f5d8361a0f785acfd
+Size (lxqt-openssh-askpass-2.0.1.tar.xz) = 17856 bytes



Home | Main Index | Thread Index | Old Index