Added x11-misc/i3blocks from spike-community-overlay
This commit is contained in:
parent
983eb350eb
commit
e25952209b
2
x11-misc/i3blocks/Manifest
Normal file
2
x11-misc/i3blocks/Manifest
Normal file
@ -0,0 +1,2 @@
|
||||
DIST i3blocks-1.2.tar.gz 25574 SHA256 6c92956f79cd62ecac5ec3b544bf5da49b10c6e45c1f4d12e3865c9caf544703 SHA512 bb55e0dc2ae6b5506aaf9fa414bc7ec2964384f08ca9ecd05f3e4688a8b64e47c1db1a415fdbf3a1c43fd28156b86f72cfdc716923d41bf4898d9b41713a1223 WHIRLPOOL 6585744f8074b06b25987ca19b45fa78215e78ddb2d7d48e678c2c13c82cc44e5e0ba314a7665c37afcca76be142d8cb0079663208f720de74ba0ca45dbbeb55
|
||||
DIST i3blocks-1.4.tar.gz 35943 SHA256 c9bd2854b7902aa6821fdf8c83b5123c10b90a52f9bcc67225ff57f25d28b4b0 SHA512 f04fd68d59097b21bc88f3097dff137de656dd3fa696d9c04b987ba25136e5e5d9cacb63998e8635fe55fcf94f47900aec8c79d98e1d1d8847856a89ad9a6578 WHIRLPOOL d6367d0b2335a79f6a49f069b31af6b5c24a33bab3e48be8b615305009aad196c5bdd7e1d71860b7db123f21bcb91a0614f705c073d78ff94c81612d4e840328
|
13
x11-misc/i3blocks/i3blocks-1.2.ebuild
Normal file
13
x11-misc/i3blocks/i3blocks-1.2.ebuild
Normal file
@ -0,0 +1,13 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=5
|
||||
DESCRIPTION="i3blocks is a highly flexible status line for the i3 window manager"
|
||||
HOMEPAGE="https://github.com/vivien/i3blocks"
|
||||
SRC_URI="https://github.com/vivien/i3blocks/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
SLOT="0"
|
||||
LICENSE="GPL-3"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
RDEPEND="x11-wm/i3"
|
||||
DEPEND="${RDEPEND}"
|
32
x11-misc/i3blocks/i3blocks-1.4-r1.ebuild
Normal file
32
x11-misc/i3blocks/i3blocks-1.4-r1.ebuild
Normal file
@ -0,0 +1,32 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
if [[ ${PV} = 9999 ]]; then
|
||||
inherit git-2
|
||||
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}"
|
||||
EGIT_BOOTSTRAP=""
|
||||
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
|
||||
x11-wm/i3"
|
||||
DEPEND="${RDEPEND}
|
||||
app-text/ronn
|
||||
"
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" PREFIX="/usr" install
|
||||
}
|
32
x11-misc/i3blocks/i3blocks-9999-r1.ebuild
Normal file
32
x11-misc/i3blocks/i3blocks-9999-r1.ebuild
Normal file
@ -0,0 +1,32 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
if [[ ${PV} = 9999 ]]; then
|
||||
inherit git-2
|
||||
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}"
|
||||
EGIT_BOOTSTRAP=""
|
||||
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
|
||||
x11-wm/i3"
|
||||
DEPEND="${RDEPEND}
|
||||
app-text/ronn
|
||||
"
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" PREFIX="/usr" install
|
||||
}
|
8
x11-misc/i3blocks/metadata.xml
Normal file
8
x11-misc/i3blocks/metadata.xml
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer>
|
||||
<email>mudler@dark-lab.net</email>
|
||||
<name>mudler</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
Loading…
x
Reference in New Issue
Block a user