add plano theme

Package-Manager: Portage-2.3.6, Repoman-2.3.2
This commit is contained in:
Guillaume Castagnino 2017-05-30 09:43:18 +02:00
parent 1d2a8f5e31
commit 37059ce8de
3 changed files with 41 additions and 0 deletions

View file

@ -0,0 +1,2 @@
EBUILD plano-themes-9999.ebuild 614 SHA256 dd107891e57adfce7de63178b38b31b8d3b0cc7782a1456ec2e2b3c9951a6efe SHA512 2d43ac4df45ba8651c023c3efe30dd8f7d7c7848e24c595010e5d926c2bb348bb02f4179ff0dfcf12ed6be698fd539f58d35cf86658d751837c3ce49d6ef1410 WHIRLPOOL 2ef7dcd2e44ea4681f558cffdc3114b5e3f430c723429680ff999cea2b8b3340448645ab968c86b58a6b7a468227e82203ec27152e8ddd2cf78e986b5930de1e
MISC metadata.xml 314 SHA256 f99c5314aaf7c65a9b7440361efa8f51936defc22a3228056b78ef1aa4b5e109 SHA512 d8b597a35bc7e9a45543f3b4e495a0e7f8b1ba4ac61cce13a3560e13e6ce780290234ed3343820f9c66c4b7b1e55b34828bdde9548f2e2064b629829a5ae6d0d WHIRLPOOL df2a217d85fdc17e72cc47a43b01fe84d769f0c728ffb87efe289a453c92d7a7fe9570c1fa872f45189a6f64338a024d61dc95d9b7a856bad7e4c79e2c5d7f67

View file

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>casta@xwing.info</email>
</maintainer>
<upstream>
<remote-id type="github">lassekongo83/plano-themes</remote-id>
</upstream>
</pkgmetadata>

View file

@ -0,0 +1,29 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit git-r3
DESCRIPTION="plano themes for GNOME, Xfce and more."
HOMEPAGE="https://github.com/lassekongo83/plano-themes"
EGIT_REPO_URI="https://github.com/lassekongo83/plano-themes.git"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
DEPEND="
>=x11-libs/gtk+-2:2
>=x11-libs/gtk+-3.20:3
>=x11-libs/gdk-pixbuf-2:2
x11-themes/gtk-engines-murrine"
RDEPEND="${DEPEND}"
src_install() {
rm -rf LICENSE README.md plano.png .gitignore .gitattributes
insinto /usr/share/themes
doins -r *
}