rename theme

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

View File

@ -0,0 +1,2 @@
EBUILD plano-theme-9999.ebuild 610 SHA256 96208ecae0dac13e6ba59586db7a205f88a7234091acda82cf6f21101de94625 SHA512 6635004506edd6477a199e334f31604598d69ceb179632fc46ab23b27c66b9e1839c2536f2e52926794992f69448dd30db7c3a79a63e339a9cae6f8c68a43306 WHIRLPOOL ab5068c0533bf0cc6a13040ddded863b761c82b561d61249a9139721d86aec65e4b20bb32073aa9afba1ef87146d59776e63cea116a2b0bf00bf748b4b514724
MISC metadata.xml 313 SHA256 746b2b9e82e0aef24d7349a2f6af6f8937243b944a78cb96e7ee71b09701d6ed SHA512 68c4ef764c25fdec406ffefee20789a7de8e2d800925137c13b3473949a3271fba87ed2466e2bd9289ab9bc4d31cf09398056d1726b3105660c18783cd7943fc WHIRLPOOL 0eb83c24b2b58c3f6846fdb19fb8bd0270d175ace23204f77e33e92d66152560439c2d4a76eb76a6cc276f1965af1af4fa1f214f382b91eb032f89cd33e65e8a

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-theme</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 theme for GNOME, Xfce and more."
HOMEPAGE="https://github.com/lassekongo83/plano-theme"
EGIT_REPO_URI="https://github.com/lassekongo83/plano-theme.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/theme
doins -r *
}