| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| %global kf6_version 6.0.0 |
| %define qt6_version 6.6.0 |
| |
| %bcond_without released |
| %define rname kmenuedit |
| Name: kmenuedit6 |
| Version: 6.0.5 |
| Release: 0 |
| |
| %{!?_plasma6_bugfix: %define _plasma6_bugfix %{version}} |
| |
| %{!?_plasma6_version: %define _plasma6_version %(echo %{_plasma6_bugfix} | awk -F. '{print $1"."$2}')} |
| Summary: Provides the interface and basic tools for the KDE workspace |
| License: GPL-2.0-only |
| URL: https://www.kde.org/ |
| Source: https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz |
| %if %{with released} |
| Source1: https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz.sig |
| Source2: plasma.keyring |
| %endif |
| BuildRequires: fdupes |
| BuildRequires: kf6-extra-cmake-modules >= %{kf6_version} |
| BuildRequires: cmake(KF6DBusAddons) >= %{kf6_version} |
| BuildRequires: cmake(KF6DocTools) >= %{kf6_version} |
| BuildRequires: cmake(KF6GlobalAccel) >= %{kf6_version} |
| BuildRequires: cmake(KF6I18n) >= %{kf6_version} |
| BuildRequires: cmake(KF6IconThemes) >= %{kf6_version} |
| BuildRequires: cmake(KF6ItemViews) >= %{kf6_version} |
| BuildRequires: cmake(KF6KIO) >= %{kf6_version} |
| BuildRequires: cmake(KF6Sonnet) >= %{kf6_version} |
| BuildRequires: cmake(KF6WindowSystem) >= %{kf6_version} |
| BuildRequires: cmake(KF6XmlGui) >= %{kf6_version} |
| BuildRequires: cmake(Qt6Core) >= %{qt6_version} |
| BuildRequires: cmake(Qt6DBus) >= %{qt6_version} |
| BuildRequires: cmake(Qt6Xml) >= %{qt6_version} |
| Provides: kmenuedit5 = %{version} |
| Obsoletes: kmenuedit5 < %{version} |
| Obsoletes: kmenuedit5-lang < %{version} |
| |
| %description |
| Provides the interface and basic tools for the KDE workspace. |
| |
| %lang_package |
| |
| %prep |
| %autosetup -p1 -n %{rname}-%{version} |
| |
| %build |
| %cmake_kf6 |
| |
| %kf6_build |
| |
| %install |
| %kf6_install |
| |
| %find_lang %{name} --with-html --all-name |
| |
| %fdupes %{buildroot} |
| |
| %ldconfig_scriptlets |
| |
| %files |
| %license LICENSES/* |
| %doc %lang(en) %{_kf6_htmldir}/en/kmenuedit/ |
| %{_kf6_applicationsdir}/org.kde.kmenuedit.desktop |
| %{_kf6_appstreamdir}/org.kde.kmenuedit.appdata.xml |
| %{_kf6_bindir}/kmenuedit |
| %{_kf6_debugdir}/kmenuedit.categories |
| %{_kf6_iconsdir}/hicolor/*/apps/kmenuedit.png |
| %{_kf6_sharedir}/kmenuedit/ |
| |
| %files lang -f %{name}.lang |
| %exclude %{_kf6_htmldir}/en |
| |
| %changelog |