remove custom, as it’s broken

This commit is contained in:
Guillaume Castagnino 2019-05-10 23:45:45 +02:00
parent b3d25c186c
commit 8bd88fe82a
3 changed files with 3 additions and 16 deletions

View File

@ -1,2 +1,2 @@
EBUILD plano-theme-9999.ebuild 1214 BLAKE2B 337c2e1528842aa7dafc2219dbf68935a420f42ccd4384993c64ef4f0d4830993d5f4495df40824129cb21e821fa57d440665d7c7805a1f31c4cb62d25ffe1ac SHA512 f752bc91cd743f36bdf601f269dfe3196a0ebfa6fc21a22d3aa37d5e2a157ac5254bfde516ee70108af3066c1651f07482530f35499d3600ec1835ff931b8db1
MISC metadata.xml 613 BLAKE2B ff73f4441adda1e09ea563d5d95f56203ba72980f4fd059ec762e92d32554b88ddb47cf1bd7957d0fc260fe257bf442535f20bf8c0b4b5628d957eefe25c4a7f SHA512 7a4dafa8513ae33b41c07c8568dceb05ba6278b5b4de97fecba06fefebe0fb7f53a615f323bcff7bd72379bd0d48590bf1d8410e1f8d2dc43e03dfc050f51d28
EBUILD plano-theme-9999.ebuild 970 BLAKE2B 5f171a535281c3c783362fd6e7f8e946a3be7319747393f36501d075807c99192cee43757e5709779d7cbcda3e35b9e0f16e4ffcb308b9e7634be697deb07711 SHA512 7fff443ccedb5b5296eb848ea739a33ab79f43d6de2ffec17514d3dd2fd78a4c1ab5af17aa295ac7b608601e8615fde5b21038bdc9d2128ec03bdbe0a3ee4144
MISC metadata.xml 552 BLAKE2B 2e6ab268ce6c5fcef7a0a3b81357ca29f34e2fcc941312911ec4c00e7eca9aed54e0283fc8595bda76abbd7b3cff672f8f76dc600696e4c38d4386aa4c00b451 SHA512 ecc43afe3337a60a854268c74c63aa6036540b82a53efa50cf2802506bbc4c747de1aed2fc5efdabb19259b437115342cca26a6e9aeb87043dc070e353b5ed59

View File

@ -8,7 +8,6 @@
<remote-id type="github">lassekongo83/plano-theme</remote-id>
</upstream>
<use>
<flag name="custom">Enable personnal customizations</flag>
<flag name="gnome-shell">Install theme for <pkg>gnome-base/gnome-shell</pkg></flag>
<flag name="openbox">Install theme for <pkg>x11-wm/openbox</pkg></flag>
<flag name="xfce">Install theme for <pkg>xfce-base/xfwm4</pkg></flag>

View File

@ -12,27 +12,15 @@ EGIT_REPO_URI="https://github.com/lassekongo83/plano-theme.git"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE="custom gnome-shell openbox xfce"
IUSE="gnome-shell openbox xfce"
DEPEND="
custom? ( dev-lang/sassc )
>=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_prepare() {
default
if use custom; then
# make theme a bit darker
sed -si -e "s/ebeced/d7d8d9/" gtk-3.0/_colors.scss || die
# regen CSS with changes
cd gtk-3.0 && sh parse-sass.sh || die
fi
}
src_install() {
rm -rf LICENSE README.md plano.png .gitignore .gitattributes
rm -r xfwm4/{*.sh,assets.txt,assets.svg}