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

Jan Steffens heftig at gemini.archlinux.org
Sun Sep 19 14:57:38 UTC 2021


    Date: Sunday, September 19, 2021 @ 14:57:38
  Author: heftig
Revision: 424375

0.7.9-2: FS#72114 change URL

Modified:
  libnotify/trunk/PKGBUILD

----------+
 PKGBUILD |   17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-19 14:17:26 UTC (rev 424374)
+++ PKGBUILD	2021-09-19 14:57:38 UTC (rev 424375)
@@ -1,17 +1,17 @@
-# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=libnotify
 pkgver=0.7.9
-pkgrel=1
+pkgrel=2
 pkgdesc="Library for sending desktop notifications"
 arch=(x86_64)
-url="https://developer.gnome.org/notification-spec/"
+url="https://gitlab.gnome.org/GNOME/libnotify"
 license=(LGPL)
 depends=(gdk-pixbuf2)
 makedepends=(gtk3 gobject-introspection git meson docbook-xsl xmlto gtk-doc)
-provides=(libnotify.so)
 _commit=98a4bf483a69c6436311bcb9834d9d93235c96b7  # tags/0.7.9^0
-source=("git+https://gitlab.gnome.org/GNOME/libnotify.git#commit=$_commit")
+source=("git+$url.git#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
@@ -25,7 +25,7 @@
 
 build() {
   arch-meson $pkgname build
-  ninja -C build
+  meson compile -C build
 }
 
 check() {
@@ -33,5 +33,8 @@
 }
 
 package() {
-  DESTDIR="$pkgdir" meson install -C build
+  depends+=(libg{lib,object,io}-2.0.so libgdk_pixbuf-2.0.so)
+  provides+=(libnotify.so)
+
+  meson install -C build --destdir "$pkgdir"
 }



More information about the arch-commits mailing list