extra/gnome-power-manager to 43.0-2

This commit is contained in:
Kevin Mihelich 2024-07-12 23:23:41 +00:00
parent c6ac1e9f7b
commit 7fe4b1ede4
2 changed files with 17 additions and 2 deletions

View file

@ -0,0 +1,16 @@
pkgbase = gnome-power-manager
pkgdesc = System power information and statistics
pkgver = 43.0
pkgrel = 2
url = https://gitlab.gnome.org/GNOME/gnome-power-manager
arch = x86_64
license = GPL
makedepends = git
makedepends = meson
depends = gtk3
depends = upower
depends = dconf
source = git+https://gitlab.gnome.org/GNOME/gnome-power-manager.git#commit=98f8ac8275d413f141a3f422e731e3213fc1db03
sha256sums = SKIP
pkgname = gnome-power-manager

View file

@ -6,14 +6,13 @@
pkgname=gnome-power-manager
pkgver=43.0
pkgrel=1
pkgrel=2
pkgdesc="System power information and statistics"
url="https://gitlab.gnome.org/GNOME/gnome-power-manager"
arch=(x86_64)
license=(GPL)
depends=(gtk3 upower dconf)
makedepends=(git meson)
options=(debug)
_commit=98f8ac8275d413f141a3f422e731e3213fc1db03 # tags/GNOME_POWER_MANAGER_43_0^0
source=("git+https://gitlab.gnome.org/GNOME/gnome-power-manager.git#commit=$_commit"
'0001-set-libm-as-required.patch')