[arch-commits] Commit in gnome-power-manager/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Wed Jan 31 18:32:56 UTC 2018


    Date: Wednesday, January 31, 2018 @ 18:32:55
  Author: heftig
Revision: 315692

3.26.0-1

Modified:
  gnome-power-manager/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-31 16:33:45 UTC (rev 315691)
+++ PKGBUILD	2018-01-31 18:32:55 UTC (rev 315692)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gnome-power-manager
-pkgver=3.25.90+4+gc5722ab3
+pkgver=3.26.0
 pkgrel=1
 pkgdesc="System power information and statistics"
 url="https://git.gnome.org/browse/gnome-power-manager"
@@ -11,7 +11,7 @@
 license=(GPL)
 depends=(gtk3 upower dconf)
 makedepends=(git meson)
-_commit=c5722ab3d5821daf9717b38e2c6287e61386e7a6  # master
+_commit=c8e409451d0e97351a0efae931ca2c25503e6662  # tags/GNOME_POWER_MANAGER_3_26_0^0
 source=("git+https://git.gnome.org/browse/gnome-power-manager#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -21,17 +21,14 @@
 }
 
 prepare() {
-  mkdir build
   cd $pkgname
 }
 
 build() {
-  cd build
-  arch-meson ../$pkgname
-  ninja
+  arch-meson $pkgname build
+  ninja -C build
 }
 
 package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
+  DESTDIR="$pkgdir" ninja -C build install
 }



More information about the arch-commits mailing list