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

Evangelos Foutras foutrelis at archlinux.org
Sat Nov 10 04:27:06 UTC 2018


    Date: Saturday, November 10, 2018 @ 04:27:05
  Author: foutrelis
Revision: 338899

archrelease: copy trunk to staging-x86_64

Added:
  libnotify/repos/staging-x86_64/
  libnotify/repos/staging-x86_64/PKGBUILD
    (from rev 338898, libnotify/trunk/PKGBUILD)

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

Copied: libnotify/repos/staging-x86_64/PKGBUILD (from rev 338898, libnotify/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2018-11-10 04:27:05 UTC (rev 338899)
@@ -0,0 +1,35 @@
+# 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
+}



More information about the arch-commits mailing list