moka-icon-theme: init at 2016-06-07

This commit is contained in:
José Romildo Malaquias 2016-06-10 10:25:14 -03:00 committed by Christoph Hrdinka
parent c33cf02337
commit 4e44a330cb
2 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,30 @@
{ stdenv, fetchFromGitHub, autoreconfHook, faba-icon-theme }:
stdenv.mkDerivation rec {
name = "${package-name}-${version}";
package-name = "moka-icon-theme";
version = "2016-06-07";
src = fetchFromGitHub {
owner = "moka-project";
repo = package-name;
rev = "a03d14e30dbdf05e8ea904994b8081ad0824e155";
sha256 = "1j1cnrrg0gfr4vfzxlabrv8090fg4yni99g61s82vnyszkiy1rcm";
};
nativeBuildInputs = [ autoreconfHook ];
buildInputs = [ faba-icon-theme ];
postPatch = ''
substituteInPlace Makefile.am --replace '$(DESTDIR)'/usr $out
'';
meta = with stdenv.lib; {
description = "An icon theme designed with a minimal flat style using simple geometry and bright colours";
homepage = https://snwh.org/moka;
license = with licenses; [ cc-by-sa-40 gpl3 ];
platforms = platforms.all;
maintainers = with maintainers; [ romildo ];
};
}

View File

@ -11652,6 +11652,8 @@ in
mononoki = callPackage ../data/fonts/mononoki { };
moka-icon-theme = callPackage ../data/icons/moka-icon-theme { };
montserrat = callPackage ../data/fonts/montserrat { };
mph_2b_damase = callPackage ../data/fonts/mph-2b-damase { };