diff options
author | Kai Kang <kai.kang@windriver.com> | 2023-10-31 14:44:46 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-10-31 00:33:57 -0700 |
commit | ddafefcc6c5ee717a594888ca767ea27f331ce6e (patch) | |
tree | aea2851382c18e0c93281954e8dd2d577742455a /meta-xfce | |
parent | 08edc0b6ace0d04688a5617cf05546a7b8ba6cca (diff) | |
download | meta-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.patch | 22 | ||||
-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 @@ | |||
1 | It is useless to create a link to $(PREFIX)/share/locale that there is no | ||
2 | reference to $(PREFIX)/share/$(APPNAME)/locale in source code. | ||
3 | |||
4 | Upstream-Status: Submitted [https://bugzilla.xfce.org/show_bug.cgi?id=16693] | ||
5 | |||
6 | Signed-off-by: Kai Kang <kai.kang@windriver.com> | ||
7 | --- | ||
8 | Makefile.in.in | 1 - | ||
9 | 1 file changed, 1 deletion(-) | ||
10 | |||
11 | diff --git a/Makefile.in.in b/Makefile.in.in | ||
12 | index 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 | ||
10 | DEPENDS += "intltool-native" | 10 | DEPENDS += "intltool-native" |
11 | 11 | ||
12 | SRC_URI = "http://archive.xfce.org/src/apps/${BPN}/1.0/${BP}.tar.bz2 \ | 12 | SRC_URI = "http://archive.xfce.org/src/apps/${BPN}/1.0/${BP}.tar.bz2" |
13 | file://not-create-link-to-locale.patch \ | 13 | SRC_URI[sha256sum] = "6d08354e8c44d4b0370150809c1ed601d09c8b488b68986477260609a78be3f9" |
14 | " | ||
15 | SRC_URI[sha256sum] = "bc387c13f94109422dc72b0fcb919b0dc11619ba589d03e492252b0d2513b170" | ||
16 | 14 | ||
17 | do_configure() { | 15 | do_configure() { |
18 | # special configure - no autotools... | 16 | # special configure - no autotools... |