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

Felix Yan felixonmars at archlinux.org
Tue Jul 7 16:13:47 UTC 2020


    Date: Tuesday, July 7, 2020 @ 16:13:47
  Author: felixonmars
Revision: 659175

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 659174, notification-daemon/trunk/PKGBUILD)

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

Copied: notification-daemon/repos/community-staging-x86_64/PKGBUILD (from rev 659174, notification-daemon/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-07 16:13:47 UTC (rev 659175)
@@ -0,0 +1,32 @@
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Contributor: Mark Rosenstand <mark at borkware.net>
+
+pkgname=notification-daemon
+pkgver=3.20.0
+pkgrel=4
+pkgdesc="Server implementation of the freedesktop.org desktop notification specification"
+arch=(x86_64)
+license=(GPL2)
+url="https://wiki.gnome.org/Projects/NotificationDaemon"
+depends=(gtk3)
+makedepends=(intltool)
+source=("https://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('dd13768f35fd8bba9c4920b0f8269f39270e5a3cfed1a34c3b940a492286ece5')
+
+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