summaryrefslogtreecommitdiff
path: root/applets/fish/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-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
2018-04-28fish: Install fish animations in fish-specific directoryVincent Untz1-1/+1
2018-04-26fish: Convert to GResourceVincent Untz1-10/+18
origin commits: https://git.gnome.org/browse/gnome-panel/commit/?h=gnome-3-4&id=5478111 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-5/+3
* 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/+2
2013-02-10Make GSettings schemas translatableStefano Karapetsas1-0/+3
2012-10-11migrate fish applet to gsettingsStefano Karapetsas1-22/+7
2012-08-06Removed nyan.png from fish applet.Steve Zesch1-2/+1
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+111