<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-panel/libmate-panel-applet/Makefile.am, branch v1.28.6</title>
<subtitle>MATE panel</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/'/>
<entry>
<title>libmate-panel-applet/Makefile.am: Fix build with gettext 0.22</title>
<updated>2023-06-29T17:11:57+00:00</updated>
<author>
<name>Brahmajit Das</name>
<email>brahmajit.xyz@gmail.com</email>
</author>
<published>2023-06-26T16:07:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=5a7f770082568453f3a5f271a274156f08352101'/>
<id>5a7f770082568453f3a5f271a274156f08352101</id>
<content type='text'>
With gettext-0.22 we are getting build errors like:
/usr/bin/msgfmt --desktop --keyword Name --keyword Description --template org.mate.panel.TestApplet.mate-panel-applet.desktop.in -d ../po -o org.mate.panel.TestApplet.mate-panel-applet
/usr/bin/msgfmt: no input file should be given if --desktop and -d are specified
Try '/usr/bin/msgfmt --help' for more information.
make[3]: *** [Makefile:1035: org.mate.panel.TestApplet.mate-panel-applet] Error 1
make[3]: *** Waiting for unfinished jobs....

Bug: https://bugs.gentoo.org/908877
Signed-off-by: Brahmajit Das &lt;brahmajit.xyz@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With gettext-0.22 we are getting build errors like:
/usr/bin/msgfmt --desktop --keyword Name --keyword Description --template org.mate.panel.TestApplet.mate-panel-applet.desktop.in -d ../po -o org.mate.panel.TestApplet.mate-panel-applet
/usr/bin/msgfmt: no input file should be given if --desktop and -d are specified
Try '/usr/bin/msgfmt --help' for more information.
make[3]: *** [Makefile:1035: org.mate.panel.TestApplet.mate-panel-applet] Error 1
make[3]: *** Waiting for unfinished jobs....

Bug: https://bugs.gentoo.org/908877
Signed-off-by: Brahmajit Das &lt;brahmajit.xyz@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>fix mate-panel can not find mo file</title>
<updated>2019-11-15T11:16:58+00:00</updated>
<author>
<name>Wu Xiaotian</name>
<email>yetist@gmail.com</email>
</author>
<published>2019-11-15T08:20:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=981ee3649d067e3cf5b39ad46624d1bb5b182534'/>
<id>981ee3649d067e3cf5b39ad46624d1bb5b182534</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>migrate from intltool to gettext</title>
<updated>2019-11-11T22:18:35+00:00</updated>
<author>
<name>Wu Xiaotian</name>
<email>yetist@gmail.com</email>
</author>
<published>2019-10-30T12:33:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=f5354df76377627dde56b079c9328b46865033d2'/>
<id>f5354df76377627dde56b079c9328b46865033d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Makefile.am to install in a given prefix path</title>
<updated>2019-06-21T07:42:55+00:00</updated>
<author>
<name>Juan Picca</name>
<email>jumapico@gmail.com</email>
</author>
<published>2019-06-17T03:53:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=622448814ded2129d4415713a1d06d6fdcb80cfb'/>
<id>622448814ded2129d4415713a1d06d6fdcb80cfb</id>
<content type='text'>
Currently installing mate-panel fails with the error

     /bin/mkdir -p '/usr/share/gir-1.0'
     /usr/bin/install -c -m 644 MatePanelApplet-4.0.gir '/usr/share/gir-1.0'
    /usr/bin/install: cannot create regular file '/usr/share/gir-1.0/MatePanelApplet-4.0.gir': Permission denied

when configure is called with the --prefix option.

This fix is the same used in:

* caja (libcaja-extension/Makefile.am)
* eom (src/Makefile.am)
* libmatekbd (libmatekbd/Makefile.am)
* mate-desktop (libmate-desktop/Makefile.am)
* pluma (pluma/Makefile.am)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently installing mate-panel fails with the error

     /bin/mkdir -p '/usr/share/gir-1.0'
     /usr/bin/install -c -m 644 MatePanelApplet-4.0.gir '/usr/share/gir-1.0'
    /usr/bin/install: cannot create regular file '/usr/share/gir-1.0/MatePanelApplet-4.0.gir': Permission denied

when configure is called with the --prefix option.

This fix is the same used in:

* caja (libcaja-extension/Makefile.am)
* eom (src/Makefile.am)
* libmatekbd (libmatekbd/Makefile.am)
* mate-desktop (libmate-desktop/Makefile.am)
* pluma (pluma/Makefile.am)
</pre>
</div>
</content>
</entry>
<entry>
<title>libmate-panel-applet: Stop X11 specific files from building on Wayland</title>
<updated>2019-01-25T17:52:06+00:00</updated>
<author>
<name>William Wold</name>
<email>wm@wmww.sh</email>
</author>
<published>2019-01-16T11:38:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=23e1bdab8fff515cdb0adc4ac97a621cf9252844'/>
<id>23e1bdab8fff515cdb0adc4ac97a621cf9252844</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>limatepanel-applet: add panel-applet-private.h</title>
<updated>2017-08-13T18:37:24+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2017-07-14T21:18:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=401faa0e87a8769607b979ac464be8c0fc832ff7'/>
<id>401faa0e87a8769607b979ac464be8c0fc832ff7</id>
<content type='text'>
    ... and move private functions from factory to this file. Later
    we will have at least one more private function.

Based on https://github.com/GNOME/gnome-panel/commit/c04da8c76ee6f16af44faca2b247df71e98b0a4b
plus one more change as it was added out of order
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    ... and move private functions from factory to this file. Later
    we will have at least one more private function.

Based on https://github.com/GNOME/gnome-panel/commit/c04da8c76ee6f16af44faca2b247df71e98b0a4b
plus one more change as it was added out of order
</pre>
</div>
</content>
</entry>
<entry>
<title>move to GTK+3 (&gt;= 3.14), drop GTK+2 code and --with-gtk build option</title>
<updated>2016-11-21T18:14:26+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-11-21T18:14:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=d0ddaedffa7d417a699cafce73c1e418515c4a28'/>
<id>d0ddaedffa7d417a699cafce73c1e418515c4a28</id>
<content type='text'>
and require libmate-desktop &gt;= 1.17

WARNING: use GTK+3 build of libmateweather for this build.
that lib is not migrated to GTK+3 only as we will possibly
use libgweather instead of it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and require libmate-desktop &gt;= 1.17

WARNING: use GTK+3 build of libmateweather for this build.
that lib is not migrated to GTK+3 only as we will possibly
use libgweather instead of it.
</pre>
</div>
</content>
</entry>
<entry>
<title>use gtk+-3.20 custom bg fixixes only for &gt; gtk+-3.18 and &gt; glib-2.42</title>
<updated>2016-03-22T19:15:12+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2016-03-22T19:15:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=f9221b85ca81f34dc6eb258c6b160bf88ef0d7ea'/>
<id>f9221b85ca81f34dc6eb258c6b160bf88ef0d7ea</id>
<content type='text'>
This fixes also distcheck
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes also distcheck
</pre>
</div>
</content>
</entry>
<entry>
<title>gtk3.20-fix custom BG change on applets</title>
<updated>2016-03-13T19:14:08+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2016-03-10T22:40:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=d7fda0e930816abe3696d86d88fd539e43125e9d'/>
<id>d7fda0e930816abe3696d86d88fd539e43125e9d</id>
<content type='text'>
Update makefile and configure.ac to build the new files needed for GTK 3.19 and later builds.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update makefile and configure.ac to build the new files needed for GTK 3.19 and later builds.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "gir: Require g-i 0.9.5 and stop using deprecated --strip-prefix option"</title>
<updated>2014-11-23T14:17:33+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2014-11-23T14:17:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=9bdf26a667fdb91c2aaa326b946e058677d97a0d'/>
<id>9bdf26a667fdb91c2aaa326b946e058677d97a0d</id>
<content type='text'>
This reverts commit 24e90fe2904ea0783562e64ef6981fc83373604f.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 24e90fe2904ea0783562e64ef6981fc83373604f.
</pre>
</div>
</content>
</entry>
</feed>
