forked from pool/k4dirstat
Compare commits
4 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
b2b04962b0 | ||
|
256aca2172 | ||
|
2480b39086 | ||
|
dcf505a79d |
25
0001-Remove-i-from-desktop-file.patch
Normal file
25
0001-Remove-i-from-desktop-file.patch
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
From 494c5a6e6bfc1b4acf4fec7937468514b6938ab6 Mon Sep 17 00:00:00 2001
|
||||||
|
From: gunqqer <gunqqer@friithian.dev>
|
||||||
|
Date: Sat, 14 Sep 2024 22:27:00 -0400
|
||||||
|
Subject: [PATCH] Remove %i from desktop file
|
||||||
|
|
||||||
|
Fixes #57
|
||||||
|
---
|
||||||
|
src/k4dirstat.desktop | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/src/k4dirstat.desktop b/src/k4dirstat.desktop
|
||||||
|
index 1f311c7..398d293 100644
|
||||||
|
--- a/src/k4dirstat.desktop
|
||||||
|
+++ b/src/k4dirstat.desktop
|
||||||
|
@@ -1,6 +1,6 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Name=K4DirStat
|
||||||
|
-Exec=k4dirstat %i -qwindowtitle %c %u
|
||||||
|
+Exec=k4dirstat -qwindowtitle %c %u
|
||||||
|
Icon=k4dirstat
|
||||||
|
Type=Application
|
||||||
|
X-DocPath=k4dirstat/index.html
|
||||||
|
--
|
||||||
|
2.47.1
|
||||||
|
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 6 07:46:37 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Add patch (gh#jeromerobert/k4dirstat#57)
|
||||||
|
* 0001-Remove-i-from-desktop-file.patch
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 20 18:04:49 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Stop using the %suse_update_desktop_file macro
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 15 22:02:56 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
Fri Dec 15 22:02:56 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -23,8 +23,9 @@ Summary: Graphical Disk Usage Utility
|
|||||||
License: GPL-2.0-only AND LGPL-2.0-only
|
License: GPL-2.0-only AND LGPL-2.0-only
|
||||||
URL: https://github.com/jeromerobert/k4dirstat
|
URL: https://github.com/jeromerobert/k4dirstat
|
||||||
Source0: https://github.com/jeromerobert/k4dirstat/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source0: https://github.com/jeromerobert/k4dirstat/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
|
# PATCH-FIX-UPSTREAM -- fixes running k4dirstat from the dolphin context menu
|
||||||
|
Patch0: 0001-Remove-i-from-desktop-file.patch
|
||||||
BuildRequires: extra-cmake-modules
|
BuildRequires: extra-cmake-modules
|
||||||
BuildRequires: update-desktop-files
|
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
BuildRequires: cmake(KF5CoreAddons)
|
BuildRequires: cmake(KF5CoreAddons)
|
||||||
BuildRequires: cmake(KF5DocTools)
|
BuildRequires: cmake(KF5DocTools)
|
||||||
@ -56,8 +57,6 @@ graphically.
|
|||||||
%install
|
%install
|
||||||
%kf5_makeinstall -C build
|
%kf5_makeinstall -C build
|
||||||
|
|
||||||
%suse_update_desktop_file -r k4dirstat Qt KDE Utility Filesystem
|
|
||||||
|
|
||||||
%find_lang k4dirstat %{name}.lang
|
%find_lang k4dirstat %{name}.lang
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
Loading…
x
Reference in New Issue
Block a user