changed to tar.xz

This commit is contained in:
Gerben Jan Dijkman 2022-01-17 01:48:41 +01:00
parent c2e7a526ff
commit c35e5c11d9
2 changed files with 3 additions and 4 deletions

View File

@ -1 +1 @@
DIST upower-0.99.13.tar.gz 184658 BLAKE2B 740f7c0935c208653bf3c85fe411f6900e22719d71f559f8ac9c0b6a7d574b689010bed56e3cf71a5f4c003c794a26d28a31040a4b70b20ef7170b8911342ed8 SHA512 f2f63c470703b02b3be5f13fd1c0ad2626cfd6a5e27472d7bdcdf6daedb74d78ed8af54e5d103465c6d0cce7dd613a09ffc1b6b6d508eb33eb54c53ba9e967f5 DIST upower-0.99.13.tar.xz 448876 BLAKE2B 400e8eb9128bbf0b4fa71756a8ea4a81c65978151c598dc0bd08879090232c58594fc657c863650e8b9c38985cc4c829501ce2d7fc9287922cd79845c32307b3 SHA512 5e72d3a67060e3053bc0753b5a2ab3b5fc5bc5e9d6e32165286c7d4c97d23441ef7c095af3af7a6f1f59841e63c1d46b2d90681abad22eb442047bd628d859d2

View File

@ -7,7 +7,8 @@ inherit systemd xdg-utils
DESCRIPTION="D-Bus abstraction for enumerating power devices, querying history and statistics" DESCRIPTION="D-Bus abstraction for enumerating power devices, querying history and statistics"
HOMEPAGE="https://upower.freedesktop.org/" HOMEPAGE="https://upower.freedesktop.org/"
SRC_URI="https://gitlab.freedesktop.org/upower/upower/-/archive/UPOWER_0_99_13/upower-UPOWER_0_99_13.tar.gz -> ${P}.tar.gz" SRC_URI="https://gitlab.freedesktop.org/upower/upower/uploads/177df5b9f9b76f25a2ad9da41aa0c1fa/upower-0.99.13.tar.xz"
# No tarball released at the usual location # No tarball released at the usual location
#SRC_URI="https://${PN}.freedesktop.org/releases/${P}.tar.xz" #SRC_URI="https://${PN}.freedesktop.org/releases/${P}.tar.xz"
@ -48,8 +49,6 @@ DOCS=( AUTHORS HACKING NEWS README )
#PATCHES=( "${FILESDIR}/${P}-fix-power_now-energy_rate-readings.patch" ) # bug 796896 #PATCHES=( "${FILESDIR}/${P}-fix-power_now-energy_rate-readings.patch" ) # bug 796896
S="${WORKDIR}/upower-UPOWER_0_99_13"
src_prepare() { src_prepare() {
default default
xdg_environment_reset xdg_environment_reset