[arch-commits] Commit in gnome-power-manager/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Wed Jan 31 18:42:27 UTC 2018


    Date: Wednesday, January 31, 2018 @ 18:42:26
  Author: heftig
Revision: 315695

archrelease: copy trunk to extra-x86_64

Added:
  gnome-power-manager/repos/extra-x86_64/PKGBUILD
    (from rev 315694, gnome-power-manager/trunk/PKGBUILD)
Deleted:
  gnome-power-manager/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   71 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 34 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-31 18:40:28 UTC (rev 315694)
+++ PKGBUILD	2018-01-31 18:42:26 UTC (rev 315695)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=gnome-power-manager
-pkgver=3.25.90+4+gc5722ab3
-pkgrel=1
-pkgdesc="System power information and statistics"
-url="https://git.gnome.org/browse/gnome-power-manager"
-arch=(i686 x86_64)
-license=(GPL)
-depends=(gtk3 upower dconf)
-makedepends=(git meson)
-_commit=c5722ab3d5821daf9717b38e2c6287e61386e7a6  # master
-source=("git+https://git.gnome.org/browse/gnome-power-manager#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^GNOME_POWER_MANAGER_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  arch-meson ../$pkgname
-  ninja
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: gnome-power-manager/repos/extra-x86_64/PKGBUILD (from rev 315694, gnome-power-manager/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-01-31 18:42:26 UTC (rev 315695)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-power-manager
+pkgver=3.26.0
+pkgrel=1
+pkgdesc="System power information and statistics"
+url="https://git.gnome.org/browse/gnome-power-manager"
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3 upower dconf)
+makedepends=(git meson)
+_commit=c8e409451d0e97351a0efae931ca2c25503e6662  # tags/GNOME_POWER_MANAGER_3_26_0^0
+source=("git+https://git.gnome.org/browse/gnome-power-manager#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNOME_POWER_MANAGER_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}



More information about the arch-commits mailing list