void-packages/srcpkgs/libnotify/template

26 lines
808 B
Text
Raw Normal View History

# Template file for 'libnotify'
pkgname=libnotify
2011-08-29 06:49:00 +00:00
version=0.7.4
distfiles="${GNOME_SITE}/$pkgname/0.7/$pkgname-$version.tar.bz2"
build_style=gnu-configure
revision=1
short_desc="Desktop notification library"
maintainer="Juan RP <xtraeme@gmail.com>"
2011-08-29 06:49:00 +00:00
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."
subpackages="$pkgname-devel"
2010-10-28 15:06:12 +00:00
Add_dependency run libpng
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 # required to build the tests
Add_dependency build gobject-introspection