index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Tasos Sahanidis <tasos@tasossah.com> | 2024-04-20 03:43:40 +0300 |
---|---|---|
committer | Tasos Sahanidis <tasos@tasossah.com> | 2024-04-20 03:43:40 +0300 |
commit | 062dfdde23298f4804bf0a58232830d512cbd739 (patch) | |
tree | 75952e9bd7a4e5727fdffc2b3e176c2333bbfdcc | |
parent | 8c0a71960c411e506576c70f8c12ba805924170d (diff) |
-rw-r--r-- | extra/upower/PKGBUILD | 10 |
diff --git a/extra/upower/PKGBUILD b/extra/upower/PKGBUILD index f4605c89..8b137891 100644 --- a/extra/upower/PKGBUILD +++ b/extra/upower/PKGBUILD @@ -1,11 +1 @@ -# not recognized by buildmaster, done manually -checkdepends=(python-{dbusmock,gobject} umockdev) -checkdepends+=(dbus-python) -# ignoring failing test: 5/58 Tests.test_battery_energy_charge_mixed -eval "$( - declare -f check | \ - sed ' - s/\(meson test.*\)/\1 || true/ - ' -)" |