mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-02 10:02:58 +02:00
New package: kunifiedpush-25.08.0
This commit is contained in:
parent
887e909e3c
commit
9789deb00f
3 changed files with 30 additions and 0 deletions
|
@ -486,6 +486,7 @@ libfsimage.so.1.0 xen-libs-4.10.0_1
|
|||
libxenstat.so.4.19 xen-libs-4.19.0_1
|
||||
libfam.so.0 gamin-0.1.10_1
|
||||
libgamin-1.so.0 gamin-0.1.10_1
|
||||
libKUnifiedPush.so.1 kunifiedpush-25.08.0_1
|
||||
libKF5SyntaxHighlighting.so.5 syntax-highlighting-5.29.0_1
|
||||
libKPim6Libkleo.so.6 libkleo-24.02.0_1
|
||||
libKPim6GrantleeTheme.so.6 kf6-grantleetheme-24.02.2_1
|
||||
|
|
1
srcpkgs/kunifiedpush-devel
Symbolic link
1
srcpkgs/kunifiedpush-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
kunifiedpush
|
28
srcpkgs/kunifiedpush/template
Normal file
28
srcpkgs/kunifiedpush/template
Normal file
|
@ -0,0 +1,28 @@
|
|||
# Template file for 'kunifiedpush'
|
||||
pkgname=kunifiedpush
|
||||
version=25.08.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DKF6_HOST_TOOLING=/usr/lib/cmake
|
||||
-DKDE_INSTALL_QMLDIR=lib/qt6/qml -DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins"
|
||||
hostmakedepends="extra-cmake-modules qt6-base qt6-tools gettext kf6-kcmutils"
|
||||
makedepends="kf6-ki18n-devel kf6-kcoreaddons-devel kf6-solid-devel
|
||||
kf6-kservice-devel kf6-kcmutils-devel qt6-websockets-devel"
|
||||
checkdepends="dbus"
|
||||
short_desc="UnifiedPush client library and distributor daemon"
|
||||
maintainer="John <me@johnnynator.dev>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://invent.kde.org/libraries/kunifiedpush"
|
||||
distfiles="${KDE_SITE}/release-service/${version}/src/kunifiedpush-${version}.tar.xz"
|
||||
checksum=846db6ffc7d93f6afea7ce0d5a9f10b52792157ceb593856542279f4197f3518
|
||||
make_check_pre="dbus-run-session"
|
||||
|
||||
kunifiedpush-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/lib/cmake
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue