summaryrefslogtreecommitdiff
path: root/libmate-panel-applet/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2023-06-29libmate-panel-applet/Makefile.am: Fix build with gettext 0.22Brahmajit Das1-1/+1
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 <[email protected]>
2019-11-15fix mate-panel can not find mo fileWu Xiaotian1-1/+1
2019-11-11migrate from intltool to gettextWu Xiaotian1-5/+5
2019-06-21Fix Makefile.am to install in a given prefix pathJuan Picca1-2/+2
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)
2019-01-25libmate-panel-applet: Stop X11 specific files from building on WaylandWilliam Wold1-2/+6
2017-08-13limatepanel-applet: add panel-applet-private.hlukefromdc1-1/+2
... 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
2016-11-21move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-1/+1
and require libmate-desktop >= 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.
2016-03-22use gtk+-3.20 custom bg fixixes only for > gtk+-3.18 and > glib-2.42raveit651-11/+1
This fixes also distcheck
2016-03-13gtk3.20-fix custom BG change on appletslukefromdc1-1/+13
Update makefile and configure.ac to build the new files needed for GTK 3.19 and later builds.
2014-11-23Revert "gir: Require g-i 0.9.5 and stop using deprecated --strip-prefix option"infirit1-1/+3
This reverts commit 24e90fe2904ea0783562e64ef6981fc83373604f.
2014-11-23gir: Require g-i 0.9.5 and stop using deprecated --strip-prefix optioninfirit1-3/+1
2014-01-27libmate-panel-applet: Use GTK_API_VERSION in Makefile instead of harcoded ↵infirit1-1/+1
gtk api.
2013-07-12Fix introspection in makefilesmate-panel-1.6.1Stefano Karapetsas1-2/+2
2013-06-30Fixes for make distStefano Karapetsas1-2/+2
2013-04-04Fix vpath build of GIRYaakov Selkowitz1-1/+1
2012-10-11migrate libmate-panel-applet to gsettingsStefano Karapetsas1-23/+23
2012-04-05g-ir-scanner: when configure prefix != /usr, add prefix to scanner include pathshaxar1-1/+1
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+143