Skip to content

Instantly share code, notes, and snippets.

Created March 10, 2014 00:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/9457143 to your computer and use it in GitHub Desktop.
Save anonymous/9457143 to your computer and use it in GitHub Desktop.
gnome-do-0.95.1.ebuild
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-do/gnome-do-0.9.ebuild,v 1.2 2013/07/29 17:35:14 zmedico Exp $
EAPI=5
inherit gnome2 mono-env
DESCRIPTION="GNOME Do allows you to get things done quickly"
HOMEPAGE="http://do.davebsd.com/"
SRC_URI="https://launchpad.net/do/trunk/${PV}/+download/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
RDEPEND=">dev-lang/mono-3
>=dev-dotnet/gconf-sharp-2.24.0
>=dev-dotnet/gtk-sharp-2.12.6
>=dev-dotnet/glade-sharp-2.12.6
>=dev-dotnet/gkeyfile-sharp-0.1
dev-dotnet/ndesk-dbus
dev-dotnet/ndesk-dbus-glib
>=dev-dotnet/gnome-desktop-sharp-2.26.0
>=dev-dotnet/gnome-keyring-sharp-1.0.0
>=dev-dotnet/gnome-sharp-2.24.0
>=dev-dotnet/gnomevfs-sharp-2.24.0
>=dev-dotnet/wnck-sharp-2.24.0
>=dev-dotnet/art-sharp-2.24.0
>=dev-dotnet/rsvg-sharp-2.24.0
dev-dotnet/mono-addins[gtk]
dev-dotnet/notify-sharp
!<gnome-extra/gnome-do-plugins-0.8.4"
DEPEND="${RDEPEND}
>=dev-util/intltool-0.35
virtual/pkgconfig"
#src_prepare() {
# sed -e 's: -Werror : :' \
# -i configure.ac || die
# eautoreconf
#
# gnome2_src_prepare
#}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment