qogir-theme: 2021-12-25 -> 2022-04-29 (#171132)

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
main
José Romildo Malaquias 2 years ago committed by GitHub
parent 1391482b41
commit 72fe39ecf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      pkgs/data/themes/qogir/default.nix

@ -7,17 +7,18 @@
, librsvg , librsvg
, sassc , sassc
, which , which
, gitUpdater
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "qogir-theme"; pname = "qogir-theme";
version = "2021-12-25"; version = "2022-04-29";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "vinceliuice"; owner = "vinceliuice";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "1h10yqz3i59bxhkk2r2p8as8g9ibx38bbpdxi7jgg2pxr581mn4f"; sha256 = "oFGJ29He7ZmryW/Eg+JLM9C3FzNjmKjzNtyXDHGuhwo=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -38,12 +39,14 @@ stdenv.mkDerivation rec {
installPhase = '' installPhase = ''
patchShebangs . patchShebangs .
mkdir -p $out/share/themes mkdir -p $out/share/themes
name= ./install.sh -t all -d $out/share/themes name= HOME="$TMPDIR" ./install.sh -t all -d $out/share/themes
mkdir -p $out/share/doc/${pname} mkdir -p $out/share/doc/${pname}
cp -a src/firefox $out/share/doc/${pname} cp -a src/firefox $out/share/doc/${pname}
rm $out/share/themes/*/{AUTHORS,COPYING} rm $out/share/themes/*/{AUTHORS,COPYING}
''; '';
passthru.updateScript = gitUpdater { inherit pname version; };
meta = with lib; { meta = with lib; {
description = "Flat Design theme for GTK based desktop environments"; description = "Flat Design theme for GTK based desktop environments";
homepage = "https://vinceliuice.github.io/Qogir-theme"; homepage = "https://vinceliuice.github.io/Qogir-theme";

Loading…
Cancel
Save