[packages/ka6-kdialog] - updated to 25.04.0

witekfl witekfl at pld-linux.org
Thu Apr 24 10:55:04 CEST 2025


commit 96f1abaf77b02f6b05954c37eb4901d7bbe62940
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date:   Thu Apr 24 09:49:07 2025 +0200

    - updated to 25.04.0

 ka6-kdialog.spec | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 74 insertions(+)
---
diff --git a/ka6-kdialog.spec b/ka6-kdialog.spec
new file mode 100644
index 0000000..e730914
--- /dev/null
+++ b/ka6-kdialog.spec
@@ -0,0 +1,74 @@
+#
+# Conditional build:
+%bcond_with	tests		# build with tests
+%define		kdeappsver	25.04.0
+%define		kframever	6.13.0
+%define		qtver		6.8
+%define		kaname		kdialog
+Summary:	Display dialog boxes from shell scripts
+Name:		ka6-%{kaname}
+Version:	25.04.0
+Release:	1
+License:	GPL v2+/LGPL v2.1+
+Group:		X11/Applications
+Source0:	https://download.kde.org/stable/release-service/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
+# Source0-md5:	ea819e99c5bf64760bcbdd6355ab75a4
+URL:		http://www.kde.org/
+BuildRequires:	Qt6Core-devel >= %{qtver}
+BuildRequires:	Qt6Gui-devel
+BuildRequires:	Qt6Widgets-devel
+BuildRequires:	cmake >= 3.20
+BuildRequires:	gettext-tools
+BuildRequires:	kf6-extra-cmake-modules >= %{kframever}
+BuildRequires:	kf6-kdbusaddons-devel >= %{kframever}
+BuildRequires:	kf6-kguiaddons-devel >= %{kframever}
+BuildRequires:	kf6-kiconthemes-devel >= %{kframever}
+BuildRequires:	kf6-kio-devel >= %{kframever}
+BuildRequires:	kf6-knotifications-devel >= %{kframever}
+BuildRequires:	kf6-ktextwidgets-devel >= %{kframever}
+BuildRequires:	kf6-kwindowsystem-devel >= %{kframever}
+BuildRequires:	ninja
+BuildRequires:	qt6-build >= %{qtver}
+BuildRequires:	rpmbuild(macros) >= 1.164
+BuildRequires:	tar >= 1:1.22
+BuildRequires:	xz
+Obsoletes:	ka5-%{kaname} < %{version}
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+KDialog allows you to display dialog boxes from shell scripts.
+
+%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
+%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)
+%doc README.md
+%attr(755,root,root) %{_bindir}/kdialog
+%attr(755,root,root) %{_bindir}/kdialog_progress_helper
+%{_desktopdir}/org.kde.kdialog.desktop
+%{_datadir}/dbus-1/interfaces/org.kde.kdialog.ProgressDialog.xml
+%{_datadir}/metainfo/org.kde.kdialog.metainfo.xml
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka6-kdialog.git/commitdiff/96f1abaf77b02f6b05954c37eb4901d7bbe62940



More information about the pld-cvs-commit mailing list