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

2020-07-07 Thread Felix Yan via arch-commits
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 
+# Contributor: Mark Rosenstand 
+
+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
+}


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

2018-11-09 Thread Evangelos Foutras via arch-commits
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 
+# Contributor: Mark Rosenstand 
+
+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
+}


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

2011-04-07 Thread Ionut Biru
Date: Thursday, April 7, 2011 @ 14:45:50
  Author: ibiru
Revision: 118746

db-move: moved notification-daemon from [gnome-unstable] to [testing] (x86_64)

Added:
  notification-daemon/repos/testing-x86_64/
Deleted:
  notification-daemon/repos/gnome-unstable-x86_64/