Package Details: upower-git 1.90.2.r6.g029651a-1

Git Clone URL: https://aur.archlinux.org/upower-git.git (read-only, click to copy)
Package Base: upower-git
Description: enumerating power devices, listening to events and querying history and statistics
Upstream URL: https://upower.freedesktop.org
Licenses: GPL
Conflicts: upower
Provides: upower
Submitter: bidulock
Maintainer: bidulock
Last Packager: bidulock
Votes: 2
Popularity: 0.000000
First Submitted: 2016-02-01 02:31 (UTC)
Last Updated: 2023-08-11 16:52 (UTC)

Dependencies (10)

Required by (117)

Sources (1)

Latest Comments

bidulock commented on 2022-01-14 19:28 (UTC)

@petertrr Thanks, that works nicely.

petertrr commented on 2022-01-14 19:01 (UTC)

Since version 0.99.13 the script autogen.sh is not longer available and upower is built using meson. So with the current PKGBUILD the package can no longer be built.

I was able to build it with the following PKGBUILD, based on wiki instruction:

build() {
  cd $pkgname

  arch-meson -Dintrospection=enabled -Dman=true -Dgtk-doc=true -Didevice=enabled . build
  meson compile -C build 
}

package() {
  cd $pkgname
  meson install -C build --destdir $pkgdir
}

TaZeR commented on 2018-05-21 16:32 (UTC) (edited on 2018-05-21 16:32 (UTC) by TaZeR)

Please add 'git' to the makedepends, cannot build without this in chroot.

sir_lucjan commented on 2016-05-18 15:25 (UTC)

Please add "gtk-doc" as makedepends.