pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/polkit-qt5
Module Name: pkgsrc
Committed By: pin
Date: Wed May 3 07:30:57 UTC 2023
Modified Files:
pkgsrc/security/polkit-qt5: Makefile PLIST distinfo
Log Message:
security/polkit-qt5: update to 0.114.0
v0.114.0
- Make it compile without deprecated method
- Use Q_DECLARE_OPERATORS_FOR_FLAGS in same namespace as flags definition
- Make use of PkgConfig to find dependencies
- Port from Q_ENUMS to Q_ENUM
- Let cmake set the C++ standard
- Enable CMAKE_AUTOUIC and CMAKE_AUTORCC
- Use QStringLiteral
- Port away from legacy LINK_PUBLIC & LINK_PRIVATE
- Set include dirs for linking libraries during build by target interface
v0.113.0
- Do not use global static systembus instance
- Fix QDBusArgument assertion
- Add wrapper for polkit_system_bus_name_get_user_sync
- Drop use of deprecated Qt functions
- Fix compilation with Qt5.6
- Allow compilation with older polkit versions
- Fix build with -DBUILD_TEST=TRUE
- authority: add support for passing details to polkit
- Remove support for Qt4
- Move cmake_minimum_required to the top of CMakeLists.txt
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/security/polkit-qt5/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/polkit-qt5/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/polkit-qt5/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/polkit-qt5/Makefile
diff -u pkgsrc/security/polkit-qt5/Makefile:1.29 pkgsrc/security/polkit-qt5/Makefile:1.30
--- pkgsrc/security/polkit-qt5/Makefile:1.29 Wed Apr 19 08:08:41 2023
+++ pkgsrc/security/polkit-qt5/Makefile Wed May 3 07:30:57 2023
@@ -1,17 +1,17 @@
-# $NetBSD: Makefile,v 1.29 2023/04/19 08:08:41 adam Exp $
+# $NetBSD: Makefile,v 1.30 2023/05/03 07:30:57 pin Exp $
-DISTNAME= polkit-qt-1-0.112.0
+DISTNAME= polkit-qt-1-0.114.0
PKGNAME= ${DISTNAME:S/-qt-1-/-qt5-/}
-PKGREVISION= 27
CATEGORIES= security
-MASTER_SITES= ${MASTER_SITE_KDE:=apps/KDE4.x/admin/}
-EXTRACT_SUFX= .tar.bz2
+MASTER_SITES= https://invent.kde.org/libraries/polkit-qt-1/-/archive/v${PKGVERSION_NOREV}/
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://projects.kde.org/projects/kdesupport/polkit-qt-1
+HOMEPAGE= https://invent.kde.org/libraries/polkit-qt-1
COMMENT= Qt5 Wrapper around PolicyKit
LICENSE= gnu-lgpl-v2.1
+WRKSRC= ${WRKDIR}/polkit-qt-1-v0.114.0-ccab85232550419100207ed61fe1bbbb35c112ff
+
USE_LANGUAGES= c c++
USE_TOOLS+= pkg-config
Index: pkgsrc/security/polkit-qt5/PLIST
diff -u pkgsrc/security/polkit-qt5/PLIST:1.1 pkgsrc/security/polkit-qt5/PLIST:1.2
--- pkgsrc/security/polkit-qt5/PLIST:1.1 Thu May 26 06:22:54 2016
+++ pkgsrc/security/polkit-qt5/PLIST Wed May 3 07:30:57 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2016/05/26 06:22:54 markd Exp $
+@comment $NetBSD: PLIST,v 1.2 2023/05/03 07:30:57 pin Exp $
include/polkit-qt5-1/PolkitQt1/ActionDescription
include/polkit-qt5-1/PolkitQt1/Agent/Listener
include/polkit-qt5-1/PolkitQt1/Agent/Session
@@ -11,14 +11,16 @@ include/polkit-qt5-1/PolkitQt1/Identity
include/polkit-qt5-1/PolkitQt1/Subject
include/polkit-qt5-1/PolkitQt1/TemporaryAuthorization
include/polkit-qt5-1/polkitqt1-actiondescription.h
+include/polkit-qt5-1/polkitqt1-agent-export.h
include/polkit-qt5-1/polkitqt1-agent-listener.h
include/polkit-qt5-1/polkitqt1-agent-session.h
include/polkit-qt5-1/polkitqt1-authority.h
+include/polkit-qt5-1/polkitqt1-core-export.h
include/polkit-qt5-1/polkitqt1-details.h
-include/polkit-qt5-1/polkitqt1-export.h
include/polkit-qt5-1/polkitqt1-gui-action.h
include/polkit-qt5-1/polkitqt1-gui-actionbutton.h
include/polkit-qt5-1/polkitqt1-gui-actionbuttons.h
+include/polkit-qt5-1/polkitqt1-gui-export.h
include/polkit-qt5-1/polkitqt1-identity.h
include/polkit-qt5-1/polkitqt1-subject.h
include/polkit-qt5-1/polkitqt1-temporaryauthorization.h
@@ -29,13 +31,13 @@ lib/cmake/PolkitQt5-1/PolkitQt5-1Targets
lib/cmake/PolkitQt5-1/PolkitQt5-1Targets.cmake
lib/libpolkit-qt5-agent-1.so
lib/libpolkit-qt5-agent-1.so.1
-lib/libpolkit-qt5-agent-1.so.1.112.0
+lib/libpolkit-qt5-agent-1.so.1.114.0
lib/libpolkit-qt5-core-1.so
lib/libpolkit-qt5-core-1.so.1
-lib/libpolkit-qt5-core-1.so.1.112.0
+lib/libpolkit-qt5-core-1.so.1.114.0
lib/libpolkit-qt5-gui-1.so
lib/libpolkit-qt5-gui-1.so.1
-lib/libpolkit-qt5-gui-1.so.1.112.0
+lib/libpolkit-qt5-gui-1.so.1.114.0
lib/pkgconfig/polkit-qt5-1.pc
lib/pkgconfig/polkit-qt5-agent-1.pc
lib/pkgconfig/polkit-qt5-core-1.pc
Index: pkgsrc/security/polkit-qt5/distinfo
diff -u pkgsrc/security/polkit-qt5/distinfo:1.3 pkgsrc/security/polkit-qt5/distinfo:1.4
--- pkgsrc/security/polkit-qt5/distinfo:1.3 Tue Oct 26 11:17:39 2021
+++ pkgsrc/security/polkit-qt5/distinfo Wed May 3 07:30:57 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 11:17:39 nia Exp $
+$NetBSD: distinfo,v 1.4 2023/05/03 07:30:57 pin Exp $
-BLAKE2s (polkit-qt-1-0.112.0.tar.bz2) = ba47218eb5347e3b2421ee0fd63dca4748f28d2baa461a7433913250fa4e5711
-SHA512 (polkit-qt-1-0.112.0.tar.bz2) = 4cb17389b54a09c53052f6d72aa5cbfe09ccb19f7fd4edf8b43ccd4751f5e88609c5f89777f4af92167d32eb2ce1e78537cea7bcfb60a90072d1fe02d6a59b50
-Size (polkit-qt-1-0.112.0.tar.bz2) = 67725 bytes
+BLAKE2s (polkit-qt-1-0.114.0.tar.gz) = 935c3e0cfd0b2a08e4dbcc0641f61cbf748797e5064ee19c4c388382a747aa25
+SHA512 (polkit-qt-1-0.114.0.tar.gz) = ea65304b13da16949aedab3bbc5c0fbb56ce7d39ff8999f6d041f92fdc349f0703d515a32310421be0f78e3e19b39db8e94eba704c98ac2cccf082a3b6556dc0
+Size (polkit-qt-1-0.114.0.tar.gz) = 70988 bytes
Home |
Main Index |
Thread Index |
Old Index