summaryrefslogtreecommitdiffstats
path: root/meta-xfce
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2023-10-31 14:44:46 +0800
committerKhem Raj <raj.khem@gmail.com>2023-10-31 00:33:57 -0700
commitddafefcc6c5ee717a594888ca767ea27f331ce6e (patch)
treeaea2851382c18e0c93281954e8dd2d577742455a /meta-xfce
parent08edc0b6ace0d04688a5617cf05546a7b8ba6cca (diff)
downloadmeta-openembedded-ddafefcc6c5ee717a594888ca767ea27f331ce6e.tar.gz
xfce4-panel-profiles: 1.0.13 -> 1.0.14
Upgrade xfce4-panel-profiles from 1.0.13 to 1.0.14. Drop the patch that it has dropped the creation of the link file already. Signed-off-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/xfce4-panel-profiles/xfce4-panel-profiles/not-create-link-to-locale.patch22
-rw-r--r--meta-xfce/recipes-apps/xfce4-panel-profiles/xfce4-panel-profiles_1.0.14.bb (renamed from meta-xfce/recipes-apps/xfce4-panel-profiles/xfce4-panel-profiles_1.0.13.bb)6
2 files changed, 2 insertions, 26 deletions
diff --git a/meta-xfce/recipes-apps/xfce4-panel-profiles/xfce4-panel-profiles/not-create-link-to-locale.patch b/meta-xfce/recipes-apps/xfce4-panel-profiles/xfce4-panel-profiles/not-create-link-to-locale.patch
deleted file mode 100644
index b5421f6f7..000000000
--- a/meta-xfce/recipes-apps/xfce4-panel-profiles/xfce4-panel-profiles/not-create-link-to-locale.patch
+++ /dev/null
@@ -1,22 +0,0 @@
1It is useless to create a link to $(PREFIX)/share/locale that there is no
2reference to $(PREFIX)/share/$(APPNAME)/locale in source code.
3
4Upstream-Status: Submitted [https://bugzilla.xfce.org/show_bug.cgi?id=16693]
5
6Signed-off-by: Kai Kang <kai.kang@windriver.com>
7---
8 Makefile.in.in | 1 -
9 1 file changed, 1 deletion(-)
10
11diff --git a/Makefile.in.in b/Makefile.in.in
12index c0ce866..c2f26fe 100644
13--- a/Makefile.in.in
14+++ b/Makefile.in.in
15@@ -70,7 +70,6 @@ install: all xfce4-panel-profiles.1
16 install data/metainfo/*.xml $(DESTDIR)/$(PREFIX)/share/metainfo
17
18 cp -rf locale $(DESTDIR)/$(PREFIX)/share
19- ln -sf $(PREFIX)/share/locale $(DESTDIR)/$(PREFIX)/share/$(APPNAME)/locale
20
21 install -d $(DESTDIR)/$(MANDIR)/man1
22 install xfce4-panel-profiles.1 $(DESTDIR)/$(MANDIR)/man1
diff --git a/meta-xfce/recipes-apps/xfce4-panel-profiles/xfce4-panel-profiles_1.0.13.bb b/meta-xfce/recipes-apps/xfce4-panel-profiles/xfce4-panel-profiles_1.0.14.bb
index feb912160..38f6eb6eb 100644
--- a/meta-xfce/recipes-apps/xfce4-panel-profiles/xfce4-panel-profiles_1.0.13.bb
+++ b/meta-xfce/recipes-apps/xfce4-panel-profiles/xfce4-panel-profiles_1.0.14.bb
@@ -9,10 +9,8 @@ REQUIRED_DISTRO_FEATURES = "x11 gobject-introspection-data"
9 9
10DEPENDS += "intltool-native" 10DEPENDS += "intltool-native"
11 11
12SRC_URI = "http://archive.xfce.org/src/apps/${BPN}/1.0/${BP}.tar.bz2 \ 12SRC_URI = "http://archive.xfce.org/src/apps/${BPN}/1.0/${BP}.tar.bz2"
13 file://not-create-link-to-locale.patch \ 13SRC_URI[sha256sum] = "6d08354e8c44d4b0370150809c1ed601d09c8b488b68986477260609a78be3f9"
14 "
15SRC_URI[sha256sum] = "bc387c13f94109422dc72b0fcb919b0dc11619ba589d03e492252b0d2513b170"
16 14
17do_configure() { 15do_configure() {
18 # special configure - no autotools... 16 # special configure - no autotools...