pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/lxqt-policykit



Module Name:    pkgsrc
Committed By:   pin
Date:           Fri Aug  2 17:12:07 UTC 2024

Modified Files:
        pkgsrc/security/lxqt-policykit: Makefile PLIST distinfo
        pkgsrc/security/lxqt-policykit/patches: patch-autostart_CMakeLists.txt

Log Message:
security/lxqt-policykit: update to 2.0.0

 - Ported to Qt6.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/security/lxqt-policykit/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/lxqt-policykit/PLIST
cvs rdiff -u -r1.11 -r1.12 pkgsrc/security/lxqt-policykit/distinfo
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/security/lxqt-policykit/patches/patch-autostart_CMakeLists.txt

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-policykit/Makefile
diff -u pkgsrc/security/lxqt-policykit/Makefile:1.30 pkgsrc/security/lxqt-policykit/Makefile:1.31
--- pkgsrc/security/lxqt-policykit/Makefile:1.30        Wed May 29 16:34:17 2024
+++ pkgsrc/security/lxqt-policykit/Makefile     Fri Aug  2 17:12:07 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2024/05/29 16:34:17 adam Exp $
+# $NetBSD: Makefile,v 1.31 2024/08/02 17:12:07 pin Exp $
 
-DISTNAME=      lxqt-policykit-1.4.0
-PKGREVISION=   2
+DISTNAME=      lxqt-policykit-2.0.0
 CATEGORIES=    security
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=lxqt/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}
@@ -16,9 +15,6 @@ USE_CMAKE=    yes
 USE_TOOLS+=    pkg-config perl
 USE_LANGUAGES= c c++
 
-CONFIGURE_DIRS=        build
-CMAKE_ARG_PATH=        ..
-
 AUTOSTART_CONF=                share/examples/autostart
 PKG_SYSCONFSUBDIR=     xdg
 MAKE_DIRS=             ${PKG_SYSCONFDIR}/autostart
@@ -26,12 +22,10 @@ MAKE_DIRS=          ${PKG_SYSCONFDIR}/autostart
 CONF_FILES+=   ${AUTOSTART_CONF}/lxqt-policykit-agent.desktop \
                ${PKG_SYSCONFDIR}/autostart/lxqt-policykit-agent.desktop
 
-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
+TOOL_DEPENDS+= lxqt-build-tools>=2.0.0:../../devel/lxqt-build-tools
+TOOL_DEPENDS+= qt6-qttools-[0-9]*:../../devel/qt6-qttools
 
 .include "../../x11/liblxqt/buildlink3.mk"
-.include "../../security/polkit-qt5/buildlink3.mk"
+.include "../../security/polkit-qt6/buildlink3.mk"
+.include "../../devel/cmake/build.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/security/lxqt-policykit/PLIST
diff -u pkgsrc/security/lxqt-policykit/PLIST:1.7 pkgsrc/security/lxqt-policykit/PLIST:1.8
--- pkgsrc/security/lxqt-policykit/PLIST:1.7    Tue Nov 14 03:59:44 2023
+++ pkgsrc/security/lxqt-policykit/PLIST        Fri Aug  2 17:12:07 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2023/11/14 03:59:44 gutteridge Exp $
+@comment $NetBSD: PLIST,v 1.8 2024/08/02 17:12:07 pin Exp $
 bin/lxqt-policykit-agent
 man/man1/lxqt-policykit-agent.1
 share/examples/autostart/lxqt-policykit-agent.desktop
@@ -24,10 +24,12 @@ share/lxqt/translations/lxqt-policykit-a
 share/lxqt/translations/lxqt-policykit-agent/lxqt-policykit-agent_it.qm
 share/lxqt/translations/lxqt-policykit-agent/lxqt-policykit-agent_ja.qm
 share/lxqt/translations/lxqt-policykit-agent/lxqt-policykit-agent_ko.qm
+share/lxqt/translations/lxqt-policykit-agent/lxqt-policykit-agent_lg.qm
 share/lxqt/translations/lxqt-policykit-agent/lxqt-policykit-agent_lt.qm
 share/lxqt/translations/lxqt-policykit-agent/lxqt-policykit-agent_nb_NO.qm
 share/lxqt/translations/lxqt-policykit-agent/lxqt-policykit-agent_nl.qm
 share/lxqt/translations/lxqt-policykit-agent/lxqt-policykit-agent_oc.qm
+share/lxqt/translations/lxqt-policykit-agent/lxqt-policykit-agent_pa.qm
 share/lxqt/translations/lxqt-policykit-agent/lxqt-policykit-agent_pl.qm
 share/lxqt/translations/lxqt-policykit-agent/lxqt-policykit-agent_pt.qm
 share/lxqt/translations/lxqt-policykit-agent/lxqt-policykit-agent_ro.qm

Index: pkgsrc/security/lxqt-policykit/distinfo
diff -u pkgsrc/security/lxqt-policykit/distinfo:1.11 pkgsrc/security/lxqt-policykit/distinfo:1.12
--- pkgsrc/security/lxqt-policykit/distinfo:1.11        Tue Nov 14 03:59:44 2023
+++ pkgsrc/security/lxqt-policykit/distinfo     Fri Aug  2 17:12:07 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2023/11/14 03:59:44 gutteridge Exp $
+$NetBSD: distinfo,v 1.12 2024/08/02 17:12:07 pin Exp $
 
-BLAKE2s (lxqt-policykit-1.4.0.tar.xz) = f348c163d91b17f32033eea2a9caa4d217f24d69b82a9fd4dcaa699dedb5aebc
-SHA512 (lxqt-policykit-1.4.0.tar.xz) = d63a2f0d3ce2bb794aae6a6315b465fca984de20b107934127f83d3a8614472c7f019f2710a06ee40658a1a4c9ed6df5c5715b593f67e46c6e3d91b3b2b0526f
-Size (lxqt-policykit-1.4.0.tar.xz) = 39612 bytes
-SHA1 (patch-autostart_CMakeLists.txt) = 6ec078b9a98a84fd73b9e512eceb4f632bc3721d
+BLAKE2s (lxqt-policykit-2.0.0.tar.xz) = a630cddf3559469440607149f4d44755240b667d0b3d6ac26799979bf5d87f89
+SHA512 (lxqt-policykit-2.0.0.tar.xz) = a4b90d2c67281c09a140505d2757253853c62dcca242b1b2d6a266658840ded992ccbedb282ea9221a81de3099c0db8810082f3cc3ec1741be4906d98013fbb7
+Size (lxqt-policykit-2.0.0.tar.xz) = 39964 bytes
+SHA1 (patch-autostart_CMakeLists.txt) = d55c2e8bff66a8a072762030f8856d646fa9937b

Index: pkgsrc/security/lxqt-policykit/patches/patch-autostart_CMakeLists.txt
diff -u pkgsrc/security/lxqt-policykit/patches/patch-autostart_CMakeLists.txt:1.1 pkgsrc/security/lxqt-policykit/patches/patch-autostart_CMakeLists.txt:1.2
--- pkgsrc/security/lxqt-policykit/patches/patch-autostart_CMakeLists.txt:1.1   Mon Dec  7 12:10:22 2020
+++ pkgsrc/security/lxqt-policykit/patches/patch-autostart_CMakeLists.txt       Fri Aug  2 17:12:07 2024
@@ -1,10 +1,10 @@
-$NetBSD: patch-autostart_CMakeLists.txt,v 1.1 2020/12/07 12:10:22 pin Exp $
+$NetBSD: patch-autostart_CMakeLists.txt,v 1.2 2024/08/02 17:12:07 pin Exp $
 
-Install config file to proper location
+Install config file to proper location.
 
---- autostart/CMakeLists.txt.orig      2020-10-30 22:00:57.000000000 +0000
+--- autostart/CMakeLists.txt.orig      2024-05-28 12:55:25.616096311 +0000
 +++ autostart/CMakeLists.txt
-@@ -10,6 +10,6 @@ add_custom_target(lxqt_policykit_autosta
+@@ -11,6 +11,6 @@ add_custom_target(lxqt_policykit_autosta
  
  install(FILES
      ${DESKTOP_FILES}



Home | Main Index | Thread Index | Old Index