x11-themes/numix-gtk-theme - 2.6.7 (gentoo)

Search

Install

Install this version:

emerge -a =x11-themes/numix-gtk-theme-2.6.7

Package Information

Description:
A modern flat theme with a combination of light and dark elements
Homepage:
https://github.com/numixproject/numix-gtk-theme
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
2.6.7 7 amd64 ~arm64 x86 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DESCRIPTION="A modern flat theme with a combination of light and dark elements"
HOMEPAGE="https://github.com/numixproject/numix-gtk-theme"
SRC_URI="https://github.com/numixproject/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 ~arm64 x86"

RDEPEND="dev-libs/libxml2:2=
	x11-libs/gtk+:3
	x11-themes/gtk-engines-murrine"
DEPEND="${RDEPEND}
	dev-libs/glib:2
	x11-libs/gdk-pixbuf:2"
BDEPEND="dev-lang/sassc"

PATCHES=( "${FILESDIR}/${P}-replace-ruby-sassc-with-dev-lang-sassc.patch" )

src_compile() {
	emake -j1
}

src_install() {
	emake -j1 DESTDIR="${D}" install
	einstalldocs
}

Dependencies

DEPEND

dev-libs/libxml2:2=
	x11-libs/gtk+:3
	x11-themes/gtk-engines-murrine
	dev-libs/glib:2
	x11-libs/gdk-pixbuf:2

RDEPEND

dev-libs/libxml2:2=
	x11-libs/gtk+:3
	x11-themes/gtk-engines-murrine

BDEPEND

dev-lang/sassc

Manifest for 2.6.7

Type File Size Source URLs
DIST numix-gtk-theme-2.6.7.tar.gz 156607 bytes https://github.com/numixproject/numix-gtk-theme/archive/2.6.7.tar.gz