Добавлен gnome-breeze-20151012

atratsevskiy 73
Alexander Tratsevskiy 9 years ago
parent 7f944cdee0
commit c8cb543ab1

@ -57,9 +57,9 @@
~sys-libs/timezone-data-2015c amd64 x86
~www-client/firefox-41.0.1 amd64 x86
~www-client/midori-0.5.10 amd64 x86
~x11-drivers/ati-drivers-15.9 amd64 x86
~x11-drivers/ati-drivers-15.7 amd64 x86
~x11-drivers/ati-drivers-15.1 amd64 x86
~x11-drivers/ati-drivers-15.7 amd64 x86
~x11-drivers/ati-drivers-15.9 amd64 x86
~x11-libs/libtinynotify-0.2.1 amd64 x86
~x11-libs/libtinynotify-cli-1.2.1 amd64 x86
~x11-libs/libtinynotify-systemwide-0.1 amd64 x86
@ -70,6 +70,7 @@
~x11-misc/sunflower-0.2_alpha59 amd64 x86
~x11-misc/sw-notify-send-1.2.1 amd64 x86
~x11-misc/xdg-utils-1.1.0_rc3_p20150825 amd64 x86
~x11-themes/gnome-breeze-20151012 amd64 x86
~x11-wm/openbox-3.6.1 amd64 x86
~xfce-extra/xfce4-gvfs-mount-0.0.4 amd64 x86

@ -0,0 +1 @@
DIST gnome-breeze-20151012.tar.bz2 469388 SHA256 3f404bf6bb56873ddf52417577a751f22b8c0c6ba21e86c7eaf3c1e7a74cb0cb SHA512 2b3185acb9dce115f314295e81baf19fd633be915f587960a9d352b86a4f495612fe2b7019cc78767235960ac5bae16e72b675fb99c582cef2e5eb71a1d8d539 WHIRLPOOL 35d12ddc1f01f038be9849c950e3cd32873da08ab846ca8fa0ad002c9884483bc475491c9d42d17224264c49375c309449ccc3749f29b6609a6bfbadb67a5fe8

@ -0,0 +1,28 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
DESCRIPTION="Unofficial GTK 2/3 Breeze Theme"
HOMEPAGE="https://github.com/dirruk1/gnome-breeze"
SRC_URI="ftp://ftp.calculate.ru/pub/calculate/${PN}/${P}.tar.bz2
http://mirror.yandex.ru/calculate/${PN}/${P}.tar.bz2"
LICENSE="LGPL-2.1"
KEYWORDS="~amd64 ~x86"
SLOT="0"
IUSE=""
src_install() {
local THEMESDIR="/usr/share/themes/"
for style in Breeze-dark-gtk Breeze-gtk; do
dodir ${THEMESDIR}/${style}
insinto ${THEMESDIR}/${style}
doins -r ${style}/gtk-2.0 ${style}/gtk-3.0
done
dodoc README.md
}
Loading…
Cancel
Save