diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2021-01-03 15:12:32 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-01-05 09:16:26 -0800 |
commit | f2d18ca23fffa99b95c47e49c7b4a008922ac812 (patch) | |
tree | 2a4fc5c1d9061b7b345446c53c5a18290b4ea8e1 | |
parent | 04bb5ad26e2c5f5681c1c0f430623a4717ad217b (diff) | |
download | meta-openembedded-f2d18ca23fffa99b95c47e49c7b4a008922ac812.tar.gz |
xfce4-panel-profiles: upgrade 1.0.10 -> 1.0.12
Release notes for 1.0.12
========================
New Features:
- New build option `--docdir` for documentation install path
- New build option `--mandir` for manpage install path
General:
- Manpage `xfce4-panel-profiles.1` is no longer gzipped (#5)
Bugs Fixed:
- Release install error: incorrect README filename (#24)
Release notes for 1.0.11
========================
* New Features
- Add support for saving xfce4-whiskermenu's configuration file
- Prefer CSD in XfceTitledDialog
- Use XfceTitledDialog from libxfce4ui
- Use Xfce's about dialog via libxfce4ui
- Add new icons and use reverse DNS for icons and files
- Open xfce4-panel on close button (bug #16505)
* General
- Add new README.md over old README
- Try the new and old libxfce4ui gir file name
- Add basic GitLab pipeline
- Make tarball creation reproducible
* Bugs Fixed
- Update openSUSE profile and fix build
- Removed check for if the menu is installed. This would probably
get in the way.
- Use current branch in 'make distcheck'
- Use configured appname instead of argv[0]
- Fix typos in comments.
* Updated translations: Albanian, Armenian (Armenia), Belarusian,
Chinese (China), Chinese (Hong Kong), Chinese (Taiwan), Czech,
Eastern Armenian, Estonian, Hebrew, Hungarian, Indonesian,
Interlingue, Persian (Iran), Portuguese, Slovak, Spanish,
Turkish
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-xfce/recipes-apps/xfce4-panel-profiles/xfce4-panel-profiles/not-create-link-to-locale.patch | 6 | ||||
-rw-r--r-- | meta-xfce/recipes-apps/xfce4-panel-profiles/xfce4-panel-profiles_1.0.12.bb (renamed from meta-xfce/recipes-apps/xfce4-panel-profiles/xfce4-panel-profiles_1.0.10.bb) | 5 |
2 files changed, 5 insertions, 6 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 index 80cdfb9039..b5421f6f74 100644 --- 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 | |||
@@ -12,11 +12,11 @@ diff --git a/Makefile.in.in b/Makefile.in.in | |||
12 | index c0ce866..c2f26fe 100644 | 12 | index c0ce866..c2f26fe 100644 |
13 | --- a/Makefile.in.in | 13 | --- a/Makefile.in.in |
14 | +++ b/Makefile.in.in | 14 | +++ b/Makefile.in.in |
15 | @@ -61,7 +61,6 @@ install: all xfce4-panel-profiles.1.gz | 15 | @@ -70,7 +70,6 @@ install: all xfce4-panel-profiles.1 |
16 | install data/metainfo/*.xml $(DESTDIR)/$(PREFIX)/share/metainfo | 16 | install data/metainfo/*.xml $(DESTDIR)/$(PREFIX)/share/metainfo |
17 | 17 | ||
18 | cp -rf locale $(DESTDIR)/$(PREFIX)/share | 18 | cp -rf locale $(DESTDIR)/$(PREFIX)/share |
19 | - ln -sf $(PREFIX)/share/locale $(DESTDIR)/$(PREFIX)/share/$(APPNAME)/locale | 19 | - ln -sf $(PREFIX)/share/locale $(DESTDIR)/$(PREFIX)/share/$(APPNAME)/locale |
20 | 20 | ||
21 | install -d $(DESTDIR)/$(PREFIX)/share/man/man1 | 21 | install -d $(DESTDIR)/$(MANDIR)/man1 |
22 | install xfce4-panel-profiles.1.gz $(DESTDIR)/$(PREFIX)/share/man/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.10.bb b/meta-xfce/recipes-apps/xfce4-panel-profiles/xfce4-panel-profiles_1.0.12.bb index 7226b1a032..1fcb7edc03 100644 --- a/meta-xfce/recipes-apps/xfce4-panel-profiles/xfce4-panel-profiles_1.0.10.bb +++ b/meta-xfce/recipes-apps/xfce4-panel-profiles/xfce4-panel-profiles_1.0.12.bb | |||
@@ -3,7 +3,7 @@ SECTION = "x11/application" | |||
3 | LICENSE = "GPLv3" | 3 | LICENSE = "GPLv3" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
5 | 5 | ||
6 | inherit python3native gettext features_check | 6 | inherit python3native gettext gtk-icon-cache features_check |
7 | 7 | ||
8 | REQUIRED_DISTRO_FEATURES = "x11" | 8 | REQUIRED_DISTRO_FEATURES = "x11" |
9 | 9 | ||
@@ -12,8 +12,7 @@ DEPENDS += "intltool-native" | |||
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 | file://not-create-link-to-locale.patch \ |
14 | " | 14 | " |
15 | SRC_URI[md5sum] = "6190678bc701c197babcb2389ba46182" | 15 | SRC_URI[sha256sum] = "246e459d2d2f3f524968440ed7fddb2a891567ebc05f10a800f7f5821b3452a7" |
16 | SRC_URI[sha256sum] = "a84d5e748d53bc5da269954cc3ad7f5ac0c4f5813acfd3892ea6f9064f17fb68" | ||
17 | 16 | ||
18 | do_configure() { | 17 | do_configure() { |
19 | # special configure - no autotools... | 18 | # special configure - no autotools... |