libwnck: update to 3.30.0.
This commit is contained in:
parent
8ba985de86
commit
ffaef2ff71
1 changed files with 8 additions and 7 deletions
|
@ -1,19 +1,20 @@
|
|||
# Template build file for 'libwnck'.
|
||||
# Template file for 'libwnck'
|
||||
pkgname=libwnck
|
||||
version=3.24.1
|
||||
version=3.30.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
build_options="gir"
|
||||
configure_args="$(vopt_enable gir introspection)"
|
||||
hostmakedepends="gdk-pixbuf-devel pkg-config intltool $(vopt_if gir gobject-introspection)"
|
||||
hostmakedepends="gdk-pixbuf-devel 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@voidlinux.eu>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="http://www.gnome.org/"
|
||||
license="LGPL-2.1"
|
||||
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||
checksum=afa6dc283582ffec15c3374790bcbcb5fb422bd38356d72deeef35bf7f9a1f04
|
||||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=ac6d0d2646aa80676d3066651e73abb7bff7ed79be238c9b21a0083e2adc3439
|
||||
|
||||
build_options="gir"
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
build_options_default="gir"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue