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

Antonio Rojas arojas at gemini.archlinux.org
Mon May 2 18:02:03 UTC 2022


    Date: Monday, May 2, 2022 @ 18:02:03
  Author: arojas
Revision: 444424

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-02 18:01:54 UTC (rev 444423)
+++ PKGBUILD	2022-05-02 18:02:03 UTC (rev 444424)
@@ -1,32 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: tinywrkb <tinywrkb at gmail.com>
-
-pkgname=power-profiles-daemon
-pkgver=0.11
-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=(upower polkit)
-optdepends=('python-gobject: for powerprofilesctl')
-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=('12a7b31739355f707af4d694c5a9d44250d0b4ef2d994a4b95cdbf99e377ea95ed488310ae8f7a0a14a67caeba442fb98990af112234f27bbb63d4ec91a74417')
-
-build() {
-  meson $pkgname-$pkgver build \
-    --prefix /usr \
-    --libexec lib \
-    --sysconfdir /usr/share
-  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 444423, power-profiles-daemon/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-02 18:02:03 UTC (rev 444424)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: tinywrkb <tinywrkb at gmail.com>
+
+pkgname=power-profiles-daemon
+pkgver=0.11.1
+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=(upower polkit)
+optdepends=('python-gobject: for powerprofilesctl')
+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=('53514a3de851da349b39e0261a1ce4cdd7e3e62ed08d1ed7374518132e1f5ce2230ae869c34c7461bcdaf4eb89b9d78360526ac7e21c525c09de31bd19503ab4')
+
+build() {
+  meson $pkgname-$pkgver build \
+    --prefix /usr \
+    --libexec lib \
+    --sysconfdir /usr/share
+  meson compile -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}



More information about the arch-commits mailing list