From 02653bc04ab68205e229fb04e96db27613e223ca Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Mon, 20 Feb 2017 19:26:17 +0100 Subject: x11-misc/i3blocks: revbump, fixes bug #610090 Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- x11-misc/i3blocks/i3blocks-1.4-r1.ebuild | 36 ++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 x11-misc/i3blocks/i3blocks-1.4-r1.ebuild (limited to 'x11-misc/i3blocks/i3blocks-1.4-r1.ebuild') diff --git a/x11-misc/i3blocks/i3blocks-1.4-r1.ebuild b/x11-misc/i3blocks/i3blocks-1.4-r1.ebuild new file mode 100644 index 000000000000..f932aa4e535e --- /dev/null +++ b/x11-misc/i3blocks/i3blocks-1.4-r1.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +if [[ ${PV} = 9999 ]]; then + inherit git-r3 +fi + +DESCRIPTION="highly flexible status line for the i3 window manager" +HOMEPAGE="https://github.com/vivien/i3blocks" +if [[ ${PV} = 9999 ]]; then + EGIT_REPO_URI="https://github.com/vivien/${PN}" + KEYWORDS="" +else + SRC_URI="https://github.com/vivien/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~x86" +fi + +SLOT="0" +LICENSE="GPL-3" + +RDEPEND="app-admin/sysstat + media-sound/playerctl + sys-apps/lm_sensors + sys-power/acpi + x11-wm/i3" + +DEPEND="app-text/ronn" + +PATCHES=( "${FILESDIR}/${PN}-default-sysconfdir.patch" ) #610090 + +src_install() { + emake DESTDIR="${D}" PREFIX="/usr" install +} -- cgit v1.2.3-65-gdbad