Merge pull request #38883 from romildo/new.onestepback

onestepback: init at 0.98
This commit is contained in:
Jörg Thalheim 2018-04-28 13:01:25 +01:00 committed by GitHub
commit 4071b64ae4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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

@ -19688,6 +19688,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 {