<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-xfce/recipes-apps/xfce4-panel-profiles, branch hardknott-next</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=hardknott-next</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=hardknott-next'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2021-03-08T01:44:47+00:00</updated>
<entry>
<title>xfce4-panel-profiles: 1.0.12 -&gt; 1.0.13</title>
<updated>2021-03-08T01:44:47+00:00</updated>
<author>
<name>Andreas Müller</name>
<email>schnitzeltony@gmail.com</email>
</author>
<published>2021-03-07T22:34:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=913b1d843c2331ecf9790cd3b99dd14dd68bda9b'/>
<id>urn:sha1:913b1d843c2331ecf9790cd3b99dd14dd68bda9b</id>
<content type='text'>
Although not mentioned below and obstacles in the way,
0001-Makefile.in.in-remove-bashisms.patch made it upstream [1].

Release notes for 1.0.13
========================
New Features:
- Add Cupertino layout (#7)
- Add Redmond 7 layout (#8)
- Add Xfce 4.16 layout

General:
- Updated existing templates to support Xfce 4.16
- Makefile.in.in: remove bashisms
- Enabled exporting Whisker menu configuration (#11)

Updated translations

[1] https://gitlab.xfce.org/apps/xfce4-panel-profiles/-/commit/1565fe5f450732a82a76b828610fc935501584d0

Signed-off-by: Andreas Müller &lt;schnitzeltony@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>xfce4-panel-profiles: update remove-bashisms.patch for centos 7</title>
<updated>2021-01-18T22:35:52+00:00</updated>
<author>
<name>Kai Kang</name>
<email>kai.kang@windriver.com</email>
</author>
<published>2021-01-18T07:19:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=a28e613673d72743feaee89b6156a73893f4488a'/>
<id>urn:sha1:a28e613673d72743feaee89b6156a73893f4488a</id>
<content type='text'>
Command install is from package coreutils. And there is coreutils 8.22
on centos 7 which doesn't support options -D and -t to be used together.
So create/remove the directories and files one by one.

Signed-off-by: Kai Kang &lt;kai.kang@windriver.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>xfce4-panel-profiles: fix do install failure with dash</title>
<updated>2021-01-14T18:11:15+00:00</updated>
<author>
<name>Kai Kang</name>
<email>kai.kang@windriver.com</email>
</author>
<published>2021-01-14T02:10:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=5c97ce5736921873e689b4b38f0e7a98fa5ed29c'/>
<id>urn:sha1:5c97ce5736921873e689b4b38f0e7a98fa5ed29c</id>
<content type='text'>
There are bashisms in Makefile and cause do install failure with dash.

Signed-off-by: Kai Kang &lt;kai.kang@windriver.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>xfce4-panel-profiles: upgrade 1.0.10 -&gt; 1.0.12</title>
<updated>2021-01-05T17:16:26+00:00</updated>
<author>
<name>Andreas Müller</name>
<email>schnitzeltony@gmail.com</email>
</author>
<published>2021-01-03T14:12:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=f2d18ca23fffa99b95c47e49c7b4a008922ac812'/>
<id>urn:sha1:f2d18ca23fffa99b95c47e49c7b4a008922ac812</id>
<content type='text'>
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 &lt;schnitzeltony@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>xfce4-panel-profiles: not create link to /usr/share/locale</title>
<updated>2020-04-25T15:32:41+00:00</updated>
<author>
<name>Kai Kang</name>
<email>kai.kang@windriver.com</email>
</author>
<published>2020-04-23T09:21:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=667a22f84a03e468a3a057109ae68b7785977e36'/>
<id>urn:sha1:667a22f84a03e468a3a057109ae68b7785977e36</id>
<content type='text'>
It is useless to create a link to $(PREFIX)/share/locale that there is
no reference to $(PREFIX)/share/$(APPNAME)/locale in source code.

Signed-off-by: Kai Kang &lt;kai.kang@windriver.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>xfce4-panel-profiles: upgrade 1.0.9 -&gt; 1.0.10</title>
<updated>2020-01-18T22:24:16+00:00</updated>
<author>
<name>Andreas Müller</name>
<email>schnitzeltony@gmail.com</email>
</author>
<published>2020-01-17T21:26:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=74d0ffcef36f2a50610c453ddea42df368343687'/>
<id>urn:sha1:74d0ffcef36f2a50610c453ddea42df368343687</id>
<content type='text'>
Release notes for 1.0.10

========================
New Features:
- Add openSUSE profile
- Add new error for invalid configuration files (Xfce #15983)
- 'Current Configuration' now pulls the current panel state instead of
the state cached when the program starts (Xfce #16114)
- A cancellable warning is now displayed when applying configurations
(Xfce #14559)

Updated Translations:
English (United Kingdom), Galician, Hindi, Slovenian, Thai

Signed-off-by: Andreas Müller &lt;schnitzeltony@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>xfce4-panel-profiles: 1.0.8 -&gt; 1.0.9</title>
<updated>2019-12-11T00:21:08+00:00</updated>
<author>
<name>Kai Kang</name>
<email>kai.kang@windriver.com</email>
</author>
<published>2019-12-06T08:20:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=421f6dddb3df6dc885f967836c694c9236a00ac3'/>
<id>urn:sha1:421f6dddb3df6dc885f967836c694c9236a00ac3</id>
<content type='text'>
Upgrade xfce4-panel-profiles from 1.0.8 to 1.0.9.

Release notes:

* New Features
  - Add Xfce 4.14 profile
* General
  - Suppress deprecation warnings
  - Rename launchers to be more explicit
  - Rename Xubuntu releases to version numbers instead of codenames
  - Unversion gimp desktop file to work with any release
* Bugs Fixed
  - Fix KeyError when processing some layouts (Xfce #14934)
  - Safely handle values that GLib cannot process (Xfce #14597)
* Updated translations

Signed-off-by: Kai Kang &lt;kai.kang@windriver.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Acked-by: Andreas Müller &lt;schnitzeltony@gmail.com&gt;
</content>
</entry>
<entry>
<title>recipes: rename distro_features_check to features_check</title>
<updated>2019-11-22T01:51:37+00:00</updated>
<author>
<name>Denys Dmytriyenko</name>
<email>denys@ti.com</email>
</author>
<published>2019-11-21T05:31:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=4c00e5fed9532fe6ee71ce96b0124fc234b44d4e'/>
<id>urn:sha1:4c00e5fed9532fe6ee71ce96b0124fc234b44d4e</id>
<content type='text'>
Avoid warning due to the class rename in OE-Core.

Signed-off-by: Denys Dmytriyenko &lt;denys@ti.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>xfce4-panel-profiles: initial add 1.0.8</title>
<updated>2018-10-27T04:08:44+00:00</updated>
<author>
<name>Andreas Müller</name>
<email>schnitzeltony@gmail.com</email>
</author>
<published>2018-10-26T10:48:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=b96a6eabb0bf1310dd3a72f146c359af5376fed8'/>
<id>urn:sha1:b96a6eabb0bf1310dd3a72f146c359af5376fed8</id>
<content type='text'>
Signed-off-by: Andreas Müller &lt;schnitzeltony@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
</feed>
