summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2019-04-23Revert "release 1.22.1"raveit651-1/+1
This reverts commit db0b94308f76d6eb63b72d08d8e1e56a90a456bf.
2019-04-23release 1.22.1raveit651-1/+1
2019-02-25release 1.22.0v1.22.0raveit651-1/+1
2018-12-23release 1.21.1v1.21.1raveit651-1/+1
2018-11-18Add NetBSD support.Jared McNeill1-0/+14
2018-06-17pre-bump versionraveit651-1/+1
2018-03-08Add dummy plugininfo-cppsp1-1/+15
Allows testing in a virtual machine.
2018-02-27release 1.20.1raveit651-1/+1
2018-01-31release 1.20v1.20.0raveit651-1/+1
2018-01-31require GTK+ 3.22 and GLib 2.50raveit651-2/+2
2018-01-30build: enable udisk2 plugin againraveit651-0/+6
2018-01-27Remove deprecated udisks plugininfo-cppsp1-40/+0
udisks and dbus-glib have been deprecated for at least 5 years. Linux Mint 17.3 and therefore Ubuntu 14.04 LTS ship with udisks2 as default. I've also made a new plugin for udisks2. Let's just get rid of this, shall we?
2018-01-25Remove deprecated eee plugininfo-cppsp1-1/+0
According to https://github.com/mate-desktop/mate-sensors-applet/pull/64#issuecomment-358425379 the eee plugin is obsolete, the same functionality is available through lm-sensors.
2017-11-05release 1.19.1v1.19.1raveit651-1/+1
2017-10-25Revert "release 1.19.1"raveit651-1/+1
This reverts commit 85e657b4e815822311d82c049abd439133f350f1. to early!
2017-10-18release 1.19.1raveit651-1/+1
2017-10-18added udisks2 plugininfo-cppsp1-0/+24
2017-03-30pre-bump versionraveit651-1/+1
2017-03-13Bump version to 1.18.0v1.18.0Martin Wimpress1-1/+1
2016-11-23move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-25/+4
and require mate-panel >= 1.17
2016-09-19release 1.16.0v1.16.0raveit651-1/+1
2016-07-15distcheck: explicitly use currently selected GTK+ versionraveit651-0/+2
2016-06-09release 1.15.0v1.15.0raveit651-1/+1
2016-04-07release 1.14.0raveit651-1/+1
2016-01-26Revert "define max/min version of GLib"Wolfgang Ulbrich1-6/+0
This reverts commit 5205a6a103cb35f5381effb3a79571ad9b5d57bc. This fixes re-define warnings in build log, glib itself define those limits. Honestly, nobody will care about warnings in build log.
2016-01-05pre-bump version to 1.13.0Wolfgang Ulbrich1-1/+1
2015-12-04Bump version to 1.12.1monsta1-1/+1
2015-11-031.12.0v1.12.0Clement Lefebvre1-1/+1
2015-10-06pre-bump version to 1.11.0raveit651-1/+1
2015-09-08define max/min version of GLibinfirit1-0/+6
2015-09-08Rework gsettings schema buildinginfirit1-1/+3
* Bump intltool required version for gsettings support * Extract strings with intltool directly * Let autoconf generate the xml files
2015-07-07Add automake silent rulesinfirit1-0/+1
2015-07-07Add new mbmon pluginDaniele Napolitano1-0/+1
Adapted for mate-sensors-applet by [email protected]
2015-06-27Fix non-portable "==" operator for test(1)OBATA Akio1-1/+1
2015-06-25Bump version to 1.10.2mate-sensors-applet-1.10.2monsta1-1/+1
2015-06-09Bump version to 1.10.1mate-sensors-applet-1.10.1monsta1-1/+1
2015-05-10Bump version to 1.10.0mate-sensors-applet-1.10.0Stefano Karapetsas1-1/+1
2015-04-05Bump version to 1.9.90mate-sensors-applet-1.9.90Stefano Karapetsas1-1/+1
2015-01-14we don't need g_type_init (in GLib >= 2.36)Monsta1-1/+1
Closes https://github.com/mate-desktop/mate-sensors-applet/pull/21
2014-05-07AC_PROG_INTLTOOL is deprecatedinfirit1-1/+1
2014-05-02Add GTK3 supportStefano Karapetsas1-2/+21
2014-04-29Bump version to 1.9.0Stefano Karapetsas1-1/+1
2014-04-29Fix build on DebianMike Gabriel1-1/+1
In clean Debian unstable build chroots, the udisks plugin of mate-sensors-applets does not get built. Reason: The pkg-config tool returns an empty string for "pkg-config --cflags libatasmart" in clean Debian unstable build chroots. This probably is the case, because the result "-I/usr/include" is in the include path anyway and would not add include locations to the build process. Checking the LIBATASMART_LIBS variable is more safe here (as opposed to checking LIBATASMART_CFLAGS). It always contains a value if the library is installed and has a proper version. Closes https://github.com/mate-desktop/mate-sensors-applet/issues/17
2014-03-01Bump version to 1.8.0mate-sensors-applet-1.8.0Stefano Karapetsas1-1/+1
2014-02-19Bump version to 1.7.90mate-sensors-applet-1.7.90Stefano Karapetsas1-1/+1
2014-02-19configure: Add check-newsStefano Karapetsas1-1/+1
2014-01-25Bump version to 1.7.0mate-sensors-applet-1.7.0Stefano Karapetsas1-1/+1
2014-01-25Sync translations with transifexStefano Karapetsas1-1/+0
2013-11-10Silence autofoo warningsinfirit1-0/+1
2013-11-10Update AC_INIT_AUTOMAKE for make distinfirit1-1/+1