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

Brett Cornwall ainola at archlinux.org
Wed Apr 3 04:24:27 UTC 2019


    Date: Wednesday, April 3, 2019 @ 04:24:25
  Author: ainola
Revision: 448264

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-03 04:24:06 UTC (rev 448263)
+++ PKGBUILD	2019-04-03 04:24:25 UTC (rev 448264)
@@ -1,36 +0,0 @@
-# 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
-}

Copied: notification-daemon/repos/community-x86_64/PKGBUILD (from rev 448263, notification-daemon/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-04-03 04:24:25 UTC (rev 448264)
@@ -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=3
+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