mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 13:46:58 +02:00
New package: polkit-qt6-0.200.0
This commit is contained in:
parent
1d65bcd60c
commit
3da4e4ec76
4 changed files with 30 additions and 0 deletions
|
@ -1944,6 +1944,9 @@ libsysstat-qt5.so.0 libsysstat-0.3.2_1
|
|||
libpolkit-qt5-agent-1.so.1 polkit-qt5-0.112.0_1
|
||||
libpolkit-qt5-gui-1.so.1 polkit-qt5-0.112.0_1
|
||||
libpolkit-qt5-core-1.so.1 polkit-qt5-0.112.0_1
|
||||
libpolkit-qt6-core-1.so.1 polkit-qt6-0.200.0_1
|
||||
libpolkit-qt6-gui-1.so.1 polkit-qt6-0.200.0_1
|
||||
libpolkit-qt6-agent-1.so.1 polkit-qt6-0.200.0_1
|
||||
libfm-qt.so.14 libfm-qt-1.4.0_1
|
||||
libqtermwidget5.so.1 qtermwidget-1.0.0_1
|
||||
libmd4c.so.0 libmd4c-0.4.8_1
|
||||
|
|
1
srcpkgs/polkit-qt6-devel
Symbolic link
1
srcpkgs/polkit-qt6-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
polkit-qt6
|
25
srcpkgs/polkit-qt6/template
Normal file
25
srcpkgs/polkit-qt6/template
Normal file
|
@ -0,0 +1,25 @@
|
|||
# Template file for 'polkit-qt6'
|
||||
pkgname=polkit-qt6
|
||||
version=0.200.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DQT_MAJOR_VERSION=6"
|
||||
hostmakedepends="pkg-config qt6-tools qt6-base"
|
||||
makedepends="polkit-devel qt6-base-devel"
|
||||
short_desc="Qt-style PolicyKit API (Qt6)"
|
||||
maintainer="John <me@johnnynator.dev>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="https://invent.kde.org/libraries/polkit-qt-1"
|
||||
distfiles="${KDE_SITE}/polkit-qt-1/polkit-qt-1-${version}.tar.xz"
|
||||
checksum=5d3b611c062d2b76a93750bb10c907bfd21d1ff08d0a15dc2cf63e278e1677fb
|
||||
|
||||
polkit-qt6-devel_package() {
|
||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/lib/cmake
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
1
srcpkgs/polkit-qt6/update
Normal file
1
srcpkgs/polkit-qt6/update
Normal file
|
@ -0,0 +1 @@
|
|||
pkgname=polkit-qt-1
|
Loading…
Add table
Reference in a new issue