x11-themes/greybird: update dep to sassc

Package-Manager: Portage-2.3.48, Repoman-2.3.10
This commit is contained in:
Guillaume Castagnino 2018-08-29 11:16:59 +02:00
parent 3eb30eb2fa
commit 1c25ed257b
3 changed files with 64 additions and 0 deletions

View File

@ -0,0 +1,2 @@
EBUILD greybird-9999.ebuild 1231 BLAKE2B 156ada564b525e8c05a497c88ba81ef11366c14333eaf9c3106cbb0eb8957ac1b06ede114ea3d77afffc57f57cc2a25fbe6c60b7f457a55608e2f50be3dd0520 SHA512 55ce18b15421eca1549166f641e087a8be3ce34d4a2af13791a27440a3a1b3b4e63825b3a7aa122dad6e15a82ee7c37cb5e071c35d6d37f8f53a81c5ec693af0
MISC metadata.xml 364 BLAKE2B 8282ff88bef556b0960a4892d8daeea81ee1dfa2a893668ba1f28a6edcdc931a668136461d7ec56a205f636fae9dda3cdd93b68e4a62c7ce1e856b4b03549b67 SHA512 e111800ac19d8e86381866fd00115a67d11c33eb35871a7fcf50beecebabf9eee26290b32c3928126f5f8c8a8a530c5f2afac301464c193429cfe1504af8b44b

View File

@ -0,0 +1,51 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit autotools git-r3
MY_PN=${PN/g/G}
DESCRIPTION="The default theme from Xubuntu"
HOMEPAGE="http://shimmerproject.org/project/greybird/ https://github.com/shimmerproject/Greybird"
EGIT_REPO_URI="https://github.com/shimmerproject/${MY_PN}"
# README says "dual-licensed as GPLv2 or later and CC-BY-SA 3.0 or later"
LICENSE="CC-BY-SA-3.0 GPL-2+"
SLOT="0"
KEYWORDS=""
IUSE="ayatana gnome"
RDEPEND="
>=x11-libs/gtk+-3.22:3
>=x11-themes/gtk-engines-murrine-0.90
"
DEPEND="${RDEPEND}
dev-libs/glib:2
dev-lang/sassc
"
src_prepare() {
eapply_user
eautoreconf
}
src_install() {
emake DESTDIR="${D}" install
pushd "${ED}"usr/share/themes/${MY_PN} > /dev/null || die
use ayatana || rm -rf unity
use gnome || rm -rf metacity-1
popd > /dev/null || die
}
pkg_postinst() {
if ! has_version x11-themes/elementary-xfce-icon-theme ; then
elog "For upstream's default icon theme, please emerge"
elog "x11-themes/elementary-xfce-icon-theme"
fi
if ! has_version x11-themes/vanilla-dmz-xcursors ; then
elog "For upstream's default cursor theme, please emerge"
elog "x11-themes/vanilla-dmz-xcursors"
fi
}

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>desktop-misc@gentoo.org</email>
<name>Gentoo Desktop Miscellaneous Project</name>
</maintainer>
<upstream>
<remote-id type="github">shimmerproject/Greybird</remote-id>
</upstream>
</pkgmetadata>