dracula-theme: copy kde theme components to expected locations
This commit is contained in:
parent
3ef1d2a960
commit
6a93f23c4b
@ -22,7 +22,14 @@ stdenv.mkDerivation {
|
|||||||
installPhase = ''
|
installPhase = ''
|
||||||
runHook preInstall
|
runHook preInstall
|
||||||
mkdir -p $out/share/themes/${themeName}
|
mkdir -p $out/share/themes/${themeName}
|
||||||
cp -a {assets,cinnamon,gnome-shell,gtk-2.0,gtk-3.0,gtk-3.20,index.theme,kde,metacity-1,unity,xfwm4} $out/share/themes/${themeName}
|
cp -a {assets,cinnamon,gnome-shell,gtk-2.0,gtk-3.0,gtk-3.20,index.theme,metacity-1,unity,xfwm4} $out/share/themes/${themeName}
|
||||||
|
|
||||||
|
cp -a kde/{color-schemes,plasma} $out/share/
|
||||||
|
cp -a kde/kvantum $out/share/Kvantum
|
||||||
|
mkdir -p $out/share/aurorae/themes
|
||||||
|
cp -a kde/aurorae/* $out/share/aurorae/themes/
|
||||||
|
mkdir -p $out/share/sddm/themes
|
||||||
|
cp -a kde/sddm/* $out/share/sddm/themes/
|
||||||
runHook postInstall
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user