diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2017-08-10 22:06:22 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2017-08-10 22:07:52 -0500 |
commit | 7e20fc44f723150c1876c6fb418d4b842cd2164c (patch) | |
tree | f9d92a5423bea6fa97cb2ceca5ac5ddac3346bec /x11-plugins/vicious | |
parent | app-emulation/rkt: remove old versions (diff) | |
download | gentoo-7e20fc44f723150c1876c6fb418d4b842cd2164c.tar.gz gentoo-7e20fc44f723150c1876c6fb418d4b842cd2164c.tar.bz2 gentoo-7e20fc44f723150c1876c6fb418d4b842cd2164c.zip |
x11-plugins/vicious: 2.2.0 bup
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'x11-plugins/vicious')
-rw-r--r-- | x11-plugins/vicious/Manifest | 1 | ||||
-rw-r--r-- | x11-plugins/vicious/vicious-2.2.0.ebuild | 28 |
2 files changed, 29 insertions, 0 deletions
diff --git a/x11-plugins/vicious/Manifest b/x11-plugins/vicious/Manifest index a57b459c9810..ad6cacde5b79 100644 --- a/x11-plugins/vicious/Manifest +++ b/x11-plugins/vicious/Manifest @@ -1 +1,2 @@ DIST vicious-2.1.3.tar.xz 39336 SHA256 97ffb824af89f2d205b0f0909601a32d761c0c02353b59b4314fd2cc47b2a387 SHA512 8b03fe4b770f0fcd52fad77a46145032a112cecbe27daa725054cb4c6307fb36727debb48243cd2d1becf2ad0fe3a2aaaa7495e0f041424ee9e45c2b107e7f7f WHIRLPOOL 98d810bc8b839d5ac4eff726a3129bdcc16794901ee0ba66b9264b48d453b645bfe2ae7bcb9fa1a2aec41c08926a0e80b92892fa13a2390d9f7be75300279e59 +DIST vicious-2.2.0.tar.gz 45247 SHA256 93b45dca464530f8b9de7ed56bc62916bb693d587a796f8d642cd5c195eee190 SHA512 717c57b14870bb72a35c90c5356a807e2431d50f28be6e50abdbf17d39fea33c5b16ee14746726d238a80f9fe30c0ad1a6a98d6c9730e42437495656fed8cfbe WHIRLPOOL cad86ca8c2b5392883b5a2e6761b5e0cd2edcc76a31b0ebd2adc4ead8c3b89478c94a9ee4a47d32fcf88a5dfec7d95e4c2092cb042adf7d4f62ec06ee0d656bb diff --git a/x11-plugins/vicious/vicious-2.2.0.ebuild b/x11-plugins/vicious/vicious-2.2.0.ebuild new file mode 100644 index 000000000000..601ea74cde5b --- /dev/null +++ b/x11-plugins/vicious/vicious-2.2.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="Modular widget library for x11-wm/awesome" +HOMEPAGE="https://github.com/Mic92/vicious" +SRC_URI="https://github.com/Mic92/vicious/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="contrib" + +DEPEND="" +RDEPEND="x11-wm/awesome" + +src_install() { + insinto /usr/share/awesome/lib/vicious + doins -r widgets helpers.lua init.lua + dodoc Changes.md README.md TODO + + if use contrib; then + insinto /usr/share/awesome/lib/vicious/contrib + doins contrib/*.lua + newdoc contrib/README.md README.contrib + fi +} |