[arch-commits] Commit in libnotify/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Fri Apr 5 19:25:11 UTC 2019


    Date: Friday, April 5, 2019 @ 19:25:11
  Author: heftig
Revision: 350150

archrelease: copy trunk to extra-x86_64

Added:
  libnotify/repos/extra-x86_64/PKGBUILD
    (from rev 350149, libnotify/trunk/PKGBUILD)
Deleted:
  libnotify/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   71 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-05 19:25:01 UTC (rev 350149)
+++ PKGBUILD	2019-04-05 19:25:11 UTC (rev 350150)
@@ -1,35 +0,0 @@
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=libnotify
-pkgver=0.7.7
-pkgrel=2
-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
-source=("git+https://gitlab.gnome.org/GNOME/libnotify.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --disable-static --enable-gtk-doc
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: libnotify/repos/extra-x86_64/PKGBUILD (from rev 350149, libnotify/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-04-05 19:25:11 UTC (rev 350150)
@@ -0,0 +1,36 @@
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libnotify
+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 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')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list