initial zuki themes import

Package-Manager: portage-2.3.0
This commit is contained in:
Guillaume Castagnino 2016-06-28 17:02:42 +02:00
parent a8055f1e9b
commit 655cfdd3dd
4 changed files with 51 additions and 0 deletions

View File

@ -0,0 +1,9 @@
# ChangeLog for x11-themes/zuki-themes
# Copyright 1999-2016 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
*zuki-themes-9999 (28 Jun 2016)
28 Jun 2016; Guillaume Castagnino <casta@xwing.info> +metadata.xml,
+zuki-themes-9999.ebuild:
initial zuki themes import

View File

@ -0,0 +1,3 @@
EBUILD zuki-themes-9999.ebuild 603 SHA256 8f7e14cb7f229ad87926ba1730ca1ff17fcbbab19fe83c108f0c81b8125a6bb3 SHA512 d5ec9701a33a85a64a02867ad8c9dc236f0aa6cd78e0f9d7a5aac94f35ffe545707be5d82ceee728cd9648eeb7820abe9d68d491cfed6db6af1102c0208528a3 WHIRLPOOL 67803b1ae6c2575f10965f3ad10ae33d8c53f7d022bbd2c5f24a56e56b6025449e128dd49c743de4ac1c4397c69ac2124503d0973ac19ce8c971b2fd7c251ecf
MISC ChangeLog 283 SHA256 7bfe29a4e998b12cc02900c1550062b4a9c2d088af939df528e0b7ad3cbee5e7 SHA512 fcfc8e00ea97d130de58a49577220caa5280a56e9e9f7e37047d7ba56c21008fe58531639a738ce9ceb942359f0842c345e6e05d1e4b59e9bd1f4e5c8749b56b WHIRLPOOL 6e1bb5410d524e27263236c14fb58589aa6b7d47a3e3af3749f2bfcd81c283b5949544d9d6d862c2d2f98245e17cbe8e5d8407a845f2bf76d72d64981550b91c
MISC metadata.xml 313 SHA256 c97255d3abe41e3f5b7d4dd4a85a37653fd4942505463b1bdc172cf417eee404 SHA512 6d973f7292ebfdf2a197bc8bd753cae1bba6a195965d7c700822a2ddf05244160b73a899d6cd7848090ccc22910ca70381d6faa00cabfaeb0c07a0de33ad2c8c WHIRLPOOL 578b872f421ebbf74a83cd3a21c71159cf2f31cfc5167c99931b5119370dd36d98ee303ab9dfac0aebcd2b1d315cda86d508d4e24b73b36629303976fa2dd273

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/zuki-themes</remote-id>
</upstream>
</pkgmetadata>

View File

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