Merge branch 'master' into staging-next
Hydra nixpkgs: ?compare=1503899
This commit is contained in:
36
pkgs/data/fonts/office-code-pro/default.nix
Normal file
36
pkgs/data/fonts/office-code-pro/default.nix
Normal file
@@ -0,0 +1,36 @@
|
||||
{ stdenv, fetchFromGitHub }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "office-code-pro";
|
||||
version = "1.004";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "nathco";
|
||||
repo = "Office-Code-Pro";
|
||||
rev = version;
|
||||
sha256 = "0znmjjyn5q83chiafy252bhsmw49r2nx2ls2cmhjp4ihidfr6cmb";
|
||||
};
|
||||
|
||||
installPhase = ''
|
||||
fontDir=$out/share/fonts/opentype
|
||||
docDir=$out/share/doc/${pname}-${version}
|
||||
mkdir -p $fontDir $docDir
|
||||
install -Dm644 README.md $docDir
|
||||
install -t $fontDir -m644 'Fonts/Office Code Pro/OTF/'*.otf
|
||||
install -t $fontDir -m644 'Fonts/Office Code Pro D/OTF/'*.otf
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A customized version of Source Code Pro";
|
||||
longDescription = ''
|
||||
Office Code Pro is a customized version of Source Code Pro, the monospaced
|
||||
sans serif originally created by Paul D. Hunt for Adobe Systems
|
||||
Incorporated. The customizations were made specifically for text editors
|
||||
and coding environments, but are still very usable in other applications.
|
||||
'';
|
||||
homepage = https://github.com/nathco/Office-Code-Pro;
|
||||
license = licenses.ofl;
|
||||
maintainers = [ maintainers.AndersonTorres ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
22
pkgs/data/fonts/sudo/default.nix
Normal file
22
pkgs/data/fonts/sudo/default.nix
Normal file
@@ -0,0 +1,22 @@
|
||||
{ stdenv, fetchzip }:
|
||||
|
||||
let
|
||||
version = "0.37";
|
||||
in fetchzip rec {
|
||||
name = "sudo-font-${version}";
|
||||
url = "https://github.com/jenskutilek/sudo-font/releases/download/v${version}/sudo.zip";
|
||||
sha256 = "16x6vs016wz6rmd4p248ri9fn35xq7r3dc8hv4w2c4rz1xl8c099";
|
||||
|
||||
postFetch = ''
|
||||
mkdir -p $out/share/fonts/truetype/
|
||||
unzip -j $downloadedFile \*.ttf -d $out/share/fonts/truetype/
|
||||
'';
|
||||
meta = with stdenv.lib; {
|
||||
description = "Font for programmers and command line users";
|
||||
homepage = https://www.kutilek.de/sudo-font/;
|
||||
license = licenses.ofl;
|
||||
maintainers = with maintainers; [ dtzWill ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -2,13 +2,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "papirus-icon-theme-${version}";
|
||||
version = "20190106";
|
||||
version = "20190203";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "PapirusDevelopmentTeam";
|
||||
repo = "papirus-icon-theme";
|
||||
rev = version;
|
||||
sha256 = "0i5dmpqq65nipps800iijxd6krnvrdbnd6zrf7f145dg7r6hfk8p";
|
||||
sha256 = "02vx8sqpd3rpcypjd99rqkci0fj1bcjznn46p660vpdddpadxya4";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ gtk3 ];
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{ fetchurl }:
|
||||
|
||||
fetchurl {
|
||||
url = "https://github.com/commercialhaskell/all-cabal-hashes/archive/c400563a55894c34ae0d7dec415ac8994aa74aa0.tar.gz";
|
||||
sha256 = "0mqgfw8sc0h4p031gcs4m3n6rbd31zrqx2lh1xgplhxldhw5gg8p";
|
||||
url = "https://github.com/commercialhaskell/all-cabal-hashes/archive/e95fefd56a6b8de585e92cd34de4870e31fb7bc7.tar.gz";
|
||||
sha256 = "08pzxwsc4incrl5mv8572xs9332206p2cw2mynxks33n7nh98vmx";
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{ stdenv, fetchurl }:
|
||||
|
||||
let
|
||||
version = "20151214";
|
||||
version = "20190116";
|
||||
pname = "mobile-broadband-provider-info";
|
||||
name = "${pname}-${version}";
|
||||
in
|
||||
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/${pname}/${version}/${name}.tar.xz";
|
||||
sha256 = "1905nab1h8p4hx0m1w0rn4mkg9209x680dcr4l77bngy21pmvr4a";
|
||||
sha256 = "16y5lc7pfdvai9c8xwb825zc3v46039gghbip13fqslf5gw11fic";
|
||||
};
|
||||
|
||||
meta = {
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
{ stdenv, fetchFromGitHub, gnome3, libxml2, gtk-engine-murrine, gdk_pixbuf, librsvg, bc }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "materia-theme-${version}";
|
||||
version = "20181125";
|
||||
pname = "materia-theme";
|
||||
version = "20190201";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "nana-4";
|
||||
repo = "materia-theme";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "17gsgll2m534lwvpffqisdmhhmn0da419wnpq39wv5cjnmk0q3by";
|
||||
sha256 = "0al6d1ijrdzhia1nflyy178r1jszh82splv81cjpj8cyrq579r32";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ gnome3.glib libxml2 bc ];
|
||||
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A Material Design theme for GNOME/GTK+ based desktop environments";
|
||||
description = "Material Design theme for GNOME/GTK+ based desktop environments";
|
||||
homepage = https://github.com/nana-4/materia-theme;
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.all;
|
||||
|
||||
Reference in New Issue
Block a user