View | Details | Raw Unified
Collapse All | Expand All

(-) gparted-0.3.7.ebuild.orig (-3 / +5 lines)
 Lines 12-24    Link Here 
LICENSE="GPL-2"
LICENSE="GPL-2"
SLOT="0"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="fat hfs jfs ntfs reiserfs reiser4 xfs"
IUSE="fat hfs jfs ntfs reiserfs reiser4 xfs gnome"
common_depends=">=sys-apps/parted-1.7.1
common_depends=">=sys-apps/parted-1.7.1
		>=dev-cpp/gtkmm-2.8.0"
		>=dev-cpp/gtkmm-2.8.0"
RDEPEND="${common_depends}
RDEPEND="${common_depends}
		x11-libs/gksu
		gnome? ( x11-libs/gksu )
		fat? ( sys-fs/dosfstools )
		fat? ( sys-fs/dosfstools )
		ntfs? ( sys-fs/ntfsprogs )
		ntfs? ( sys-fs/ntfsprogs )
		hfs? ( sys-fs/hfsutils )
		hfs? ( sys-fs/hfsutils )
 Lines 34-38    Link Here 
src_unpack() {
src_unpack() {
	gnome2_src_unpack
	gnome2_src_unpack
	sed -i "s:Exec=:Exec=gksu :" gparted.desktop.in.in
	if use gnome ; then
		sed -i "s:Exec=:Exec=gksu :" gparted.desktop.in.in
	fi
}
}