<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.10.0.bb, branch gatesgarth</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=gatesgarth</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=gatesgarth'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2015-03-21T15:42:24+00:00</updated>
<entry>
<title>libxfce4ui: update to 4.12.1</title>
<updated>2015-03-21T15:42:24+00:00</updated>
<author>
<name>Andreas Müller</name>
<email>schnitzeltony@googlemail.com</email>
</author>
<published>2015-03-01T23:50:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=5f1cfd0879696a56f05c0bb3f5a3bb48a2dc4873'/>
<id>urn:sha1:5f1cfd0879696a56f05c0bb3f5a3bb48a2dc4873</id>
<content type='text'>
Signed-off-by: Andreas Müller &lt;schnitzeltony@googlemail.com&gt;
</content>
</entry>
<entry>
<title>libxfce4ui: fix order of inherits</title>
<updated>2014-07-21T22:01:54+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2014-07-20T13:20:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=e97f2308e3b3710452deed5b9dfb390351ce6ce5'/>
<id>urn:sha1:e97f2308e3b3710452deed5b9dfb390351ce6ce5</id>
<content type='text'>
* we need gtk-doc before xfce-git, because gtk-doc needs configure.in or configure.ac
  and the repository contains only configure.ac.in which is transformed into
  configure.ac by autogen which is prepended to do_configure by xfce-git (so
  this .bbclass needs to appear in inherit after gtk-doc to prepend autogen.sh
  before gtkdocize call.

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>libxfce4ui: Add missing gtk-doc inherit</title>
<updated>2014-07-21T22:01:54+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2014-07-18T08:14:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=f0b89de52022321bc384c314f9a0d8d0dc6bfab5'/>
<id>urn:sha1:f0b89de52022321bc384c314f9a0d8d0dc6bfab5</id>
<content type='text'>
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>libxfce4ui: fix configue by inheriting xfce-git.bbclass</title>
<updated>2014-04-20T08:40:27+00:00</updated>
<author>
<name>Andreas Müller</name>
<email>schnitzeltony@googlemail.com</email>
</author>
<published>2014-04-01T09:00:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=7676240b63aa27959b5bb219470e57d0b3e2b4cb'/>
<id>urn:sha1:7676240b63aa27959b5bb219470e57d0b3e2b4cb</id>
<content type='text'>
Signed-off-by: Andreas Müller &lt;schnitzeltony@googlemail.com&gt;
</content>
</entry>
<entry>
<title>recipes-xfce/libxfce4ui: depends and autotools fixes</title>
<updated>2014-03-23T20:53:57+00:00</updated>
<author>
<name>stephen.arnold42</name>
<email>stephen.arnold42@gmail.com</email>
</author>
<published>2014-03-18T04:34:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=b306212c8919a8638d5e97acfd6262bcbd3401ed'/>
<id>urn:sha1:b306212c8919a8638d5e97acfd6262bcbd3401ed</id>
<content type='text'>
Note: this patch (v3) obseletes previous versions

libxfce4ui_4.10.0.bb: Upstream changes required autotools and gettext (intl)
fixes, as well as moving the autogen stuff to a separate task.  Full depends
were also added (2 were converted to PACKAGECONFIG options) along with a
vendor config option.

Signed-off-by: Stephen Arnold &lt;stephen.arnold42@gmail.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issues</title>
<updated>2014-02-23T22:20:02+00:00</updated>
<author>
<name>Matthieu CRAPET</name>
<email>Matthieu.CRAPET@ingenico.com</email>
</author>
<published>2014-02-19T14:47:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=c95e155780a0cf3a8fb59a2f86db6367d18116fc'/>
<id>urn:sha1:c95e155780a0cf3a8fb59a2f86db6367d18116fc</id>
<content type='text'>
Changes:
- rename SUMMARY with length &gt; 80 to DESCRIPTION
- rename DESCRIPTION with length &lt; 80 to (non present tag) SUMMARY
- drop final point character at the end of SUMMARY string
- remove trailing whitespace of SUMMARY line

Note: don't bump PR

Signed-off-by: Matthieu Crapet &lt;Matthieu.Crapet@ingenico.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>libxfce4ui: avoid dragging in gtk3</title>
<updated>2013-10-05T10:36:03+00:00</updated>
<author>
<name>Andreas Müller</name>
<email>schnitzeltony@googlemail.com</email>
</author>
<published>2013-09-21T10:41:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=c4828167f7bac211cd65387085d28d4854456994'/>
<id>urn:sha1:c4828167f7bac211cd65387085d28d4854456994</id>
<content type='text'>
gtk3 support was introduced in b3a2a01b40affbedc2b0951f7180c1212d24d532 when we
moved to latest git

Signed-off-by: Andreas Müller &lt;schnitzeltony@googlemail.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>libxfce4ui: update to git head</title>
<updated>2013-09-19T11:56:57+00:00</updated>
<author>
<name>Andreas Müller</name>
<email>schnitzeltony@googlemail.com</email>
</author>
<published>2013-09-16T09:04:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=b3a2a01b40affbedc2b0951f7180c1212d24d532'/>
<id>urn:sha1:b3a2a01b40affbedc2b0951f7180c1212d24d532</id>
<content type='text'>
* in commit f30f9742e64ea5ec3b23d977b904f24799d773d6 the signature for
  xfce_shortcut_conflict_dialog was changed. This change is required for
  xfce4-setings HEAD. In the next patch of this series the development
  of a datetime setter for xfce4-settings will be introduced and this
  is put on top of xfce4-setings HEAD.
* there has been no release since 04.2012

Signed-off-by: Andreas Müller &lt;schnitzeltony@googlemail.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>libxfce4ui: add glade package</title>
<updated>2012-10-16T13:01:14+00:00</updated>
<author>
<name>Andreas Müller</name>
<email>schnitzeltony@googlemail.com</email>
</author>
<published>2012-09-28T06:35:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=cc4b2fa400f673001088b1fe2c1a5869d7d2b312'/>
<id>urn:sha1:cc4b2fa400f673001088b1fe2c1a5869d7d2b312</id>
<content type='text'>
* To edit glade files for xfce-packages it needs libxfce4ui's catalog [1].
* Unfortunately some host distributions do not supply a libxfce4ui-glade package.
* By installing glade3 + libxfce4ui-glade it is now possible to edit xfce's
  glade-files on target machine.

[1] http://comments.gmane.org/gmane.comp.desktop.xfce.devel.version4/20021

Signed-off-by: Andreas Müller &lt;schnitzeltony@googlemail.com&gt;
Signed-off-by: Koen Kooi &lt;koen@dominion.thruhere.net&gt;
</content>
</entry>
<entry>
<title>libxfce4ui: update to 4.10.0</title>
<updated>2012-09-18T13:54:00+00:00</updated>
<author>
<name>Andreas Müller</name>
<email>schnitzeltony@googlemail.com</email>
</author>
<published>2012-09-16T13:19:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=cf58e9f9c2763d6717c7e1b22ea9be98543b6a93'/>
<id>urn:sha1:cf58e9f9c2763d6717c7e1b22ea9be98543b6a93</id>
<content type='text'>
Signed-off-by: Andreas Müller &lt;schnitzeltony@googlemail.com&gt;
</content>
</entry>
</feed>
