[arch-commits] Commit in gnome-control-center/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Wed Sep 5 17:01:42 UTC 2018


    Date: Wednesday, September 5, 2018 @ 17:01:42
  Author: heftig
Revision: 333474

3.30.0-1

Modified:
  gnome-control-center/trunk/PKGBUILD	(contents, properties)

----------+
 PKGBUILD |   17 ++++++-----------
 1 file changed, 6 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-05 16:53:07 UTC (rev 333473)
+++ PKGBUILD	2018-09-05 17:01:42 UTC (rev 333474)
@@ -1,9 +1,8 @@
-# $Id$
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 # Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gnome-control-center
-pkgver=3.28.2
+pkgver=3.30.0
 pkgrel=1
 pkgdesc="GNOME's main interface to configure various aspects of the desktop"
 url="https://gitlab.gnome.org/GNOME/gnome-control-center"
@@ -21,12 +20,10 @@
             'vino: screen sharing'
             'openssh: remote login')
 groups=(gnome)
-_commit=98eca2f974be3e155d5d43a37142b6f5d9fac7ac  # tags/3.28.2^0
+_commit=d05b901a1dfc5cbd55b8f2dc7683a177e6f4774d  # tags/3.30.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-control-center.git#commit=$_commit"
-        "git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git"
-        "git+https://gitlab.gnome.org/GNOME/libgd.git")
+        "git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git")
 sha256sums=('SKIP'
-            'SKIP'
             'SKIP')
 
 pkgver() {
@@ -38,22 +35,20 @@
   cd $pkgname
   git submodule init
   git config --local submodule.subprojects/gvc.url "$srcdir/libgnome-volume-control"
-  git config --local submodule.subprojects/libgd.url "$srcdir/libgd"
   git submodule update
 }
 
 
 build() {
-  arch-meson $pkgname build -D documentation=true -D b_lto=false
+  arch-meson $pkgname build -D documentation=true
   ninja -C build
 }
 
 check() {
-  cd build
-  meson test
+  meson test -C build
 }
 
 package() {
-  DESTDIR="$pkgdir" ninja -C build install
+  DESTDIR="$pkgdir" meson install -C build
   install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
 }


Property changes on: gnome-control-center/trunk/PKGBUILD
___________________________________________________________________
Deleted: svn:keywords
## -1 +0,0 ##
-Id
\ No newline at end of property



More information about the arch-commits mailing list