[arch-commits] Commit in notification-daemon/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Fri Nov 9 22:53:40 UTC 2018


    Date: Friday, November 9, 2018 @ 22:53:39
  Author: foutrelis
Revision: 405119

archrelease: copy trunk to community-staging-x86_64

Added:
  notification-daemon/repos/community-staging-x86_64/
  notification-daemon/repos/community-staging-x86_64/PKGBUILD
    (from rev 405118, notification-daemon/trunk/PKGBUILD)

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

Copied: notification-daemon/repos/community-staging-x86_64/PKGBUILD (from rev 405118, notification-daemon/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-11-09 22:53:39 UTC (rev 405119)
@@ -0,0 +1,36 @@
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Contributor: Mark Rosenstand <mark at borkware.net>
+
+pkgname=notification-daemon
+pkgver=3.20.0
+pkgrel=2
+pkgdesc="Notification daemon for the desktop notifications framework"
+arch=(x86_64)
+license=(GPL)
+url="http://www.gnome.org/"
+depends=(gtk3 libcanberra)
+makedepends=(intltool)
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('dd13768f35fd8bba9c4920b0f8269f39270e5a3cfed1a34c3b940a492286ece5')
+
+prepare() {
+    cd ${pkgname}-${pkgver}
+}
+
+build() {
+    cd ${pkgname}-${pkgver}
+    ./configure --prefix=/usr --sysconfdir=/etc \
+        --libexecdir=/usr/lib/notification-daemon-1.0 \
+        --localstatedir=/var --disable-static
+    make
+}
+
+check() {
+    cd ${pkgname}-${pkgver}
+    make check
+}
+
+package() {
+    cd ${pkgname}-${pkgver}
+    make DESTDIR=${pkgdir} install
+}



More information about the arch-commits mailing list