From 6d88e55635dc25db4535d3d85733c194fd0c9488 Mon Sep 17 00:00:00 2001 From: Martinez Date: Sun, 11 Jun 2017 09:53:36 +0200 Subject: [PATCH] adds x11-plugins/rhythmbox-alternative-toolbar --- .../rhythmbox-alternative-toolbar-9999.ebuild | 39 +++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 x11-plugins/rhythmbox-alternative-toolbar/rhythmbox-alternative-toolbar-9999.ebuild diff --git a/x11-plugins/rhythmbox-alternative-toolbar/rhythmbox-alternative-toolbar-9999.ebuild b/x11-plugins/rhythmbox-alternative-toolbar/rhythmbox-alternative-toolbar-9999.ebuild new file mode 100644 index 0000000..0231279 --- /dev/null +++ b/x11-plugins/rhythmbox-alternative-toolbar/rhythmbox-alternative-toolbar-9999.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +EGIT_REPO_URI="https://github.com/fossfreedom/alternative-toolbar.git" + +inherit eutils git-r3 autotools + +DESCRIPTION="Replaces the large Rhythmbox toolbar with a client-side decorated or compact toolbar which can be hidden." +HOMEPAGE="https://github.com/fossfreedom/alternative-toolbar" +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +RDEPEND=" + >=media-sound/rhythmbox-3.2.1[python] + >=dev-python/pygobject-3.16.2 + >=dev-python/lxml-3.4.1" +DEPEND="${RDEPEND} + >=dev-vcs/git-2.4.6 + >=sys-devel/gettext-0.19.4" + +src_unpack() { + git-r3_src_unpack +} + +src_prepare() { + eautoreconf +} + +pkg_postinst() { + /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas +} + +pkg_postrm() { + pkg_postinst +}