aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/upower-builddir.patch
Commit message (Collapse)AuthorAge
* gnu: upower: Update to 0.99.15.Maxime Devos2022-02-18
| | | | | | | | | | | | | | | | | | | Upstream has removed the Autotools build system and now only supports Meson, so the build system has been changed to 'meson-build-system'. The patch 'power-builddir.patch' has to be replaced to adjust to the switch to Meson. This has been done by adding an origin snippet. The origin snippet has been simplified, and for consistency, it has been made a gexp. Some dependencies were Autotools-only and could be removed. * gnu/packages/gnome.scm (upower): Update to 0.99.15. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: upower: Build from Git sources.Tobias Geerinckx-Rice2021-06-28
| | | | | | | * gnu/packages/gnome.scm (upower)[source]: Use GIT-FETCH and GIT-FILE-NAME. Adjust snippet. [native-inputs]: Add autoconf, automake, gtk-doc, libtool, and which. * gnu/packages/patches/upower-builddir.patch: Adjust to Makefile.am.
* gnu: upower: Update to 0.99.10.Tobias Geerinckx-Rice2019-05-11
| | | | | * gnu/packages/gnome.scm (upower): Update to 0.99.10. * gnu/packages/patches/upower-builddir.patch: Adapt.
* gnu: upower: Update to 0.99.4.Mark H Weaver2017-01-11
| | | | | * gnu/packages/gnome.scm (upower): Update to 0.99.4. * gnu/packages/patches/upower-builddir.patch: Adapt.
* gnu: Add upower.Andy Wingo2015-04-13
* gnu/packages/gnome.scm (upower): New variable. * gnu/packages/patches/upower-builddir.patch: New patch. * gnu-system.am (dist_patch_DATA): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>