Accepting request 1226958 from KDE:Extra
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1226958 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/krusader?expand=0&rev=57
This commit is contained in:
commit
5a80127ae1
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 20 17:14:05 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Stop using the %suse_update_desktop_file macro
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 13 08:21:56 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
Wed Mar 13 08:21:56 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -35,7 +35,6 @@ BuildRequires: extra-cmake-modules >= 5.68.0
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: libacl-devel
|
BuildRequires: libacl-devel
|
||||||
BuildRequires: libattr-devel
|
BuildRequires: libattr-devel
|
||||||
BuildRequires: update-desktop-files
|
|
||||||
BuildRequires: cmake(KF5Archive)
|
BuildRequires: cmake(KF5Archive)
|
||||||
BuildRequires: cmake(KF5Bookmarks)
|
BuildRequires: cmake(KF5Bookmarks)
|
||||||
BuildRequires: cmake(KF5Codecs)
|
BuildRequires: cmake(KF5Codecs)
|
||||||
@ -95,6 +94,7 @@ This package contains the krusader documentation.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kf5 -d build
|
%cmake_kf5 -d build
|
||||||
|
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -106,8 +106,6 @@ mkdir -p %{buildroot}%{_kf5_servicesdir}/ServiceMenus/
|
|||||||
cp %{SOURCE3} %{buildroot}%{_kf5_servicesdir}/ServiceMenus/
|
cp %{SOURCE3} %{buildroot}%{_kf5_servicesdir}/ServiceMenus/
|
||||||
cp %{SOURCE4} %{buildroot}%{_kf5_applicationsdir}/
|
cp %{SOURCE4} %{buildroot}%{_kf5_applicationsdir}/
|
||||||
|
|
||||||
%suse_update_desktop_file org.kde.krusader.root-mode FileManager Utility
|
|
||||||
|
|
||||||
%fdupes %{buildroot}
|
%fdupes %{buildroot}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
@ -44,7 +44,7 @@ Exec=krusader -qwindowtitle %c %u
|
|||||||
Icon=krusader_root
|
Icon=krusader_root
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
Categories=Qt;KDE;System;
|
Categories=Qt;KDE;System;Utility;FileManager;
|
||||||
OnlyShowIn=KDE;
|
OnlyShowIn=KDE;
|
||||||
X-KDE-SubstituteUID=true
|
X-KDE-SubstituteUID=true
|
||||||
X-KDE-Username=root
|
X-KDE-Username=root
|
||||||
|
Loading…
Reference in New Issue
Block a user