From fdd505794e33f9a98f3b77e1cb34ae57037d538e Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 01:18:07 +0100 Subject: [PATCH] package created using the webbuild interface [release 17.08.1-1mamba;Wed Oct 11 2017] --- README.md | 2 ++ kdialog.spec | 71 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 73 insertions(+) create mode 100644 kdialog.spec diff --git a/README.md b/README.md index 2d78789..b8b7e96 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # kdialog +KDE Frameworks 5 dialog tool. + diff --git a/kdialog.spec b/kdialog.spec new file mode 100644 index 0000000..f610dfe --- /dev/null +++ b/kdialog.spec @@ -0,0 +1,71 @@ +%define majver %(echo %version | cut -d. -f1-2) + +Name: kdialog +Version: 17.08.1 +Release: 1mamba +Summary: KDE Frameworks 5 dialog tool +Group: Graphical Desktop/Applications/Utilities +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://www.kde.org +Source: https://download.kde.org/stable/applications/%{version}/src/kdialog-%{version}.tar.xz +License: GPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libX11-devel +BuildRequires: libgcc +BuildRequires: libkcompletion-devel +BuildRequires: libkconfig-devel +BuildRequires: libkcoreaddons-devel +BuildRequires: libkdbusaddons-devel +BuildRequires: libkguiaddons-devel +BuildRequires: libki18n-devel +BuildRequires: libkiconthemes-devel +BuildRequires: libkio-devel +BuildRequires: libkjobwidgets-devel +BuildRequires: libknotifications-devel +BuildRequires: libkservice-devel +BuildRequires: libktextwidgets-devel +BuildRequires: libkwidgetsaddons-devel +BuildRequires: libkwindowsystem-devel +BuildRequires: libqt5-devel +BuildRequires: libsonnet-devel +BuildRequires: libstdc++6-devel +## AUTOBUILDREQ-END +BuildRequires: cmake +BuildRequires: rpm-macros-kde5 +BuildRequires: extra-cmake-modules +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +KDE Frameworks 5 dialog tool. + +%debug_package + +%prep +%setup -q + +%build +%cmake_kde5 -d build +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall -C build + +%find_lang %{name}5_qt --with-qt --all-name || touch %{name}5_qt.lang + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files -f %{name}5_qt.lang +%defattr(-,root,root) +%{_bindir}/kdialog +%{_bindir}/kdialog_progress_helper +%{_datadir}/dbus-1/interfaces/org.kde.kdialog.ProgressDialog.xml +%doc COPYING COPYING.DOC + +%changelog +* Wed Oct 11 2017 Silvan Calarco 17.08.1-1mamba +- package created using the webbuild interface