2009-04-20 00:57:08 +00:00
|
|
|
# Template file for 'libnotify'
|
|
|
|
pkgname=libnotify
|
2012-03-27 05:50:17 +00:00
|
|
|
version=0.7.5
|
|
|
|
distfiles="${GNOME_SITE}/$pkgname/0.7/$pkgname-$version.tar.xz"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2012-03-27 05:50:17 +00:00
|
|
|
configure_args="--disable-static"
|
2009-04-20 00:57:08 +00:00
|
|
|
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"
|
2012-03-27 05:50:17 +00:00
|
|
|
checksum=4378cb47874ba4d5f759b7890d8d28d086e81d3f0bd4f6e84e5ab66d82ffb652
|
2009-04-20 00:57:08 +00:00
|
|
|
long_desc="
|
|
|
|
libnotify is an implementation of the freedesktop.org desktop
|
|
|
|
notification specification."
|
|
|
|
|
2011-03-02 19:36:07 +00:00
|
|
|
subpackages="$pkgname-devel"
|
2010-10-28 15:06:12 +00:00
|
|
|
|
2009-04-20 00:57:08 +00:00
|
|
|
Add_dependency build pkg-config
|
2011-11-05 20:10:06 +00:00
|
|
|
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
|
2011-02-28 22:28:41 +00:00
|
|
|
Add_dependency build gobject-introspection
|