summaryrefslogtreecommitdiffstats
path: root/meta-xfce
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2019-10-29 00:16:29 +0200
committerKhem Raj <raj.khem@gmail.com>2019-11-04 21:13:31 -0800
commit077c1737443e34959b087e60c54b1414ca90baf5 (patch)
tree8948e62e41580e47b1745f83260be46058a21a98 /meta-xfce
parent51855dc88686b35501694b4a2c332625d97ad5ef (diff)
downloadmeta-openembedded-077c1737443e34959b087e60c54b1414ca90baf5.tar.gz
xfce-polkit: Upgrade 0.2 -> 0.3
Patch applied upstream removed. Signed-off-by: Adrian Bunk <bunk@stusta.de> Acked-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-xfce')
-rw-r--r--meta-xfce/recipes-apps/xfce-polkit/files/0001-fix-Name-Comment-fields.patch34
-rw-r--r--meta-xfce/recipes-apps/xfce-polkit/xfce-polkit_0.3.bb (renamed from meta-xfce/recipes-apps/xfce-polkit/xfce-polkit_0.2.bb)3
2 files changed, 1 insertions, 36 deletions
diff --git a/meta-xfce/recipes-apps/xfce-polkit/files/0001-fix-Name-Comment-fields.patch b/meta-xfce/recipes-apps/xfce-polkit/files/0001-fix-Name-Comment-fields.patch
deleted file mode 100644
index e872249d5..000000000
--- a/meta-xfce/recipes-apps/xfce-polkit/files/0001-fix-Name-Comment-fields.patch
+++ /dev/null
@@ -1,34 +0,0 @@
1From fb1f83c04dd5262897b09e60fa8b39090d0d4619 Mon Sep 17 00:00:00 2001
2From: Rex Dieter <rdieter@math.unl.edu>
3Date: Thu, 12 Nov 2015 13:53:03 -0600
4Subject: [PATCH] fix Name/Comment fields
5
6Validate as a valid .desktop file per
7http://standards.freedesktop.org/desktop-entry-spec/latest/
8
9See also issue #2
10
11Upstream-Status: Applied [1]
12
13[1] https://github.com/ncopa/xfce-polkit/commit/fb1f83c04dd5262897b09e60fa8b39090d0d4619
14---
15 xfce-polkit.desktop.in | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18diff --git a/xfce-polkit.desktop.in b/xfce-polkit.desktop.in
19index 8575896..dd9f09c 100644
20--- a/xfce-polkit.desktop.in
21+++ b/xfce-polkit.desktop.in
22@@ -1,7 +1,7 @@
23 [Desktop Entry]
24 Type=Application
25-_Name=XFCE PolKit
26-_Comment=Policykit Authentication Agent
27+Name=XFCE PolKit
28+Comment=Policykit Authentication Agent
29 Exec=@xfce_polkit_libexecdir@/xfce-polkit
30 Icon=gtk-dialog-authentication
31 NotShowIn=GNOME;KDE;
32--
332.14.3
34
diff --git a/meta-xfce/recipes-apps/xfce-polkit/xfce-polkit_0.2.bb b/meta-xfce/recipes-apps/xfce-polkit/xfce-polkit_0.3.bb
index 62d8d6de9..3a396c0f7 100644
--- a/meta-xfce/recipes-apps/xfce-polkit/xfce-polkit_0.2.bb
+++ b/meta-xfce/recipes-apps/xfce-polkit/xfce-polkit_0.3.bb
@@ -9,7 +9,6 @@ REQUIRED_DISTRO_FEATURES = "polkit"
9 9
10SRC_URI = " \ 10SRC_URI = " \
11 git://github.com/ncopa/${BPN}.git \ 11 git://github.com/ncopa/${BPN}.git \
12 file://0001-fix-Name-Comment-fields.patch \
13" 12"
14SRCREV = "6ad1ee833c9e22e4dd72a8f7d54562d046965283" 13SRCREV = "6d3282cc1734c305850d48f5bf4b4d94e88885e9"
15S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"