[packages/ka6-kio-zeroconf] - updated to 24.02.0

witekfl witekfl at pld-linux.org
Mon Mar 4 18:34:31 CET 2024


commit 873428e55930f8f44612e68dae7ff686749faae6
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date:   Mon Mar 4 18:34:22 2024 +0100

    - updated to 24.02.0

 ka6-kio-zeroconf.spec | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 67 insertions(+)
---
diff --git a/ka6-kio-zeroconf.spec b/ka6-kio-zeroconf.spec
new file mode 100644
index 0000000..6eeadcc
--- /dev/null
+++ b/ka6-kio-zeroconf.spec
@@ -0,0 +1,67 @@
+#
+# Conditional build:
+%bcond_with	tests		# build with tests
+%define		kdeappsver	24.02.0
+%define		kframever	5.94.0
+%define		qtver		5.15.2
+%define		kaname		kio-zeroconf
+Summary:	kio zeroconf
+Summary(pl.UTF-8):	kio zeroconf
+Name:		ka6-%{kaname}
+Version:	24.02.0
+Release:	1
+License:	GPL v2+
+Group:		X11/Libraries
+Source0:	https://download.kde.org/stable/release-service/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
+# Source0-md5:	937fd2325c18cd6391b50ed3815314de
+URL:		http://www.kde.org/
+BuildRequires:	Qt6Core-devel
+BuildRequires:	gettext-devel
+BuildRequires:	kf6-extra-cmake-modules >= %{kframever}
+BuildRequires:	kf6-kdbusaddons-devel >= %{kframever}
+BuildRequires:	kf6-kdnssd-devel >= %{kframever}
+BuildRequires:	kf6-ki18n-devel >= %{kframever}
+BuildRequires:	kf6-kio-devel >= %{kframever}
+BuildRequires:	ninja
+BuildRequires:	qt6-build >= 5.9.0
+BuildRequires:	rpmbuild(macros) >= 1.164
+Obsoletes:	ka6-zeroconf-ioslave < 22.08.0
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Kio Zeroconf.
+
+%prep
+%setup -q -n %{kaname}-%{version}
+
+%build
+%cmake \
+	-B build \
+	-G Ninja \
+	%{!?with_tests:-DBUILD_TESTING=OFF} \
+	-DKDE_INSTALL_DOCBUNDLEDIR=%{_kdedocdir} \
+	-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+	-DQT_MAJOR_VERSION=6
+%ninja_build -C build
+
+%if %{with tests}
+ctest --test-dir build
+%endif
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%ninja_install -C build
+
+%find_lang %{kaname} --all-name --with-kde
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{kaname}.lang
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/qt6/plugins/kf6/kded/dnssdwatcher.so
+%attr(755,root,root) %{_libdir}/qt6/plugins/kf6/kio/zeroconf.so
+%{_datadir}/dbus-1/interfaces/org.kde.kdnssd.xml
+%{_datadir}/remoteview/zeroconf.desktop
+%{_datadir}/metainfo/org.kde.kio_zeroconf.metainfo.xml
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka6-kio-zeroconf.git/commitdiff/873428e55930f8f44612e68dae7ff686749faae6



More information about the pld-cvs-commit mailing list