blob: f8da5ea65bef11595225b8bc244acde332134a5f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gnome-desktop-sharp/gnome-desktop-sharp-2.26.0-r1.ebuild,v 1.1 2010/06/17 18:14:08 pacho Exp $
EAPI=2
GTK_SHARP_REQUIRED_VERSION="2.12"
GTK_SHARP_MODULE_DIR="gnomedesktop"
inherit gtk-sharp-module eutils
SLOT="2"
KEYWORDS="~amd64 ~x86"
IUSE=""
RESTRICT="test"
src_prepare() {
# Update soname to fit with gnome-desktop-2.30
epatch "${FILESDIR}/${P}-soname.patch"
gtk-sharp-module_src_prepare
}
|