diff --git a/srcpkgs/libnotify/libnotify-devel.template b/srcpkgs/libnotify/libnotify-devel.template index 8169fdb4d4..3a0243b6ae 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 c61e208f34..6c2357f0e8 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."