[arch-commits] Commit in sysprof/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Thu Jan 18 09:38:41 UTC 2018


    Date: Thursday, January 18, 2018 @ 09:38:40
  Author: heftig
Revision: 315056

FS#57108 gnome groups

Modified:
  sysprof/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-18 09:37:44 UTC (rev 315055)
+++ PKGBUILD	2018-01-18 09:38:40 UTC (rev 315056)
@@ -15,6 +15,7 @@
 arch=(x86_64)
 depends=(gtk3 polkit)
 makedepends=(itstool git meson)
+groups=(gnome-extra)
 _commit=b251a6c85336d0e3646859bff89919c220e75534  # tags/sysprof-3.26.1^0
 source=("git+https://git.gnome.org/browse/sysprof#commit=$_commit")
 sha256sums=('SKIP')
@@ -25,14 +26,12 @@
 }
 
 prepare() {
-  mkdir build
   cd $pkgname
 }
 
 build() {
-  cd build
-  arch-meson ../$pkgname
-  ninja
+  arch-meson $pkgname build
+  ninja -C build
 }
 
 check() {
@@ -41,6 +40,5 @@
 }
 
 package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
+  DESTDIR="$pkgdir" ninja -C build install
 }



More information about the arch-commits mailing list