summaryrefslogtreecommitdiff
path: root/applets/wncklet/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2023-06-28Fix distribution of applet service filesColomban Wendling1-1/+1
Fix distribution of the applet service files sources when building from an in-process-configured build. This fixes `make distcheck` and tarballs in builds configured with `--with-in-process-applets=all` (or actually any in-process applet). The issue was that the .service.in file was referenced indirectly in EXTRA_DIST, and the variable listed there was only filled in a conditional. Automake is not able to resolve this and see it still should distribute the reference of that variable, even if set conditionally. Fix this by always setting the variable properly, even if it's only used for out-of-process builds.
2020-11-18configure: remove warning about option 'subdir-objects' is disabledrbuj1-0/+2
2020-10-21Link with libwaylandWilliam Wold1-8/+9
2020-10-21Link wncklet with libwayland-client (why did this ever work?)William Wold1-0/+5
2020-10-21Window list Wayland supportWilliam Wold1-0/+8
2020-03-02Do not collect the translation for Iconrbuj1-1/+1
2019-11-15fix mate-panel can not find mo fileWu Xiaotian1-1/+1
2019-11-11migrate from intltool to gettextWu Xiaotian1-6/+6
2019-05-09Determine libwnck version during configureVictor Kareh1-0/+7
2018-04-26wncklet: Convert to GResourceVincent Untz1-14/+20
origin commits: https://git.gnome.org/browse/gnome-panel/commit/?h=gnome-3-4&id=9fbca7d https://git.gnome.org/browse/gnome-panel/commit/?h=gnome-3-4&id=695d30c https://git.gnome.org/browse/gnome-panel/commit/?h=gnome-3-4&id=00f9870
2015-09-06Rework gsettings schema buildinginfirit1-8/+6
* Bump intltool required version for gsettings support * Extract strings with intltool directly * Let autoconf generate the xml files
2013-06-30Fixes for make distStefano Karapetsas1-2/+3
2013-02-10Make GSettings schemas translatableStefano Karapetsas1-0/+3
2012-10-11update notification_areaStefano Karapetsas1-21/+8
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+115