summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Redaelli <drizzt@gentoo.org>2007-05-29 17:15:59 +0000
committerTimothy Redaelli <drizzt@gentoo.org>2007-05-29 17:15:59 +0000
commit712ff4e40c84b74146f914a2f4014e6c973738ca (patch)
tree68760865c76499af947f66141468e7448b4db6c0 /net-im/pidgin/pidgin-2.0.1.ebuild
parentAdding ibm-powerpc-utils-papr-1.0.3 and patches (diff)
downloadgentoo-2-712ff4e40c84b74146f914a2f4014e6c973738ca.tar.gz
gentoo-2-712ff4e40c84b74146f914a2f4014e6c973738ca.tar.bz2
gentoo-2-712ff4e40c84b74146f914a2f4014e6c973738ca.zip
Do not install .desktop file if we don't compile GTK UI.
(Portage version: 2.1.2.7)
Diffstat (limited to 'net-im/pidgin/pidgin-2.0.1.ebuild')
-rw-r--r--net-im/pidgin/pidgin-2.0.1.ebuild9
1 files changed, 7 insertions, 2 deletions
diff --git a/net-im/pidgin/pidgin-2.0.1.ebuild b/net-im/pidgin/pidgin-2.0.1.ebuild
index bd1944347ad2..d6bd0b04ab4a 100644
--- a/net-im/pidgin/pidgin-2.0.1.ebuild
+++ b/net-im/pidgin/pidgin-2.0.1.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.0.1.ebuild,v 1.3 2007/05/27 20:05:49 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.0.1.ebuild,v 1.4 2007/05/29 17:15:59 drizzt Exp $
+
+WANT_AUTOMAKE=1.9
inherit flag-o-matic eutils toolchain-funcs multilib autotools perl-app gnome2
@@ -140,7 +142,7 @@ pkg_setup() {
if ! use gtk && ! use ncurses ; then
einfo
- elog "As you did not pick gtk or console use flag, building"
+ elog "As you did not pick gtk or ncurses use flag, building"
elog "console only."
einfo
fi
@@ -161,6 +163,9 @@ src_unpack() {
epatch "${FILESDIR}/${PN}-2.0.0-cchar_t-undeclared.patch"
epatch "${FILESDIR}/pidgin-2.0.1-purple-remote-syntax-fix.patch"
+ epatch "${FILESDIR}/${P}-desktop.patch"
+
+ eautomake
}
src_compile() {