summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2020-04-06use MATE_COMPILE_WARNINGS from mate-commonrbuj1-43/+3
2020-02-08release 1.24.0v1.24.0raveit651-2/+2
2020-01-23release 1.23.3v1.23.3raveit651-1/+1
2020-01-10require DBUS >= 1.10.0monsta1-1/+1
needed after 474cc44934eb915f97dd8ba876e2256c40b4ea9a
2020-01-09Default DBUS_SYS_DIR to ${datadir}/dbus-1/system.dworldofpeace1-1/+1
Since D-Bus 1.9.18 configuration files installed by third-party should go in share/dbus-1/system.d. The old location is for sysadmin overrides.
2019-08-30switch to use gettextWu Xiaotian1-3/+2
2019-08-22release 1.23.2v1.23.2raveit651-1/+1
2019-08-11Bump version to 1.23.1Victor Kareh1-2/+2
2019-08-11Add remaining peripheral schemas from mate-desktopVictor Kareh1-0/+1
2019-08-11mouse: Add acceleration profilesVictor Kareh1-0/+1
Currently libinput supports Adaptive and Flat acceleration profiles. We can use these to change mouse behavior. Synaptic touchpads are not supported through libinput, so they will not be affected by this change. The Default acceleration profile reads the value from the libinput defaults and sets them as the current profile. Usually ends up being Adaptive.
2019-07-11plugins: drop libXxf86 dependencyraveit651-6/+0
The X server hasn't implemented it in over 10 years. and it was dropped from debian since a long time. fixes https://github.com/mate-desktop/mate-settings-daemon/issues/284
2019-06-15pre-bump versionraveit651-1/+1
2019-06-10Change url project's websiteLaurent Napias1-1/+1
2019-02-24release 1.22.0v1.22.0raveit651-2/+2
2018-12-05release 1.21.2v1.21.2raveit651-1/+1
2018-10-24rfkill: Add RFKill support plugin on Linux systemsZhang Xianwei1-0/+18
from https://github.com/GNOME/gnome-settings-daemon/commit/444af32e343a79ca3db0f957bf73687a0f0df9ec Signed-off-by: Zhang Xianwei <[email protected]>
2018-10-11pre-bump versionlukefromdc1-2/+2
2018-08-27require mate-desktop-1.21.1raveit651-1/+1
2018-05-31bump m-s-d requirementraveit651-1/+1
2018-05-31bump versionraveit651-1/+1
master should have a higher version than stable branch
2018-02-06bump require of mate-desktopraveit651-1/+1
2018-02-06Load xsettings during initialization phaseVictor Kareh1-0/+1
Also set QT_* env variables during init, and restart marco, mate-panel, toggle desktop icons when changing scales
2018-01-30release 1.20raveit651-2/+2
2018-01-30require GTK+ 3.22 and GLib 2.50monsta1-6/+3
2018-01-24release 1.19.2v1.19.2raveit651-1/+1
2018-01-08xsettings: drop CanChangeAccels which won't work with GTK+3monsta1-1/+1
this requires https://github.com/mate-desktop/mate-desktop/commit/b133f518f6f2310093fd3b5248049c7048cfb8d4 closes https://github.com/mate-desktop/mate-desktop/issues/296
2017-12-28configure.ac: drop GLIB_VERSION_MAX_ALLOWEDmonsta1-3/+0
because warnings like "xxx is deprecated: Not available before 2.44" look stupid
2017-12-24release 1.19.1v1.19.1raveit651-1/+1
2017-08-16configure: bump MATE_DESKTOP_REQUIRED_VERSIONraveit651-1/+1
m-s-d needs gsetting schema for globalmenu support from mate-desktop
2017-03-30pre-bump versionraveit651-1/+1
2017-03-13release 1.18.0v1.18.0raveit651-2/+2
2017-01-03pre-bump versionraveit651-1/+1
2016-11-20move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-31/+8
and require libmatekbd and libmate-desktop >= 1.17
2016-11-20build: require libmatemixer >= 1.10 (first stable release)monsta1-1/+1
2016-11-20build: require libxklavier >= 5.2monsta1-1/+1
as libmatekbd already requires it: https://github.com/mate-desktop/libmatekbd/commit/d330b5fd54ea4c86985a48c65e959184a6ef9bb5
2016-11-20fix indent a bitmonsta1-1/+1
2016-11-20remove extra glib version check from build confAlexander van der Meij1-7/+0
2016-11-20build: require dconf >= 0.13monsta1-8/+1
2016-10-26build: require XInput unconditionallymonsta1-12/+1
as done in g-s-d six years ago: https://git.gnome.org/browse/gnome-settings-daemon/commit/?id=5b2a28376a3aa81d865679e8c91d2f6beb8af799
2016-09-18release 1.16.0v1.16.0raveit651-2/+2
2016-08-03pre-bump versionraveit651-1/+1
2016-07-15distcheck: explicitly use currently selected GTK+ versionraveit651-0/+2
2016-06-07release 1.15.0v1.15.0raveit651-1/+1
2016-04-06release 1.14.0raveit651-2/+2
2016-03-11pre-bump versionraveit651-1/+1
2016-01-05pre-bump version to 1.13.0Wolfgang Ulbrich1-2/+2
2015-12-04Bump version to 1.12.1monsta1-1/+1
2015-11-031.12.0v1.12.0Clement Lefebvre1-1/+1
2015-09-08define max/min version of GLibinfirit1-0/+6
2015-09-08Rework gsettings schema buildinginfirit1-1/+22
* Bump intltool required version for gsettings support * Extract strings with intltool directly * Let autoconf generate the xml files