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

(-)gksu-1.3.4.ebuild (-2 / +9 lines)
Lines 2-15 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/gksu/gksu-1.3.4.ebuild,v 1.3 2006/01/25 00:46:56 vanquirius Exp $
3
# $Header: /var/cvsroot/gentoo-x86/x11-libs/gksu/gksu-1.3.4.ebuild,v 1.3 2006/01/25 00:46:56 vanquirius Exp $
4
4
5
inherit gnome2
5
inherit gnome2 eutils
6
6
7
DESCRIPTION="A gtk+ frontend for libgksu"
7
DESCRIPTION="A gtk+ frontend for libgksu"
8
HOMEPAGE="http://www.nongnu.org/gksu/"
8
HOMEPAGE="http://www.nongnu.org/gksu/"
9
SRC_URI="http://people.debian.org/~kov/gksu/gksu/${P}.tar.gz"
9
SRC_URI="http://people.debian.org/~kov/gksu/gksu/${P}.tar.gz"
10
LICENSE="GPL-2"
10
LICENSE="GPL-2"
11
SLOT="0"
11
SLOT="0"
12
KEYWORDS="~amd64 ~ppc ~x86"
12
KEYWORDS="~amd64 ~x86"
13
IUSE="${IUSE} nls"
13
IUSE="${IUSE} nls"
14
14
15
RDEPEND=">=x11-libs/libgksu-1.3.3
15
RDEPEND=">=x11-libs/libgksu-1.3.3
Lines 38-40 DEPEND="${RDEPEND} Link Here
38
38
39
GCONF2="$(use_enable nls)"
39
GCONF2="$(use_enable nls)"
40
USE_DESTDIR="1"
40
USE_DESTDIR="1"
41
42
src_unpack() {
43
	unpack ${A}
44
45
	# Fix Polish translation
46
	epatch ${FILESDIR}/${PN}-${PV}-pl.po.patch
47
}

Return to bug 96587