libnotify: update to 0.7.6.
This commit is contained in:
parent
00c30fad29
commit
dbd880c559
1 changed files with 6 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libnotify'
|
||||
pkgname=libnotify
|
||||
version=0.7.5
|
||||
revision=2
|
||||
version=0.7.6
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
hostmakedepends="pkg-config gobject-introspection"
|
||||
|
@ -11,23 +11,24 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
homepage="http://library.gnome.org/devel/notification-spec/"
|
||||
license="LGPL-2.1"
|
||||
distfiles="${GNOME_SITE}/$pkgname/0.7/$pkgname-$version.tar.xz"
|
||||
checksum=4378cb47874ba4d5f759b7890d8d28d086e81d3f0bd4f6e84e5ab66d82ffb652
|
||||
checksum=0ef61ca400d30e28217979bfa0e73a7406b19c32dd76150654ec5b2bdf47d837
|
||||
long_desc="
|
||||
libnotify is an implementation of the freedesktop.org desktop
|
||||
notification specification."
|
||||
|
||||
libnotify-devel_package() {
|
||||
depends="gdk-pixbuf-devel libglib-devel libnotify>=${version}"
|
||||
short_desc+=" -- development files"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/share
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
||||
libnotify_package() {
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
vmove all
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue