From 6c71fa52ceba4ae9e9b9258c8d3fd4edab905519 Mon Sep 17 00:00:00 2001 From: Alexe-Cristia Moldovan Date: Thu, 18 Jun 2015 15:14:58 +0300 Subject: add gpaste - Clipboard management system --- gnome-extra/gpaste/gpaste-3.2.2.ebuild | 58 ++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 gnome-extra/gpaste/gpaste-3.2.2.ebuild (limited to 'gnome-extra/gpaste/gpaste-3.2.2.ebuild') diff --git a/gnome-extra/gpaste/gpaste-3.2.2.ebuild b/gnome-extra/gpaste/gpaste-3.2.2.ebuild new file mode 100644 index 00000000..8b2d48af --- /dev/null +++ b/gnome-extra/gpaste/gpaste-3.2.2.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="4" +inherit bash-completion-r1 gnome2 + +DESCRIPTION="Clipboard management system" +HOMEPAGE="http://github.com/Keruspe/GPaste" +SRC_URI="http://www.imagination-land.org/files/gpaste//${P}.tar.xz" +RESTRICT="nomirror" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="applet bash-completion +gnome-shell +vala zsh-completion +systemd" + +DEPEND=">=dev-libs/glib-2.30:2 + >=sys-devel/gettext-0.17 + >=dev-util/intltool-0.40 + >=x11-libs/gtk+-3.0.0:3 + dev-libs/libxml2 + x11-libs/libxcb + sys-apps/dbus + >=dev-libs/gobject-introspection-1.30.0 + >=dev-lang/vala-0.22.0:0.22[vapigen]" +RDEPEND="${DEPEND} + bash-completion? ( app-shells/bash ) + gnome-shell? ( >gnome-base/gnome-shell-3.3.2 +