Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 96587 | Differences between
and this patch

Collapse All | Expand All

(-)libgksuui-1.0.6.ebuild (-1 / +12 lines)
Lines 2-7 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/x11-libs/libgksuui/libgksuui-1.0.6.ebuild,v 1.3 2005/09/05 23:30:46 metalgod Exp $
3
# $Header: /var/cvsroot/gentoo-x86/x11-libs/libgksuui/libgksuui-1.0.6.ebuild,v 1.3 2005/09/05 23:30:46 metalgod Exp $
4
4
5
inherit eutils
6
5
MY_PN="${PN}1.0"
7
MY_PN="${PN}1.0"
6
MY_P="${MY_PN}-${PV}"
8
MY_P="${MY_PN}-${PV}"
7
S=${WORKDIR}/${MY_P}
9
S=${WORKDIR}/${MY_P}
Lines 13-25 SRC_URI="http://people.debian.org/~kov/g Link Here
13
15
14
LICENSE="LGPL-2"
16
LICENSE="LGPL-2"
15
SLOT="0"
17
SLOT="0"
16
KEYWORDS="~amd64 ~ppc ~x86"
18
KEYWORDS="~amd64 ~x86"
17
IUSE="nls"
19
IUSE="nls"
18
20
19
DEPEND=">=x11-libs/gtk+-2.0.0
21
DEPEND=">=x11-libs/gtk+-2.0.0
20
		nls? ( >=sys-devel/gettext-0.14.1 )
22
		nls? ( >=sys-devel/gettext-0.14.1 )
21
		>=dev-util/gtk-doc-1.2-r1"
23
		>=dev-util/gtk-doc-1.2-r1"
22
24
25
src_unpack() {
26
	unpack ${A}
27
28
	# Remove the .pot file to force the compilation of updated .po files
29
	rm ${S}/po/${MY_PN}.pot || die
30
	# Fix Polish translation
31
	epatch ${FILESDIR}/${PN}-${PV}-pl.po.patch
32
}
33
23
src_compile() {
34
src_compile() {
24
	econf $(use_enable nls) || die
35
	econf $(use_enable nls) || die
25
	emake || die
36
	emake || die

Return to bug 96587