diff options
author | 2013-09-16 11:22:01 +0000 | |
---|---|---|
committer | 2013-09-16 11:22:01 +0000 | |
commit | d33894196629bc94471c777cc6e1007971bd6818 (patch) | |
tree | e65f89432280476324616cda8e0cb17e06cb42da /app-i18n/scim-anthy/scim-anthy-1.2.7-r1.ebuild | |
parent | vanilla-3.11.1 + genpatches-3.11-1 + grsecurity-2.9.1-3.11.1-201309151124 (diff) | |
download | historical-d33894196629bc94471c777cc6e1007971bd6818.tar.gz historical-d33894196629bc94471c777cc6e1007971bd6818.tar.bz2 historical-d33894196629bc94471c777cc6e1007971bd6818.zip |
track the gtk3 patch by tarball as it is too big.
Package-Manager: portage-2.2.1/cvs/Linux x86_64
Diffstat (limited to 'app-i18n/scim-anthy/scim-anthy-1.2.7-r1.ebuild')
-rw-r--r-- | app-i18n/scim-anthy/scim-anthy-1.2.7-r1.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/app-i18n/scim-anthy/scim-anthy-1.2.7-r1.ebuild b/app-i18n/scim-anthy/scim-anthy-1.2.7-r1.ebuild index 738187b53334..22cca2225ca0 100644 --- a/app-i18n/scim-anthy/scim-anthy-1.2.7-r1.ebuild +++ b/app-i18n/scim-anthy/scim-anthy-1.2.7-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-anthy/scim-anthy-1.2.7-r1.ebuild,v 1.1 2013/09/16 10:42:49 heroxbd Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-anthy/scim-anthy-1.2.7-r1.ebuild,v 1.2 2013/09/16 11:21:58 heroxbd Exp $ EAPI=5 @@ -8,7 +8,8 @@ inherit autotools eutils DESCRIPTION="Japanese input method Anthy IMEngine for SCIM" HOMEPAGE="http://scim-imengine.sourceforge.jp/index.cgi?cmd=view;name=SCIMAnthy" -SRC_URI="mirror://sourceforge.jp/scim-imengine/37309/${P}.tar.gz" +SRC_URI="mirror://sourceforge.jp/scim-imengine/37309/${P}.tar.gz + gtk3? ( http://dev.gentoo.org/~heroxbd/${P}-patches.tar.xz )" LICENSE="GPL-2" SLOT="0" @@ -26,9 +27,9 @@ DEPEND="${DEPEND} virtual/pkgconfig" src_prepare() { - epatch "${FILESDIR}"/${PN}-1.2.7-no-rpath.patch - - use gtk3 && epatch "${FILESDIR}"/${PN}-1.2.7-gtk3.patch + if use gtk3; then + EPATCH_SOURCE="${WORKDIR}/patches" EPATCH_SUFFIX="patch" epatch + fi eautoreconf } |