summaryrefslogtreecommitdiff
path: root/extra/notification-daemon
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-04-01 10:41:09 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-04-01 10:41:09 +0200
commitaa100084bd4ba3ebc3f452ad2cc1acbf8f253a17 (patch)
treeb7f1124277c02cace71cad2b6290dd010796df07 /extra/notification-daemon
parent22a099ec0cc8532196da82ff11d6fb2b3b34fea8 (diff)
parent939efb693a8b362edc0c6ccba62c5ce54fb501af (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: core/sqlite3/PKGBUILD gnome-unstable/at-spi2-atk/PKGBUILD gnome-unstable/at-spi2-core/PKGBUILD gnome-unstable/atk/PKGBUILD gnome-unstable/baobab/PKGBUILD gnome-unstable/brasero/PKGBUILD gnome-unstable/cheese/PKGBUILD gnome-unstable/devhelp/PKGBUILD gnome-unstable/eog-plugins/PKGBUILD gnome-unstable/eog/PKGBUILD gnome-unstable/epiphany/PKGBUILD gnome-unstable/evolution/PKGBUILD gnome-unstable/folks/PKGBUILD gnome-unstable/gcalctool/PKGBUILD gnome-unstable/gdl/PKGBUILD gnome-unstable/gdm/PKGBUILD gnome-unstable/gedit/PKGBUILD gnome-unstable/gjs/PKGBUILD gnome-unstable/glade/PKGBUILD gnome-unstable/glib-networking/PKGBUILD gnome-unstable/glibmm/PKGBUILD gnome-unstable/gnome-bluetooth/PKGBUILD gnome-unstable/gnome-color-manager/PKGBUILD gnome-unstable/gnome-contacts/PKGBUILD gnome-unstable/gnome-control-center/PKGBUILD gnome-unstable/gnome-documents/PKGBUILD gnome-unstable/gnome-games/PKGBUILD gnome-unstable/gnome-games/gnome-games.install gnome-unstable/gnome-online-accounts/PKGBUILD gnome-unstable/gnome-screensaver/PKGBUILD gnome-unstable/gnome-search-tool/PKGBUILD gnome-unstable/gnome-session/PKGBUILD gnome-unstable/gnome-settings-daemon/PKGBUILD gnome-unstable/gnome-shell/PKGBUILD gnome-unstable/gnome-system-monitor/PKGBUILD gnome-unstable/gobject-introspection/PKGBUILD gnome-unstable/gtkmm3/PKGBUILD gnome-unstable/gtksourceview3/PKGBUILD gnome-unstable/libpeas/PKGBUILD gnome-unstable/libsoup/PKGBUILD gnome-unstable/libwebkit/PKGBUILD gnome-unstable/mutter/PKGBUILD gnome-unstable/nautilus/PKGBUILD gnome-unstable/pango/PKGBUILD gnome-unstable/sushi/PKGBUILD gnome-unstable/totem-plparser/PKGBUILD gnome-unstable/totem/PKGBUILD gnome-unstable/vala/PKGBUILD gnome-unstable/vinagre/PKGBUILD gnome-unstable/vino/PKGBUILD gnome-unstable/yelp/PKGBUILD multilib/lib32-libdrm/PKGBUILD multilib/wine/PKGBUILD testing/libarchive/PKGBUILD testing/openssl/PKGBUILD testing/util-linux/PKGBUILD
Diffstat (limited to 'extra/notification-daemon')
-rw-r--r--extra/notification-daemon/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/notification-daemon/PKGBUILD b/extra/notification-daemon/PKGBUILD
index e382d9c4e..899354ab4 100644
--- a/extra/notification-daemon/PKGBUILD
+++ b/extra/notification-daemon/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 140945 2011-10-20 05:44:08Z ibiru $
+# $Id: PKGBUILD 154762 2012-03-30 16:38:12Z heftig $
# Maintainer: Jan de Groot <jgc@archlinux.org>
# Contributor: Mark Rosenstand <mark@borkware.net>
pkgname=notification-daemon
-pkgver=0.7.3
+pkgver=0.7.4
pkgrel=1
pkgdesc="Notification daemon for the desktop notifications framework"
arch=(i686 x86_64 'mips64el')
@@ -14,10 +14,10 @@ groups=('gnome')
makedepends=('pkgconfig' 'intltool')
options=('!libtool' '!emptydirs')
source=(http://download.gnome.org/sources/${pkgname}/0.7/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('c40931557c42cd12fdb04ab531fd7d5c5766641e76babdbff6079a6d88342704')
+sha256sums=('9591273ee2099215cfbe1ce7eb7c08e8cbc3743d0a119e331889ffe9004e6f2f')
build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd ${pkgname}-${pkgver}
./configure --prefix=/usr --sysconfdir=/etc \
--libexecdir=/usr/lib/notification-daemon-1.0 \
--localstatedir=/var --disable-static
@@ -25,6 +25,6 @@ build() {
}
package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd ${pkgname}-${pkgver}
make DESTDIR=${pkgdir} install
}