Date: Saturday, February 12, 2011 @ 13:27:49 Author: ibiru Revision: 109780
upgpkg: notification-daemon 0.7.0-1 update to 0.7.0. Modified: notification-daemon/trunk/PKGBUILD ----------+ PKGBUILD | 33 ++++++++++++++++----------------- 1 file changed, 16 insertions(+), 17 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-02-12 17:40:59 UTC (rev 109779) +++ PKGBUILD 2011-02-12 18:27:49 UTC (rev 109780) @@ -3,29 +3,28 @@ # Contributor: Mark Rosenstand <[email protected]> pkgname=notification-daemon -pkgver=0.4.0 -pkgrel=4 +pkgver=0.7.0 +pkgrel=1 pkgdesc="Notification daemon for the desktop notifications framework" -arch=(i686 x86_64) +arch=('i686' 'x86_64') license=('GPL') url="http://www.galago-project.org/specs/notification/" -depends=('libsexy>=0.1.11' 'libwnck>=2.28.0' 'gconf>=2.28.0' 'gstreamer0.10-base>=0.10.25' 'libnotify>=0.4.5' 'libglade>=2.6.4' 'hicolor-icon-theme') +depends=('gtk3' 'libcanberra') groups=('gnome') -makedepends=('pkgconfig' 'intltool') +makedepends=('pkgconfig' 'intltool' 'dbus-glib') options=('!libtool' '!emptydirs') -install=notification-daemon.install -source=(http://www.galago-project.org/files/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.bz2) -md5sums=('e61eff9782551d81045bb53e8a801d58') +source=(http://download.gnome.org/sources/${pkgname}/0.7/${pkgname}-${pkgver}.tar.bz2) +sha256sums=('47e894192d56050223c5972d8a451ea578cec2e20289d4c00616f98bb828cdf8') build() { - cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr --sysconfdir=/etc \ - --libexecdir=/usr/lib/notification-daemon-1.0 \ - --localstatedir=/var --disable-static || return 1 - make || return 1 - make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install || return 1 + cd "${srcdir}/${pkgname}-${pkgver}" + ./configure --prefix=/usr --sysconfdir=/etc \ + --libexecdir=/usr/lib/notification-daemon-1.0 \ + --localstatedir=/var --disable-static + make +} - install -d -m755 "${pkgdir}/usr/share/gconf/schemas" - gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" --domain notification-daemon ${pkgdir}/etc/gconf/schemas/*.schemas || return 1 - rm -f ${pkgdir}/etc/gconf/schemas/*.schemas +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR=${pkgdir} install }
