numix-blue-gtk-theme-2.6.7.ebuild (734B)
1 # Copyright 2020 Gentoo Authors 2 # Distributed under the terms of the GNU General Public License v2 3 4 EAPI=7 5 6 USE_RUBY="ruby24 ruby25 ruby26" 7 8 inherit ruby-ng 9 10 DESCRIPTION="A modern flat theme with a combination of light and dark elements" 11 HOMEPAGE="https://github.com/encounter/numix-blue-gtk-theme" 12 SRC_URI="https://parazyd.org/pub/mirror/gentoo/distfiles/${P}.tar.gz" 13 14 LICENSE="GPL-3" 15 SLOT="0" 16 KEYWORDS="~amd64 ~x86" 17 18 RDEPEND=" 19 dev-libs/libxml2:2 20 x11-libs/gtk+:3 21 x11-themes/gtk-engines-murrine 22 " 23 DEPEND=" 24 ${RDEPEND} 25 dev-libs/glib:2 26 x11-libs/gdk-pixbuf:2 27 " 28 29 ruby_add_depend ">=dev-ruby/sass-3.5" 30 31 S="${WORKDIR}/${P}" 32 33 src_unpack() { 34 default 35 } 36 37 src_prepare() { 38 default 39 } 40 41 src_compile() { 42 default 43 } 44 45 src_install() { 46 default 47 }