25 lines
733 B
Plaintext
25 lines
733 B
Plaintext
# Template file for 'libnotify'
|
|
pkgname=libnotify
|
|
version=0.7.1
|
|
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=84dc2a77defb25521d2f1cb7ac34b4d23b55254ba361442658430efb928536c8
|
|
long_desc="
|
|
libnotify is an implementation of the freedesktop.org desktop
|
|
notification specification."
|
|
|
|
subpackages="$pkgname-devel"
|
|
|
|
Add_dependency run glibc
|
|
Add_dependency run glib
|
|
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 gobject-introspection
|