23 lines
803 B
Text
23 lines
803 B
Text
# Template file for 'libnotify'
|
|
pkgname=libnotify
|
|
version=0.7.5
|
|
distfiles="${GNOME_SITE}/$pkgname/0.7/$pkgname-$version.tar.xz"
|
|
build_style=gnu-configure
|
|
configure_args="--disable-static"
|
|
short_desc="Desktop notification library"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://library.gnome.org/devel/notification-spec/"
|
|
license="LGPL-2.1"
|
|
checksum=4378cb47874ba4d5f759b7890d8d28d086e81d3f0bd4f6e84e5ab66d82ffb652
|
|
long_desc="
|
|
libnotify is an implementation of the freedesktop.org desktop
|
|
notification specification."
|
|
|
|
subpackages="$pkgname-devel"
|
|
|
|
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
|