From ffaef2ff71af3370badc0efc7cdb76a92b33cb26 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Tue, 11 Sep 2018 23:32:12 -0300 Subject: [PATCH] libwnck: update to 3.30.0. --- srcpkgs/libwnck/template | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/srcpkgs/libwnck/template b/srcpkgs/libwnck/template index 80f234c40ef..3609863b765 100644 --- a/srcpkgs/libwnck/template +++ b/srcpkgs/libwnck/template @@ -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 " +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