pkgsrc-Changes archive

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

CVS commit: pkgsrc/security



Module Name:    pkgsrc
Committed By:   markd
Date:           Sun May 26 10:52:38 UTC 2024

Modified Files:
        pkgsrc/security: Makefile
Added Files:
        pkgsrc/security/polkit-qt6: DESCR Makefile PLIST buildlink3.mk distinfo

Log Message:
polkit-qt6: add version 0.200.0

QT6 variant of polkit-qt


To generate a diff of this commit:
cvs rdiff -u -r1.950 -r1.951 pkgsrc/security/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/security/polkit-qt6/DESCR \
    pkgsrc/security/polkit-qt6/Makefile pkgsrc/security/polkit-qt6/PLIST \
    pkgsrc/security/polkit-qt6/buildlink3.mk \
    pkgsrc/security/polkit-qt6/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/Makefile
diff -u pkgsrc/security/Makefile:1.950 pkgsrc/security/Makefile:1.951
--- pkgsrc/security/Makefile:1.950      Sun May 26 10:33:26 2024
+++ pkgsrc/security/Makefile    Sun May 26 10:52:37 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.950 2024/05/26 10:33:26 markd Exp $
+# $NetBSD: Makefile,v 1.951 2024/05/26 10:52:37 markd Exp $
 #
 
 COMMENT=       Security and cryptography tools and libraries
@@ -424,6 +424,7 @@ SUBDIR+=    pleaser
 SUBDIR+=       polkit
 SUBDIR+=       polkit-qt
 SUBDIR+=       polkit-qt5
+SUBDIR+=       polkit-qt6
 SUBDIR+=       portsentry
 SUBDIR+=       priv
 SUBDIR+=       prngd

Added files:

Index: pkgsrc/security/polkit-qt6/DESCR
diff -u /dev/null pkgsrc/security/polkit-qt6/DESCR:1.1
--- /dev/null   Sun May 26 10:52:38 2024
+++ pkgsrc/security/polkit-qt6/DESCR    Sun May 26 10:52:37 2024
@@ -0,0 +1,6 @@
+Polkit-Qt is a library that lets developers use the Polkit API through a
+nice Qt-styled API. It is mainly a wrapper around QAction and
+QAbstractButton that lets you integrate those two component easily with
+Polkit.
+
+This package provides Qt6 libraries.
Index: pkgsrc/security/polkit-qt6/Makefile
diff -u /dev/null pkgsrc/security/polkit-qt6/Makefile:1.1
--- /dev/null   Sun May 26 10:52:38 2024
+++ pkgsrc/security/polkit-qt6/Makefile Sun May 26 10:52:37 2024
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1 2024/05/26 10:52:37 markd Exp $
+
+DISTNAME=      polkit-qt-1-0.200.0
+PKGNAME=       ${DISTNAME:S/-qt-1-/-qt6-/}
+CATEGORIES=    security
+MASTER_SITES=  https://invent.kde.org/libraries/polkit-qt-1/-/archive/v${PKGVERSION_NOREV}/
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://invent.kde.org/libraries/polkit-qt-1
+COMMENT=       Qt6 Wrapper around PolicyKit
+LICENSE=       gnu-lgpl-v2.1
+
+WRKSRC=                ${WRKDIR}/polkit-qt-1-v0.200.0-aa1c6c414ec021fd32e30492c00bb13347e228db
+
+USE_LANGUAGES= c c++
+USE_TOOLS+=    pkg-config
+
+CMAKE_ARGS+=   -DQT_MAJOR_VERSION=6
+
+PKGCONFIG_OVERRIDE+=   polkit-qt6-1.pc.cmake polkit-qt6-agent-1.pc.cmake
+PKGCONFIG_OVERRIDE+=   polkit-qt6-core-1.pc.cmake polkit-qt6-gui-1.pc.cmake
+
+.include "../../devel/cmake/build.mk"
+.include "../../security/polkit/buildlink3.mk"
+.include "../../x11/qt6-qtbase/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/security/polkit-qt6/PLIST
diff -u /dev/null pkgsrc/security/polkit-qt6/PLIST:1.1
--- /dev/null   Sun May 26 10:52:38 2024
+++ pkgsrc/security/polkit-qt6/PLIST    Sun May 26 10:52:37 2024
@@ -0,0 +1,44 @@
+@comment $NetBSD: PLIST,v 1.1 2024/05/26 10:52:37 markd Exp $
+include/polkit-qt6-1/PolkitQt1/ActionDescription
+include/polkit-qt6-1/PolkitQt1/Agent/Listener
+include/polkit-qt6-1/PolkitQt1/Agent/Session
+include/polkit-qt6-1/PolkitQt1/Authority
+include/polkit-qt6-1/PolkitQt1/Details
+include/polkit-qt6-1/PolkitQt1/Gui/Action
+include/polkit-qt6-1/PolkitQt1/Gui/ActionButton
+include/polkit-qt6-1/PolkitQt1/Gui/ActionButtons
+include/polkit-qt6-1/PolkitQt1/Identity
+include/polkit-qt6-1/PolkitQt1/Subject
+include/polkit-qt6-1/PolkitQt1/TemporaryAuthorization
+include/polkit-qt6-1/polkitqt1-actiondescription.h
+include/polkit-qt6-1/polkitqt1-agent-export.h
+include/polkit-qt6-1/polkitqt1-agent-listener.h
+include/polkit-qt6-1/polkitqt1-agent-session.h
+include/polkit-qt6-1/polkitqt1-authority.h
+include/polkit-qt6-1/polkitqt1-core-export.h
+include/polkit-qt6-1/polkitqt1-details.h
+include/polkit-qt6-1/polkitqt1-gui-action.h
+include/polkit-qt6-1/polkitqt1-gui-actionbutton.h
+include/polkit-qt6-1/polkitqt1-gui-actionbuttons.h
+include/polkit-qt6-1/polkitqt1-gui-export.h
+include/polkit-qt6-1/polkitqt1-identity.h
+include/polkit-qt6-1/polkitqt1-subject.h
+include/polkit-qt6-1/polkitqt1-temporaryauthorization.h
+include/polkit-qt6-1/polkitqt1-version.h
+lib/cmake/PolkitQt6-1/PolkitQt6-1Config.cmake
+lib/cmake/PolkitQt6-1/PolkitQt6-1ConfigVersion.cmake
+lib/cmake/PolkitQt6-1/PolkitQt6-1Targets-noconfig.cmake
+lib/cmake/PolkitQt6-1/PolkitQt6-1Targets.cmake
+lib/libpolkit-qt6-agent-1.so
+lib/libpolkit-qt6-agent-1.so.1
+lib/libpolkit-qt6-agent-1.so.1.200.0
+lib/libpolkit-qt6-core-1.so
+lib/libpolkit-qt6-core-1.so.1
+lib/libpolkit-qt6-core-1.so.1.200.0
+lib/libpolkit-qt6-gui-1.so
+lib/libpolkit-qt6-gui-1.so.1
+lib/libpolkit-qt6-gui-1.so.1.200.0
+lib/pkgconfig/polkit-qt6-1.pc
+lib/pkgconfig/polkit-qt6-agent-1.pc
+lib/pkgconfig/polkit-qt6-core-1.pc
+lib/pkgconfig/polkit-qt6-gui-1.pc
Index: pkgsrc/security/polkit-qt6/buildlink3.mk
diff -u /dev/null pkgsrc/security/polkit-qt6/buildlink3.mk:1.1
--- /dev/null   Sun May 26 10:52:38 2024
+++ pkgsrc/security/polkit-qt6/buildlink3.mk    Sun May 26 10:52:37 2024
@@ -0,0 +1,15 @@
+# $NetBSD: buildlink3.mk,v 1.1 2024/05/26 10:52:37 markd Exp $
+
+BUILDLINK_TREE+=       polkit-qt6
+
+.if !defined(POLKIT_QT6_BUILDLINK3_MK)
+POLKIT_QT6_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.polkit-qt6+=     polkit-qt6>=0.200.0
+BUILDLINK_PKGSRCDIR.polkit-qt6?=       ../../security/polkit-qt6
+
+.include "../../security/polkit/buildlink3.mk"
+.include "../../x11/qt6-qtbase/buildlink3.mk"
+.endif # POLKIT_QT6_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -polkit-qt6
Index: pkgsrc/security/polkit-qt6/distinfo
diff -u /dev/null pkgsrc/security/polkit-qt6/distinfo:1.1
--- /dev/null   Sun May 26 10:52:38 2024
+++ pkgsrc/security/polkit-qt6/distinfo Sun May 26 10:52:37 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/05/26 10:52:37 markd Exp $
+
+BLAKE2s (polkit-qt-1-0.200.0.tar.gz) = 6557fa627782aa2c74970c17ba3aabc1e73ece3d1963315b789906bead61582d
+SHA512 (polkit-qt-1-0.200.0.tar.gz) = 79ca2a70993d3bb5e767c4dc921c104ed846b10150c3ac967de35bd873990b9d3b511607f0a0eb277be829ace549c20649e664dd093479f2788e1db33d8636c1
+Size (polkit-qt-1-0.200.0.tar.gz) = 70931 bytes



Home | Main Index | Thread Index | Old Index