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

Jan Steffens heftig at archlinux.org
Sat Sep 8 01:25:05 UTC 2018


    Date: Saturday, September 8, 2018 @ 01:25:05
  Author: heftig
Revision: 333880

3.30.0+40+g7c92e1b3-1

Modified:
  devhelp/trunk/PKGBUILD	(contents, properties)

----------+
 PKGBUILD |   24 +++++++++++-------------
 1 file changed, 11 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-08 01:20:08 UTC (rev 333879)
+++ PKGBUILD	2018-09-08 01:25:05 UTC (rev 333880)
@@ -1,10 +1,9 @@
-# $Id$
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 # Contributor: Jan de Groot <jgc at archlinux.org>
 # Contributor: Link Dupont <link at subpop.net>
 
 pkgname=devhelp
-pkgver=3.28.1
+pkgver=3.30.0+40+g7c92e1b3
 pkgrel=1
 pkgdesc="API documentation browser for GNOME"
 arch=(x86_64)
@@ -11,10 +10,10 @@
 license=(GPL)
 url="https://wiki.gnome.org/Apps/Devhelp"
 depends=(webkit2gtk)
-makedepends=(pkgconfig python gnome-common git appstream-glib autoconf-archive gobject-introspection)
+makedepends=(gtk-doc git appstream-glib gobject-introspection meson yelp-tools)
 groups=(gnome-extra)
-_commit=d5613ffb57f34f42251d4d40340ee5ad9fe7cc66  # tags/3.28.1^0
-source=("git+https://git.gnome.org/browse/devhelp#commit=$_commit")
+_commit=7c92e1b3f64915eb2245aae7a41588cc80ff54e1  # master
+source=("git+https://gitlab.gnome.org/GNOME/devhelp.git#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
@@ -24,18 +23,17 @@
 
 prepare() {
   cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc \
-      --localstatedir=/var --disable-static --disable-Werror --disable-maintainer-mode
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
+  arch-meson $pkgname build -D gtk_doc=true
+  ninja -C build
 }
 
+check() {
+  meson test -C build
+}
+
 package() {
-  cd $pkgname
-  make DESTDIR="${pkgdir}" install
+  DESTDIR="$pkgdir" meson install -C build
 }


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



More information about the arch-commits mailing list