x11-themes/numix-blue-gtk-theme: Add 9999 - parlay - yet another gentoo overlay
HTML git clone https://git.parazyd.org/parlay
DIR Log
DIR Files
DIR Refs
DIR README
---
DIR commit 6b29cc3d0e65e0835bed61ff6635411f69d44aaa
DIR parent affd930e7bdb7275b5b0d23eeac622261877be86
HTML Author: parazyd <parazyd@dyne.org>
Date: Tue, 3 Mar 2020 16:58:54 +0100
x11-themes/numix-blue-gtk-theme: Add 9999
Diffstat:
A x11-themes/numix-blue-gtk-theme/Ma… | 1 +
A x11-themes/numix-blue-gtk-theme/me… | 7 +++++++
A x11-themes/numix-blue-gtk-theme/nu… | 48 +++++++++++++++++++++++++++++++
3 files changed, 56 insertions(+), 0 deletions(-)
---
DIR diff --git a/x11-themes/numix-blue-gtk-theme/Manifest b/x11-themes/numix-blue-gtk-theme/Manifest
@@ -0,0 +1 @@
+DIST numix-blue-gtk-theme-2.6.7.tar.gz 2234567 BLAKE2B dad7f2e5bf2ca0e438c844b38cdd24b42cd1aa4af80d4360758e3e77e246e3412bc9a35cbb2f3c3a58c3e8203d28619f7e813ac49b5bc8cb6642f40f16e666ab SHA512 fb94c07102a716b9c94c2220a46049b92ce5c911d959a4c245a8b7af4da0c9adcccca37456c858695f2874376ceebb34f7cc8b5fc1c7e7e3a25897fe9cdc849d
DIR diff --git a/x11-themes/numix-blue-gtk-theme/metadata.xml b/x11-themes/numix-blue-gtk-theme/metadata.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="person">
+<email>parazyd@dyne.org</email>
+</maintainer>
+</pkgmetadata>
DIR diff --git a/x11-themes/numix-blue-gtk-theme/numix-blue-gtk-theme-2.6.7.ebuild b/x11-themes/numix-blue-gtk-theme/numix-blue-gtk-theme-2.6.7.ebuild
@@ -0,0 +1,48 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby24 ruby25 ruby26"
+
+inherit ruby-ng
+
+DESCRIPTION="A modern flat theme with a combination of light and dark elements"
+HOMEPAGE="https://github.com/encounter/numix-blue-gtk-theme"
+SRC_URI="https://parazyd.org/pub/mirror/gentoo/distfiles/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~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
+"
+
+ruby_add_depend ">=dev-ruby/sass-3.5"
+
+S="${WORKDIR}/${P}"
+
+src_unpack() {
+ default
+}
+
+src_prepare() {
+ default
+}
+
+src_compile() {
+ default
+}
+
+src_install() {
+ default
+}
+