[neon/extras/krename/Neon/release] debian: update the patches

Pino Toscano null at kde.org
Wed Sep 4 10:35:07 BST 2024


Git commit 9735c77bbfa1683af24f55138cd08320902831e0 by Pino Toscano.
Committed on 02/09/2022 at 07:18.
Pushed by jriddell into branch 'Neon/release'.

update the patches

- upstream_Drop-i-from-desktop-file.patch: drop, backported from
  upstream
- upstream_Add-parameters-to-appdata.xml.patch: drop, backported from
  upstream

M  +4    -0    debian/changelog
D  +0    -2    debian/patches/series
D  +0    -31   debian/patches/upstream_Add-parameters-to-appdata.xml.patch
D  +0    -31   debian/patches/upstream_Drop-i-from-desktop-file.patch

https://invent.kde.org/neon/extras/krename/-/commit/9735c77bbfa1683af24f55138cd08320902831e0

diff --git a/debian/changelog b/debian/changelog
index 138e6e8..e354507 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,10 @@ krename (5.0.2-0r1) UNRELEASED; urgency=medium
 
   [ Pino Toscano ]
   * New upstream release.
+  * Update the patches:
+    - upstream_Drop-i-from-desktop-file.patch: drop, backported from upstream
+    - upstream_Add-parameters-to-appdata.xml.patch: drop, backported from
+      upstream
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Fri, 02 Sep 2022 09:14:31 +0200
 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 1c808d4..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-upstream_Drop-i-from-desktop-file.patch
-upstream_Add-parameters-to-appdata.xml.patch
diff --git a/debian/patches/upstream_Add-parameters-to-appdata.xml.patch b/debian/patches/upstream_Add-parameters-to-appdata.xml.patch
deleted file mode 100644
index 00d2adf..0000000
--- a/debian/patches/upstream_Add-parameters-to-appdata.xml.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From 9f9cbdef3254740d00bfe28abd8b5b579f52700b Mon Sep 17 00:00:00 2001
-From: Snehit Sah <snehitsah at protonmail.com>
-Date: Mon, 10 Jan 2022 07:54:35 +0000
-Subject: [PATCH] Add parameters to appdata.xml
-
-Adds release tag, content rating and launchable tag
-
-Co author : @amixra
-
-(cherry picked from commit f2f9da8ea7eba9ddc0366db5219658b539acb217)
----
- src/org.kde.krename.appdata.xml | 5 +++++
- 1 file changed, 5 insertions(+)
-
-diff --git a/src/org.kde.krename.appdata.xml b/src/org.kde.krename.appdata.xml
-index c59e07f..4c09ce1 100644
---- a/src/org.kde.krename.appdata.xml
-+++ b/src/org.kde.krename.appdata.xml
-@@ -117,4 +117,9 @@
-   <provides>
-     <binary>krename</binary>
-   </provides>
-+  <launchable type="desktop-id">org.kde.krename.desktop</launchable>
-+  <content_rating type="oars-1.1"/>
-+  <releases>
-+    <release version="5.0.1" date="2020-10-05"/>
-+  </releases>
- </component>
--- 
-2.35.1
-
diff --git a/debian/patches/upstream_Drop-i-from-desktop-file.patch b/debian/patches/upstream_Drop-i-from-desktop-file.patch
deleted file mode 100644
index dec8714..0000000
--- a/debian/patches/upstream_Drop-i-from-desktop-file.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From 9e21688a83e5683ad77fca3be91afe351552287b Mon Sep 17 00:00:00 2001
-From: Heiko Becker <heirecka at exherbo.org>
-Date: Thu, 8 Oct 2020 17:57:27 +0200
-Subject: [PATCH] Drop %i from desktop file
-
-%i is expanded to --icon <icon>,  but Qt recognizes this option only on
-X11/xcb, not on Wayland. Therefore krename failed to start via desktop file
-on Wayland. Dropping %i has no effect even on X11/xcb because we call
-QApplication::setWindowIcon in main().
-
-BUG: 427207
-FIXED-IN: 5.0.2
----
- src/org.kde.krename.desktop | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/org.kde.krename.desktop b/src/org.kde.krename.desktop
-index 5584af9..f5a8739 100644
---- a/src/org.kde.krename.desktop
-+++ b/src/org.kde.krename.desktop
-@@ -1,6 +1,6 @@
- [Desktop Entry]
- Type=Application
--Exec=krename -qwindowtitle "%c" %i %U
-+Exec=krename -qwindowtitle "%c" %U
- Icon=krename
- Comment=A batch renamer
- Comment[ca]=Un canviador de noms de fitxers per lots
--- 
-2.35.1
-



More information about the Neon-commits mailing list