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