24 lines
		
	
	
		
			781 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			781 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Template file for 'libnotify'
 | |
| pkgname=libnotify
 | |
| version=0.7.4
 | |
| distfiles="${GNOME_SITE}/$pkgname/0.7/$pkgname-$version.tar.bz2"
 | |
| build_style=gnu-configure
 | |
| revision=2
 | |
| short_desc="Desktop notification library"
 | |
| maintainer="Juan RP <xtraeme@gmail.com>"
 | |
| 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"
 | |
| 
 | |
| 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
 | 
