From 38b7e3f2e847e1c96e752e9b87009686698172a1 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 23 Feb 2011 17:07:21 +0000 Subject: main/evolution: rebuild against db5 --- testing/evolution/APKBUILD | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'testing/evolution') diff --git a/testing/evolution/APKBUILD b/testing/evolution/APKBUILD index 428c37de38..edb89c8054 100644 --- a/testing/evolution/APKBUILD +++ b/testing/evolution/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: William Pitcock pkgname=evolution pkgver=2.32.1 -pkgrel=0 +pkgrel=1 pkgdesc="evolution mail client" url="http://projects.gnome.org/evolution" arch="all" @@ -24,6 +24,10 @@ prepare() { *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; esac done + + # to build against gtk+-2.24 + # http://bugs.gentoo.org/show_bug.cgi?id=352400 + sed -i -e "s:-DGTK_DISABLE_DEPRECATED::" configure } build() { -- cgit v1.2.3