summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-04-30 21:16:36 +0000
committerJustin Lecher <jlec@gentoo.org>2011-04-30 21:16:36 +0000
commit4f050147ecfb1cac4f9004e9da545869d79ba8e5 (patch)
treec8f0616d79a76dc253fdad275cfc96ceee29faab /media-gfx/xaralx/xaralx-0.7_p1785.ebuild
parentnet-p2p/mute: Fixed usage of wxwidgets.eclass (diff)
downloadsunrise-4f050147ecfb1cac4f9004e9da545869d79ba8e5.tar.gz
sunrise-4f050147ecfb1cac4f9004e9da545869d79ba8e5.tar.bz2
sunrise-4f050147ecfb1cac4f9004e9da545869d79ba8e5.zip
media-gfx/xaralx: Actually use the patches
svn path=/sunrise/; revision=12027
Diffstat (limited to 'media-gfx/xaralx/xaralx-0.7_p1785.ebuild')
-rw-r--r--media-gfx/xaralx/xaralx-0.7_p1785.ebuild9
1 files changed, 7 insertions, 2 deletions
diff --git a/media-gfx/xaralx/xaralx-0.7_p1785.ebuild b/media-gfx/xaralx/xaralx-0.7_p1785.ebuild
index f0ded12f1..1bb3a5952 100644
--- a/media-gfx/xaralx/xaralx-0.7_p1785.ebuild
+++ b/media-gfx/xaralx/xaralx-0.7_p1785.ebuild
@@ -12,7 +12,9 @@ MY_P=XaraLX-${PV/_p/r}
DESCRIPTION="General purpose vector graphics program"
HOMEPAGE="http://www.xaraxtreme.org/"
-SRC_URI="http://downloads.xara.com/opensource/${MY_P}.tar.bz2"
+SRC_URI="
+ http://downloads.xara.com/opensource/${MY_P}.tar.bz2
+ http://dev.gentoo.org/~jlec/distfiles/60_launchpad_translations.xz"
LICENSE="GPL-2"
SLOT="0"
@@ -35,7 +37,10 @@ DEPEND="${RDEPEND}
S=${WORKDIR}/${MY_P/Src/}
src_prepare() {
- epatch "${FILESDIR}"/${P}-pragma.patch
+ epatch \
+ "${WORKDIR}"/60_launchpad_translations \
+ "${FILESDIR}"/${P}-pragma.patch \
+ "${FILESDIR}"/{3,4,5}0*
sed -i -e "s/CXFTreeDlg:://" Kernel/cxftree.h
sed -i -e "s:XaraLX:xaralx:g" Makefile.am
sed -i '/info_ptr->trans/s:trans:trans_alpha:' wxOil/outptpng.cpp