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

Jan Steffens heftig at archlinux.org
Wed Sep 5 00:53:45 UTC 2018


    Date: Wednesday, September 5, 2018 @ 00:53:45
  Author: heftig
Revision: 333375

minor

Modified:
  clutter-gtk/trunk/PKGBUILD	(contents, properties)

----------+
 PKGBUILD |   20 +++++++++-----------
 1 file changed, 9 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-05 00:52:04 UTC (rev 333374)
+++ PKGBUILD	2018-09-05 00:53:45 UTC (rev 333375)
@@ -1,4 +1,4 @@
-# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=clutter-gtk
@@ -5,13 +5,13 @@
 pkgver=1.8.4
 pkgrel=1
 pkgdesc="Clutter integration with GTK+"
-arch=('x86_64')
-url="https://git.gnome.org/browse/clutter-gtk"
+arch=(x86_64)
+url="https://gitlab.gnome.org/GNOME/clutter-gtk"
 license=(LGPL)
 depends=(clutter)
 makedepends=(gobject-introspection gtk-doc git meson)
 _commit=77483ba46384adde76f6c4599eae77eeec852c56  # tags/1.8.4^0
-source=("git+https://git.gnome.org/browse/clutter-gtk#commit=$_commit")
+source=("git+https://gitlab.gnome.org/GNOME/clutter-gtk.git#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
@@ -20,18 +20,16 @@
 }
 
 prepare() {
-  mkdir build
   cd $pkgname
 }
 
 build() {
-  cd build
-  meson --prefix=/usr --buildtype=release ../$pkgname \
-    -Denable_docs=true
-  ninja
+  arch-meson $pkgname build -Denable_docs=true
+  ninja -C build
 }
 
 package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
+  DESTDIR="$pkgdir" meson install -C build
 }
+
+# vim:set sw=2 et:


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



More information about the arch-commits mailing list