[packages/kp6-kwrited] - updated to 6.0.0
witekfl
witekfl at pld-linux.org
Sun Mar 3 21:09:44 CET 2024
commit 0d9869aa8194c95b4c9beeeebde72b972bc5e2d4
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date: Sun Mar 3 20:56:59 2024 +0100
- updated to 6.0.0
kp6-kwrited.spec | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 62 insertions(+)
---
diff --git a/kp6-kwrited.spec b/kp6-kwrited.spec
new file mode 100644
index 0000000..1b9ab1d
--- /dev/null
+++ b/kp6-kwrited.spec
@@ -0,0 +1,62 @@
+#
+# Conditional build:
+%bcond_with tests # build with tests
+%define kdeplasmaver 6.0.0
+%define qtver 5.15.2
+%define kpname kwrited
+Summary: kwrited
+Name: kp6-%{kpname}
+Version: 6.0.0
+Release: 1
+License: GPL v2+/LGPL v2.1+
+Group: Base
+Source0: https://download.kde.org/stable/plasma/%{kdeplasmaver}/%{kpname}-%{version}.tar.xz
+# Source0-md5: 115cb1253c7a903070ff76630370d97d
+URL: http://www.kde.org/
+BuildRequires: Qt6Core-devel
+BuildRequires: Qt6Gui-devel >= %{qtver}
+BuildRequires: Qt6Widgets-devel >= %{qtver}
+BuildRequires: cmake >= 3.16.0
+BuildRequires: gettext-devel
+BuildRequires: kf6-extra-cmake-modules >= 1.4.0
+BuildRequires: kf6-kcoreaddons-devel
+BuildRequires: kf6-kdbusaddons-devel
+BuildRequires: kf6-ki18n-devel
+BuildRequires: kf6-knotifications-devel
+BuildRequires: kf6-kpty-devel
+BuildRequires: ninja
+BuildRequires: qt6-build >= %{qtver}
+BuildRequires: rpmbuild(macros) >= 1.164
+BuildRequires: tar >= 1:1.22
+BuildRequires: xz
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+KDE Plasma daemon listening for wall and write messages.
+
+%prep
+%setup -q -n %{kpname}-%{version}
+
+%build
+%cmake -B build \
+ -G Ninja \
+ %{!?with_tests:-DBUILD_TESTING=OFF} \
+ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+ -DKDE_INSTALL_DOCBUNDLEDIR=%{_kdedocdir}
+%ninja_build -C build
+
+%if %{with tests}
+ctest
+%endif
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%ninja_install -C build
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/qt6/plugins/kf6/kded/kwrited.so
+%{_datadir}/knotifications6/kwrited.notifyrc
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/kp6-kwrited.git/commitdiff/0d9869aa8194c95b4c9beeeebde72b972bc5e2d4
More information about the pld-cvs-commit
mailing list