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

Jan Steffens heftig at archlinux.org
Tue Sep 4 23:57:40 UTC 2018


    Date: Tuesday, September 4, 2018 @ 23:57:40
  Author: heftig
Revision: 333356

3.30.0-1

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

----------+
 PKGBUILD |   16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-04 23:57:21 UTC (rev 333355)
+++ PKGBUILD	2018-09-04 23:57:40 UTC (rev 333356)
@@ -1,19 +1,18 @@
-# $Id$
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 
 pkgname=gnome-session
-pkgver=3.28.1
+pkgver=3.30.0
 pkgrel=1
 pkgdesc="The GNOME Session Handler"
-url="https://git.gnome.org/browse/gnome-session"
+url="https://gitlab.gnome.org/GNOME/gnome-session"
 arch=(x86_64)
-license=(GPL LGPL)
+license=(GPL)
 depends=(systemd dconf gsettings-desktop-schemas gtk3 gnome-desktop
          json-glib libgl libsm libxtst systemd)
 makedepends=(mesa gtk-doc xtrans git python xmlto docbook-xsl meson)
 groups=(gnome)
-_commit=98f8e15621006e069a4c886b6084a80aa4c27663  # tags/3.28.1^0
-source=("git+https://git.gnome.org/browse/gnome-session#commit=$_commit")
+_commit=a317214526911bd312a66ade717a2c62271dd500  # tags/3.30.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-session.git#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
@@ -31,10 +30,9 @@
 }
 
 check() {
-  cd build
-  meson test
+  meson test -C build
 }
 
 package() {
-  DESTDIR="$pkgdir" ninja -C build install
+  DESTDIR="$pkgdir" meson install -C build
 }


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



More information about the arch-commits mailing list