diff --git a/srcpkgs/libnotify/libnotify-devel.template b/srcpkgs/libnotify/libnotify-devel.template index 65eb5760644..02dc8fb7c55 100644 --- a/srcpkgs/libnotify/libnotify-devel.template +++ b/srcpkgs/libnotify/libnotify-devel.template @@ -6,16 +6,13 @@ long_desc="${long_desc} This package contains files for development, headers, static libs, etc." Add_dependency run pkg-config -Add_dependency run glib-devel -Add_dependency run libpng-devel -Add_dependency run gdk-pixbuf-devel -Add_dependency run gobject-introspection +Add_dependency run gtk+3-devel Add_dependency run libnotify do_install() { - 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 + vmove usr/include usr + vmove usr/share usr + vmove "usr/lib/*.a" usr/lib + vmove usr/lib/pkgconfig usr/lib } diff --git a/srcpkgs/libnotify/template b/srcpkgs/libnotify/template index d589a14ed10..d591b4cbed3 100644 --- a/srcpkgs/libnotify/template +++ b/srcpkgs/libnotify/template @@ -1,11 +1,13 @@ # Template file for 'libnotify' pkgname=libnotify -version=0.7.3 +version=0.7.4 distfiles="${GNOME_SITE}/$pkgname/0.7/$pkgname-$version.tar.bz2" build_style=gnu_configure short_desc="Desktop notification library" maintainer="Juan RP " -checksum=322541fdf276eb803686df81763a5186af041b2ee3e9cc5fa1dc86c550388c88 +homepage="http://library.gnome.org/devel/notification-spec/" +license="LGPL-2.1" +checksum=fd204a6491d826174863f16e289a2069504d9ca109e4acd7ba88cd42869b9fc6 long_desc=" libnotify is an implementation of the freedesktop.org desktop notification specification." @@ -18,8 +20,5 @@ Add_dependency run libpng Add_dependency run gdk-pixbuf Add_dependency build pkg-config -Add_dependency build glib-devel -Add_dependency build libpng-devel -Add_dependency build gdk-pixbuf-devel Add_dependency build gtk+3-devel Add_dependency build gobject-introspection