# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="4" EGIT_REPO_URI="https://github.com/Keruspe/GPaste.git" inherit gnome2-utils gnome2-live DESCRIPTION="Clipboard extension for GNOME Shell" HOMEPAGE="https://github.com/Keruspe/GPaste" LICENSE="GPL-2" SLOT="0" IUSE="" KEYWORDS="~amd64 ~x86" COMMON_DEPEND=" >=dev-libs/glib-2.26 >=gnome-base/gnome-desktop-3:3" RDEPEND="${COMMON_DEPEND} gnome-base/gnome-desktop:3[introspection] media-libs/clutter:1.0[introspection] net-libs/telepathy-glib[introspection] x11-libs/gtk+:3[introspection] x11-libs/pango[introspection]" DEPEND="${COMMON_DEPEND} sys-devel/gettext >=dev-util/pkgconfig-0.22 >=dev-util/intltool-0.26 gnome-base/gnome-common" src_prepare() { : } src_configure() { : } src_compile() { ./autogen.bash --prefix=/usr \ --disable-schemas-compile emake } src_install() { einstall }