summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
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-09Add min/max glib versionsinfirit1-0/+6
2015-09-08Rework gsettings schema buildinginfirit1-1/+2
* Bump intltool required version for gsettings support * Extract strings with intltool directly * Let autoconf generate the xml files * Add gettext domain to gschema
2015-08-31drop xrandr 1.2 compatibility (it's ancient)Monsta1-5/+1
2015-07-14Bump version to 1.10.1mate-power-manager-1.10.1Monsta1-1/+1
2015-05-04Bump version to 1.10.0mate-power-manager-1.10.0Stefano Karapetsas1-1/+1
2015-05-04dropped HAL-based bugreport script, corrected READMEMonsta1-1/+0
HAL is from stone age, so that script doesn't work now anyway Cloeses https://github.com/mate-desktop/mate-power-manager/pull/145
2015-04-04Bump version to 1.9.90mate-power-manager-1.9.90Stefano Karapetsas1-1/+1
2015-01-20Bump version to 1.9.1Stefano Karapetsas1-1/+1
2015-01-15remove ifdefs, bump upower version requirementMonsta1-1/+1
Closes https://github.com/mate-desktop/mate-power-manager/pull/126
2014-12-17Revert "We agreed to target Glib 2.32"infirit1-1/+1
This reverts commit 18e079201d970b6402b56ef0c0b2a01496ff582e.
2014-12-16We agreed to target Glib 2.32infirit1-1/+1
2014-12-15simplify configure.ac a bit due to libunique being mandatoryMonsta1-25/+7
it's used in the code unconditionally anyway
2014-07-02Bump minimum GLIB and GTK2 versionsStefano Karapetsas1-4/+3
2014-07-02Bump version to 1.9.0Stefano Karapetsas1-1/+1
2014-04-24Add about dialog in tray iconStefano Karapetsas1-0/+2
This add dependency on libmate-desktop
2014-03-01Bump version to 1.8.0mate-power-manager-1.8.0Stefano Karapetsas1-1/+1
2014-02-19File path longer than 99 chars, use tar-ustarmate-power-manager-1.7.90infirit1-1/+1
2014-02-18Bump version to 1.7.90Stefano Karapetsas1-1/+1
2014-02-18configure: Add check-newsStefano Karapetsas1-1/+1
2014-01-17Bump version to 1.7.0Stefano Karapetsas1-1/+1
2014-01-17Merge pull request #92 from infirit/masterStefano Karapetsas1-11/+2
Reverse configure logic for --enable-deprecated
2014-01-16Update configure for GTK3 supportStefano Karapetsas1-5/+7
2014-01-15Reverse configure logic for --enable-deprecatedinfirit1-11/+2
And just set DISABLE_DEPRECATED to an empty string.
2013-12-16Add option to enable deprecations and hide warnings under --enable-extra-warninfirit1-1/+25
2013-08-01Merge pull request #69 from infirit/yelptoolsStefano Karapetsas1-1/+1
Use yelp-tools instead of mate-doc-utils
2013-08-02Merge branch 'dev-gnome-keyring'Stefano Karapetsas1-5/+5
2013-08-01Use yelp-tools instead of mate-doc-utilsinfirit1-1/+1
2013-07-24Code improvements and deprecation fixesmate-power-manager-1.6.2Stefano Karapetsas1-1/+1
2013-07-24Remove systemd from configure summaryStefano Karapetsas1-2/+0
2013-07-24Bump version to 1.6.2Stefano Karapetsas1-1/+1
2013-07-09switch to gnome-keyringraveit1-5/+5
2013-07-05drop --with-systemdinhibit and move logind detection to runtimeFabio Erculiani1-21/+0
There is no need to bind the user to either systemd-logind or upower at build time. People can switch between init systems or run logind without systemd.
2013-07-05drop --with-systemdsleep and move logind detection to runtimeFabio Erculiani1-21/+0
There is no need to bind the user to either systemd-logind or upower at build time. People can switch between init systems or run logind without systemd.
2013-05-02Fixes for make dist and make distcheckStefano Karapetsas1-1/+1
2013-05-02Merge pull request #55 from boyarsh/masterStefano Karapetsas1-0/+22
Add ability to suspend/hibernate via logind
2013-04-28Preparing for 1.6.1 release.Steve Zesch1-1/+1
2013-04-08add logind sleep abilityAnton V. Boyarshinov1-0/+22
With upower 0.9.20, sleep and hybernate functions of upower declared deprecated. All applications should use logind for sleep/hybernate. So, there is an implementation of logind-powered sleep for mpm.
2013-04-03Fix AM_INIT_AUTOMAKE flags for automake 1.13Dan Mashal1-2/+1
2013-04-01Bump version to 1.6.0mate-power-manager-1.6.0Stefano Karapetsas1-1/+1
2013-03-16Bump version to 1.5.2mate-power-manager-1.5.2Stefano Karapetsas1-1/+1
2013-02-18assume 0.7.0 works as wellElan Ruusamäe1-1/+1
2013-02-18use libnotify, not libmatenotifyElan Ruusamäe1-2/+2
2012-12-15Make mate-keyring support optionalBrent Hull1-1/+17
2012-11-29Added systemd version check, so that we dont catch people who dont need inhibitWilliam Brown1-1/+1
2012-11-22Preparing for 1.5.1 release.mate-power-manager-1.5.1Steve Zesch1-1/+1
2012-11-22Auto-detect whether to build systemd supportBrent Hull1-3/+5
2012-11-21Adds a systemdinhibit configure flagWilliam Brown1-0/+20