libwnck: update to 3.14.0.

This commit is contained in:
Juan RP 2015-01-13 13:17:54 +01:00
parent e7b4101e93
commit efa932a3ed
1 changed files with 14 additions and 7 deletions

View File

@ -1,26 +1,33 @@
# Template build file for 'libwnck'.
pkgname=libwnck
version=3.4.9
version=3.14.0
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config intltool gobject-introspection"
build_options="gir"
configure_args="$(vopt_enable gir introspection)"
hostmakedepends="pkg-config intltool $(vopt_if gir gobject-introspection)"
makedepends="startup-notification-devel gtk+3-devel libXres-devel"
short_desc="Library for layout and rendering of text"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.gnome.org/"
license="LGPL-2.1"
distfiles="${GNOME_SITE}/libwnck/3.4/$pkgname-$version.tar.xz"
checksum=96e6353f2701a1ea565ece54d791a7bebef1832d96126f7377c54bb3516682c4
nocross=yes
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
checksum=f5080076346609b4c36394b879f3a86b92ced3b90a37cb54c8e9a14f00e7921c
if [ -z "$CROSS_BUILD" ]; then
build_options_default="gir"
fi
libwnck-devel_package() {
depends="gtk+3-devel startup-notification-devel libXres-devel libwnck>=${version}"
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
vmove usr/share/gir-1.0
vmove usr/share/gtk-doc
if [ "$build_option_gir" ]; then
vmove usr/share/gir-1.0
fi
}
}