You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/gnome-extra/docky/docky-2.1.3.ebuild

42 lines
980 B

# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/docky/docky-2.1.3.ebuild,v 1.3 2011/11/05 12:27:25 hwoarang Exp $
EAPI=3
inherit eutils gnome2 mono
DESCRIPTION="Elegant, powerful, clean dock"
HOMEPAGE="https://wiki.go-docky.com"
SRC_URI="http://launchpad.net/${PN}/2.1/${PV}/+download/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="debug nls"
RDEPEND="dev-dotnet/dbus-sharp
dev-dotnet/dbus-sharp-glib
dev-dotnet/gconf-sharp
>=dev-dotnet/gio-sharp-0.2-r1
dev-dotnet/glib-sharp
dev-dotnet/gnome-desktop-sharp
dev-dotnet/gnome-keyring-sharp
dev-dotnet/gtk-sharp
dev-dotnet/mono-addins
dev-dotnet/notify-sharp
dev-dotnet/rsvg-sharp
dev-dotnet/wnck-sharp"
DEPEND="${RDEPEND}
dev-util/intltool
dev-util/pkgconfig"
pkg_setup() {
G2CONF="${G2CONF}
--disable-dependency-tracking
--enable-release
$(use_enable nls)"
DOCS="AUTHORS NEWS"
}