From 186b2f244bb91042a5e6a5d69e333f4cade91ba9 Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Mon, 18 Dec 2017 21:59:35 -0600 Subject: x11-plugins/vicious: 2.3.1 bup Package-Manager: Portage-2.3.14, Repoman-2.3.6 --- x11-plugins/vicious/Manifest | 1 + x11-plugins/vicious/vicious-2.3.1.ebuild | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 x11-plugins/vicious/vicious-2.3.1.ebuild (limited to 'x11-plugins') diff --git a/x11-plugins/vicious/Manifest b/x11-plugins/vicious/Manifest index 751a62f0a9b4..64868880bcbb 100644 --- a/x11-plugins/vicious/Manifest +++ b/x11-plugins/vicious/Manifest @@ -1,2 +1,3 @@ DIST vicious-2.1.3.tar.xz 39336 BLAKE2B 279ad85a5f6f1a9fdea303f982673746e6604955cae1c3b37625c5d5f21fcae2d39da38dbcd3176397e25ad0e6d562225bd78760820647955534e0164fb322fe SHA512 8b03fe4b770f0fcd52fad77a46145032a112cecbe27daa725054cb4c6307fb36727debb48243cd2d1becf2ad0fe3a2aaaa7495e0f041424ee9e45c2b107e7f7f DIST vicious-2.2.0.tar.gz 45247 BLAKE2B c3c3f87e5983784edb8742b4aa0534c65ee9c0564cd8f5a81e714b580971c174b9fc86ec0bb33b6aaa31bbca25a6d522d9cbaf8e96d710b17419176e19f3b0b7 SHA512 717c57b14870bb72a35c90c5356a807e2431d50f28be6e50abdbf17d39fea33c5b16ee14746726d238a80f9fe30c0ad1a6a98d6c9730e42437495656fed8cfbe +DIST vicious-2.3.1.tar.gz 47484 BLAKE2B 2ef6e51507faf7477800091c738e65184439caba9b79004b53f3a479f1370ca64046bc1664c6b746d8ab71370b36f29095406439e2a8fab7524e6bb190350fb7 SHA512 9e89d36d708a7ccdff206451dfb98db8455a16f9d2254167a446af91fadc2103a5274442f38ddf1eb919da23480b6790639cdbbde4a08bffc1cf9221622064c9 diff --git a/x11-plugins/vicious/vicious-2.3.1.ebuild b/x11-plugins/vicious/vicious-2.3.1.ebuild new file mode 100644 index 000000000000..601ea74cde5b --- /dev/null +++ b/x11-plugins/vicious/vicious-2.3.1.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 +} -- cgit v1.2.3-65-gdbad