onestepback: init at 0.98

This commit is contained in:
José Romildo Malaquias 2018-04-12 21:29:58 -03:00
parent 30fc4b4489
commit 524b29471b
2 changed files with 27 additions and 0 deletions

View file

@ -0,0 +1,25 @@
{ stdenv, fetchzip }:
let
version = "0.98";
in fetchzip {
name = "onestepback-${version}";
url = "http://www.vide.memoire.free.fr/perso/OneStepBack/OneStepBack-v${version}.zip";
postFetch = ''
mkdir -p $out/share/themes
unzip $downloadedFile -x OneStepBack/LICENSE -d $out/share/themes
'';
sha256 = "0sjacvx7020lzc89r5310w83wclw96gzzczy3mss54ldkgmnd0mr";
meta = with stdenv.lib; {
description = "Gtk theme inspired by the NextStep look";
homepage = https://www.opendesktop.org/p/1013663/;
license = licenses.gpl3;
platforms = platforms.all;
maintainers = [ maintainers.romildo ];
};
}

View file

@ -19609,6 +19609,8 @@ with pkgs;
numix-sx-gtk-theme = callPackage ../misc/themes/numix-sx { };
onestepback = callPackage ../misc/themes/onestepback { };
theme-vertex = callPackage ../misc/themes/vertex { };
rox-filer = callPackage ../desktops/rox/rox-filer {