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

Jan Steffens heftig at archlinux.org
Sun Oct 4 00:38:13 UTC 2015


    Date: Sunday, October 4, 2015 @ 02:38:13
  Author: heftig
Revision: 142903

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  notification-daemon/repos/community-testing-i686/
  notification-daemon/repos/community-testing-i686/PKGBUILD
    (from rev 142902, notification-daemon/trunk/PKGBUILD)
  notification-daemon/repos/community-testing-x86_64/
  notification-daemon/repos/community-testing-x86_64/PKGBUILD
    (from rev 142902, notification-daemon/trunk/PKGBUILD)

-----------------------------------+
 community-testing-i686/PKGBUILD   |   37 ++++++++++++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   37 ++++++++++++++++++++++++++++++++++++
 2 files changed, 74 insertions(+)

Copied: notification-daemon/repos/community-testing-i686/PKGBUILD (from rev 142902, notification-daemon/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2015-10-04 00:38:13 UTC (rev 142903)
@@ -0,0 +1,37 @@
+# $Id$
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Contributor: Mark Rosenstand <mark at borkware.net>
+
+pkgname=notification-daemon
+pkgver=3.18.0
+pkgrel=1
+pkgdesc="Notification daemon for the desktop notifications framework"
+arch=(i686 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=('3bdbb2615c511227b79d0b59b025f24f2dc11be93c225cde965ccd70c99d326c')
+
+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-testing-x86_64/PKGBUILD (from rev 142902, notification-daemon/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2015-10-04 00:38:13 UTC (rev 142903)
@@ -0,0 +1,37 @@
+# $Id$
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Contributor: Mark Rosenstand <mark at borkware.net>
+
+pkgname=notification-daemon
+pkgver=3.18.0
+pkgrel=1
+pkgdesc="Notification daemon for the desktop notifications framework"
+arch=(i686 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=('3bdbb2615c511227b79d0b59b025f24f2dc11be93c225cde965ccd70c99d326c')
+
+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