File tree Expand file tree Collapse file tree 3 files changed +30
-0
lines changed Expand file tree Collapse file tree 3 files changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -486,6 +486,7 @@ libfsimage.so.1.0 xen-libs-4.10.0_1
486
486
libxenstat.so.4.19 xen-libs-4.19.0_1
487
487
libfam.so.0 gamin-0.1.10_1
488
488
libgamin-1.so.0 gamin-0.1.10_1
489
+ libKUnifiedPush.so.1 kunifiedpush-25.08.0_1
489
490
libKF5SyntaxHighlighting.so.5 syntax-highlighting-5.29.0_1
490
491
libKPim6Libkleo.so.6 libkleo-24.02.0_1
491
492
libKPim6GrantleeTheme.so.6 kf6-grantleetheme-24.02.2_1
Original file line number Diff line number Diff line change
1
+ kunifiedpush
Original file line number Diff line number Diff line change
1
+ # Template file for 'kunifiedpush'
2
+ pkgname=kunifiedpush
3
+ version=25.08.0
4
+ revision=1
5
+ build_style=cmake
6
+ configure_args="-DKF6_HOST_TOOLING=/usr/lib/cmake
7
+ -DKDE_INSTALL_QMLDIR=lib/qt6/qml -DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins"
8
+ hostmakedepends="extra-cmake-modules qt6-base qt6-tools gettext kf6-kcmutils"
9
+ makedepends="kf6-ki18n-devel kf6-kcoreaddons-devel kf6-solid-devel
10
+ kf6-kservice-devel kf6-kcmutils-devel qt6-websockets-devel"
11
+ checkdepends="dbus"
12
+ short_desc="UnifiedPush client library and distributor daemon"
13
+ maintainer="John <me@johnnynator.dev>"
14
+ license="GPL-3.0-or-later"
15
+ homepage="https://invent.kde.org/libraries/kunifiedpush"
16
+ distfiles="${KDE_SITE}/release-service/${version}/src/kunifiedpush-${version}.tar.xz"
17
+ checksum=846db6ffc7d93f6afea7ce0d5a9f10b52792157ceb593856542279f4197f3518
18
+ make_check_pre="dbus-run-session"
19
+
20
+ kunifiedpush-devel_package() {
21
+ depends="${sourcepkg}>=${version}_${revision}"
22
+ short_desc+=" - development files"
23
+ pkg_install() {
24
+ vmove usr/lib/cmake
25
+ vmove usr/include
26
+ vmove "usr/lib/*.so"
27
+ }
28
+ }
You can’t perform that action at this time.
0 commit comments