[arch-commits] Commit in power-profiles-daemon/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Mon Oct 4 17:04:14 UTC 2021


    Date: Monday, October 4, 2021 @ 17:04:13
  Author: arojas
Revision: 425077

archrelease: copy trunk to extra-x86_64

Added:
  power-profiles-daemon/repos/extra-x86_64/PKGBUILD
    (from rev 425076, power-profiles-daemon/trunk/PKGBUILD)
Deleted:
  power-profiles-daemon/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   66 +++++++++++++++++++++++++++----------------------------------
 1 file changed, 30 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-04 17:03:48 UTC (rev 425076)
+++ PKGBUILD	2021-10-04 17:04:13 UTC (rev 425077)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: tinywrkb <tinywrkb at gmail.com>
-
-pkgname=power-profiles-daemon
-pkgver=0.9.0
-pkgrel=4
-pkgdesc='Makes power profiles handling available over D-Bus'
-url='https://gitlab.freedesktop.org/hadess/power-profiles-daemon'
-license=(GPL3)
-arch=(x86_64)
-depends=(python upower)
-makedepends=(meson)
-checkdepends=(python-dbusmock python-isort python-mccabe python-pylint umockdev)
-source=(https://gitlab.freedesktop.org/hadess/power-profiles-daemon/-/archive/$pkgver/$pkgname-$pkgver.tar.gz
-        https://gitlab.freedesktop.org/hadess/power-profiles-daemon/-/commit/42b3341b.patch)
-b2sums=('e81818ead84fb627eaba2f17ddba57b69b81e07bfa8d159ae73b7448f91dad72bc30ba9b8d91d190ebe1c38e9c227318bfec4eb3cb32aefc2a05134e17df3f47'
-        '8439cec80bd5fad861c28a059b6a95349c492163c8c8fb4513e8354911ec807053f0edfce0e94712872355ac3175b43eb1d0ae47b7a0f855f685967bbc0503e2')
-
-prepare() {
-  patch -d $pkgname-$pkgver -p1 < 42b3341b.patch # Fix test failure
-}
-
-build() {
-  meson $pkgname-$pkgver build \
-    --prefix /usr \
-    --libexec lib
-  meson compile -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-}

Copied: power-profiles-daemon/repos/extra-x86_64/PKGBUILD (from rev 425076, power-profiles-daemon/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-10-04 17:04:13 UTC (rev 425077)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: tinywrkb <tinywrkb at gmail.com>
+
+pkgname=power-profiles-daemon
+pkgver=0.10.0
+pkgrel=1
+pkgdesc='Makes power profiles handling available over D-Bus'
+url='https://gitlab.freedesktop.org/hadess/power-profiles-daemon'
+license=(GPL3)
+arch=(x86_64)
+depends=(python upower polkit)
+makedepends=(meson)
+checkdepends=(python-dbusmock python-isort python-mccabe umockdev)
+source=(https://gitlab.freedesktop.org/hadess/power-profiles-daemon/-/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+b2sums=('e8c92bb4e848eca3c0b5263c5e4ae0c4aea51ce608086263148efd65d7520815b1a8efe2876c78fbff13a0c503a5fb9426fa70e050c8b3fc7943da0e7068a41f')
+
+build() {
+  meson $pkgname-$pkgver build \
+    --prefix /usr \
+    --libexec lib
+  meson compile -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}



More information about the arch-commits mailing list