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

Jan Steffens heftig at archlinux.org
Fri Apr 5 19:22:18 UTC 2019


    Date: Friday, April 5, 2019 @ 19:22:17
  Author: heftig
Revision: 350148

0.7.8-1

Modified:
  libnotify/trunk/PKGBUILD

----------+
 PKGBUILD |   21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-05 19:16:00 UTC (rev 350147)
+++ PKGBUILD	2019-04-05 19:22:17 UTC (rev 350148)
@@ -1,15 +1,15 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=libnotify
-pkgver=0.7.7
-pkgrel=2
+pkgver=0.7.8
+pkgrel=1
 pkgdesc="Library for sending desktop notifications"
 arch=(x86_64)
 url="https://developer.gnome.org/notification-spec/"
 license=(LGPL)
 depends=(gdk-pixbuf2)
-makedepends=(gtk3 gobject-introspection git gnome-common)
-_commit=c954cabaad9e224c0c6129032d824012d332c11b  # tags/0.7.7^0
+makedepends=(gtk3 gobject-introspection git meson docbook-xsl xmlto gtk-doc)
+_commit=44f92222124b12987406d0768e760ecf9f7e27f8  # tags/0.7.8^0
 source=("git+https://gitlab.gnome.org/GNOME/libnotify.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -20,16 +20,17 @@
 
 prepare() {
   cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
-  cd $pkgname
-  ./configure --prefix=/usr --disable-static --enable-gtk-doc
-  make
+  arch-meson $pkgname build
+  ninja -C build
 }
 
+check() {
+  meson test -C build --print-errorlogs
+}
+
 package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
+  DESTDIR="$pkgdir" meson install -C build
 }



More information about the arch-commits mailing list