diff --git a/ports-mgmt/Makefile b/ports-mgmt/Makefile index e47afdfbd086..8f5a5aba30f0 100644 --- a/ports-mgmt/Makefile +++ b/ports-mgmt/Makefile @@ -1,80 +1,81 @@ COMMENT = Ports for managing, installing, and developing FreeBSD ports and packages SUBDIR += bsdadminscripts2 SUBDIR += caronade SUBDIR += create-rb-port SUBDIR += dialog4ports SUBDIR += dialog4ports-static SUBDIR += distilator SUBDIR += fallout SUBDIR += fastest_pkg SUBDIR += freebsd-bugzilla-cli SUBDIR += genpatch SUBDIR += genplist SUBDIR += hs-cabal2tuple SUBDIR += hs-panopticum SUBDIR += jailaudit SUBDIR += lsknobs SUBDIR += mkreadmes SUBDIR += modules2tuple SUBDIR += octopkg SUBDIR += p5-FreeBSD-Ports SUBDIR += p5-FreeBSD-Ports-INDEXhash SUBDIR += packagekit + SUBDIR += packagekit-qt SUBDIR += parfetch-overlay SUBDIR += pchecker SUBDIR += pkg SUBDIR += pkg-devel SUBDIR += pkg-graph SUBDIR += pkg-provides SUBDIR += pkg-rmleaf SUBDIR += pkg_cleanup SUBDIR += pkg_cutleaves SUBDIR += pkg_jail SUBDIR += pkg_replace SUBDIR += pkg_rmleaves SUBDIR += pkg_search SUBDIR += pkg_tree SUBDIR += pkgcompare SUBDIR += pkgs_which SUBDIR += port-authoring-tools SUBDIR += port-index-uniquifier SUBDIR += port-maintenance-tools SUBDIR += portal SUBDIR += portconf SUBDIR += portconfig SUBDIR += portdowngrade SUBDIR += portest SUBDIR += portfind SUBDIR += portfmt SUBDIR += portgraph SUBDIR += portgrep SUBDIR += portless SUBDIR += portlint SUBDIR += portmaster SUBDIR += portrac SUBDIR += ports-tools SUBDIR += portscout SUBDIR += portsdb SUBDIR += portsearch SUBDIR += portshaker SUBDIR += portshaker-config SUBDIR += portsreinstall SUBDIR += porttools SUBDIR += porttree SUBDIR += portupdate-scan SUBDIR += portupgrade SUBDIR += portupgrade-devel SUBDIR += poudriere SUBDIR += poudriere-devel SUBDIR += psearch SUBDIR += py-FreeBSD-ports SUBDIR += py-pytoport SUBDIR += py-skog SUBDIR += rc-subr-jail SUBDIR += reprise SUBDIR += sccache-overlay SUBDIR += synth SUBDIR += wanted-ports .include diff --git a/ports-mgmt/packagekit-qt/Makefile b/ports-mgmt/packagekit-qt/Makefile new file mode 100644 index 000000000000..a7b47958411b --- /dev/null +++ b/ports-mgmt/packagekit-qt/Makefile @@ -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 diff --git a/ports-mgmt/packagekit-qt/distinfo b/ports-mgmt/packagekit-qt/distinfo new file mode 100644 index 000000000000..d14e1a6e24e6 --- /dev/null +++ b/ports-mgmt/packagekit-qt/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1680525838 +SHA256 (PackageKit-Qt-1.1.1.tar.xz) = 8ad57523dbfd5a4b2086fa420b8ded63024e12efb8ca0ac42db767842e506212 +SIZE (PackageKit-Qt-1.1.1.tar.xz) = 46856 diff --git a/ports-mgmt/packagekit-qt/pkg-descr b/ports-mgmt/packagekit-qt/pkg-descr new file mode 100644 index 000000000000..cb8700fb2d0e --- /dev/null +++ b/ports-mgmt/packagekit-qt/pkg-descr @@ -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. diff --git a/ports-mgmt/packagekit-qt/pkg-plist b/ports-mgmt/packagekit-qt/pkg-plist new file mode 100644 index 000000000000..6e713e71e48e --- /dev/null +++ b/ports-mgmt/packagekit-qt/pkg-plist @@ -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