From d194242ec5189399fa09464ee6fd2ee7d59ddc59 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Sun, 7 Jun 2015 20:16:29 +0200 Subject: [PATCH] cinnamon-menus: update to 2.6.0. --- srcpkgs/cinnamon-menus/template | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/srcpkgs/cinnamon-menus/template b/srcpkgs/cinnamon-menus/template index 6a9d1b1bde7..173f6a2f93f 100644 --- a/srcpkgs/cinnamon-menus/template +++ b/srcpkgs/cinnamon-menus/template @@ -1,17 +1,21 @@ # Template file for 'cinnamon-menus' pkgname=cinnamon-menus -version=2.4.2 +version=2.6.0 revision=1 short_desc="Cinnamon menu specifications" build_style=gnu-configure configure_args=" --disable-static" -hostmakedepends="pkg-config intltool gobject-introspection" +hostmakedepends="automake libtool gnome-common pkg-config intltool gobject-introspection" makedepends="libglib-devel" maintainer="Juan RP " license="GPL-3" homepage="http://cinnamon.linuxmint.com/" distfiles="https://github.com/linuxmint/${pkgname}/archive/${version}.tar.gz" -checksum=6f3a2c64b47f3704d639213096ca44aee9a35ec8cd7d8d72fff52efc798928ed +checksum=8fe81ffe9818aa9412b4d89daf846f4c0c01f170838b121d4cba027a48068574 + +pre_configure() { + NOCONFIGURE=1 ./autogen.sh +} cinnamon-menus-devel_package() { depends="${makedepends} ${sourcepkg}>=${version}_${revision}"