libnotify: update to 0.7.4.

This commit is contained in:
Juan RP 2011-08-29 08:49:00 +02:00
parent 509f55e43a
commit db1dbec5ba
2 changed files with 9 additions and 13 deletions

View file

@ -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
}

View file

@ -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 <xtraeme@gmail.com>"
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