ports-mgmt/packagekit-qt: Qt interface to the PackageKit daemon.
Sponsored by: Serenity Cybersecurity, LLC
This commit is contained in:
parent
93eaa5412b
commit
59702618d8
5 changed files with 48 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
|||
SUBDIR += p5-FreeBSD-Ports
|
||||
SUBDIR += p5-FreeBSD-Ports-INDEXhash
|
||||
SUBDIR += packagekit
|
||||
SUBDIR += packagekit-qt
|
||||
SUBDIR += parfetch-overlay
|
||||
SUBDIR += pchecker
|
||||
SUBDIR += pkg
|
||||
|
|
22
ports-mgmt/packagekit-qt/Makefile
Normal file
22
ports-mgmt/packagekit-qt/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
PORTNAME= PackageKit-Qt
|
||||
PORTVERSION= 1.1.1
|
||||
CATEGORIES= ports-mgmt sysutils
|
||||
MASTER_SITES= https://www.freedesktop.org/software/PackageKit/releases/
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= DBUS packaging abstraction layer (Qt bindings)
|
||||
WWW= https://www.freedesktop.org/software/PackageKit/
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/share/dbus-1/interfaces/org.freedesktop.PackageKit.xml:ports-mgmt/packagekit
|
||||
|
||||
USES= cmake cpe qt:5 tar:xz
|
||||
|
||||
USE_QT= core dbus buildtools:build qmake:build
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
CPE_VENDOR= packagekit_project
|
||||
|
||||
.include <bsd.port.mk>
|
3
ports-mgmt/packagekit-qt/distinfo
Normal file
3
ports-mgmt/packagekit-qt/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1680525838
|
||||
SHA256 (PackageKit-Qt-1.1.1.tar.xz) = 8ad57523dbfd5a4b2086fa420b8ded63024e12efb8ca0ac42db767842e506212
|
||||
SIZE (PackageKit-Qt-1.1.1.tar.xz) = 46856
|
3
ports-mgmt/packagekit-qt/pkg-descr
Normal file
3
ports-mgmt/packagekit-qt/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
PackageKit is a DBUS abstraction layer that allows the session user to manage
|
||||
packages in a secure way using a cross-distro, cross-architecture API. This
|
||||
library provides Qt-styled API to PackageKit.
|
19
ports-mgmt/packagekit-qt/pkg-plist
Normal file
19
ports-mgmt/packagekit-qt/pkg-plist
Normal file
|
@ -0,0 +1,19 @@
|
|||
include/packagekitqt5/PackageKit/Daemon
|
||||
include/packagekitqt5/PackageKit/Details
|
||||
include/packagekitqt5/PackageKit/Offline
|
||||
include/packagekitqt5/PackageKit/Transaction
|
||||
include/packagekitqt5/PackageKit/bitfield.h
|
||||
include/packagekitqt5/PackageKit/common.h
|
||||
include/packagekitqt5/PackageKit/daemon.h
|
||||
include/packagekitqt5/PackageKit/details.h
|
||||
include/packagekitqt5/PackageKit/offline.h
|
||||
include/packagekitqt5/PackageKit/packagekitqt_global.h
|
||||
include/packagekitqt5/PackageKit/transaction.h
|
||||
lib/cmake/packagekitqt5/PackageKitQtTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
lib/cmake/packagekitqt5/PackageKitQtTargets.cmake
|
||||
lib/cmake/packagekitqt5/packagekitqt5-config-version.cmake
|
||||
lib/cmake/packagekitqt5/packagekitqt5-config.cmake
|
||||
lib/libpackagekitqt5.so
|
||||
lib/libpackagekitqt5.so.1
|
||||
lib/libpackagekitqt5.so.1.1.1
|
||||
libdata/pkgconfig/packagekitqt5.pc
|
Loading…
Reference in a new issue