From 9e5d889627b9e577c250ee992caa6307e4806ef3 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 26 Nov 2010 20:47:51 +0100 Subject: [PATCH] libnotify: update to 0.5.2. --- srcpkgs/libnotify/libnotify-devel.template | 7 ++----- srcpkgs/libnotify/template | 7 +++---- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/srcpkgs/libnotify/libnotify-devel.template b/srcpkgs/libnotify/libnotify-devel.template index 8169fdb4d49..3a0243b6aea 100644 --- a/srcpkgs/libnotify/libnotify-devel.template +++ b/srcpkgs/libnotify/libnotify-devel.template @@ -5,8 +5,6 @@ long_desc="${long_desc} This package contains files for development, headers, static libs, etc." -revision=2 - Add_dependency run pkg-config Add_dependency run gtk+-devel Add_dependency run atk-devel @@ -21,9 +19,8 @@ Add_dependency run libnotify do_install() { - mkdir -p ${DESTDIR}/usr/lib ${DESTDIR}/usr/share - mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr + mkdir -p ${DESTDIR}/usr/lib + mv ${SRCPKGDESTDIR}/usr/{include,share} ${DESTDIR}/usr mv ${SRCPKGDESTDIR}/usr/lib/lib*.*a ${DESTDIR}/usr/lib mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib - mv ${SRCPKGDESTDIR}/usr/share/gtk-doc ${DESTDIR}/usr/share } diff --git a/srcpkgs/libnotify/template b/srcpkgs/libnotify/template index c61e208f341..6c2357f0e8e 100644 --- a/srcpkgs/libnotify/template +++ b/srcpkgs/libnotify/template @@ -1,12 +1,11 @@ # Template file for 'libnotify' pkgname=libnotify -version=0.4.5 -revision=3 -distfiles="http://www.galago-project.org/files/releases/source/$pkgname/$pkgname-$version.tar.gz" +version=0.5.2 +distfiles="${GNOME_SITE}/$pkgname/0.5/$pkgname-$version.tar.bz2" build_style=gnu_configure short_desc="Desktop notification library" maintainer="Juan RP " -checksum=0799db8ea1500b65a477421a8c930cc8c8b0bbc0596e55ea1601e2542f3fb0d9 +checksum=1f6f1a2d6a0e009997c7ed31f6197f9bf09e9b45fb9cd54acabceea951d99062 long_desc=" libnotify is an implementation of the freedesktop.org desktop notification specification."