From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1N1kon-0004qO-DL for garchives@archives.gentoo.org; Sat, 24 Oct 2009 17:54:21 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F41F0E0929; Sat, 24 Oct 2009 17:54:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D40E7E0929 for ; Sat, 24 Oct 2009 17:54:20 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 7AE57652CF for ; Sat, 24 Oct 2009 17:54:20 +0000 (UTC) Received: from ssuominen by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1N1kom-0003hG-0J for gentoo-commits@lists.gentoo.org; Sat, 24 Oct 2009 17:54:20 +0000 From: "Samuli Suominen (ssuominen)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ssuominen@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-verve-plugin/files: xfce4-verve-plugin-0.3.6-exo.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: xfce4-verve-plugin-0.3.6-exo.patch X-VCS-Directories: xfce-extra/xfce4-verve-plugin/files X-VCS-Committer: ssuominen X-VCS-Committer-Name: Samuli Suominen Content-Type: text/plain; charset=utf8 Message-Id: Sender: Samuli Suominen Date: Sat, 24 Oct 2009 17:54:20 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 53b81fa3-f85d-44dc-8357-89bc9518c4a9 X-Archives-Hash: 3cd2989cc1a77cfc3ea76220e38b3497 ssuominen 09/10/24 17:54:20 Added: xfce4-verve-plugin-0.3.6-exo.patch Log: Fix configure.in to detect >=3Dexo-0.5. (Portage version: 2.2_rc46/cvs/Linux x86_64) Revision Changes Path 1.1 xfce-extra/xfce4-verve-plugin/files/xfce4-verve-plug= in-0.3.6-exo.patch file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-v= erve-plugin/files/xfce4-verve-plugin-0.3.6-exo.patch?rev=3D1.1&view=3Dmar= kup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-v= erve-plugin/files/xfce4-verve-plugin-0.3.6-exo.patch?rev=3D1.1&content-ty= pe=3Dtext/plain Index: xfce4-verve-plugin-0.3.6-exo.patch =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D diff -ur xfce4-verve-plugin-0.3.6.orig/configure.in xfce4-verve-plugin-0.= 3.6/configure.in --- xfce4-verve-plugin-0.3.6.orig/configure.in 2008-11-23 17:40:47.000000= 000 +0200 +++ xfce4-verve-plugin-0.3.6/configure.in 2009-10-24 20:52:32.000000000 += 0300 @@ -52,7 +52,8 @@ dnl *********************************** dnl *** Check for required packages *** dnl *********************************** -XDT_CHECK_PACKAGE([LIBEXO], [exo-0.3], [0.3.1.3]) +XDT_CHECK_PACKAGE([LIBEXO], [exo-0.3], [0.3.1.3], [], + [XDT_CHECK_PACKAGE([LIBEXO], [exo-1], [0.5.0])]) XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.4.0]) XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.4.0]) XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [2.6.4])