remove adi1090x-plymouth package
This commit is contained in:
parent
15f1b515c3
commit
94303e1acc
2 changed files with 0 additions and 39 deletions
|
@ -1,38 +0,0 @@
|
||||||
{ lib
|
|
||||||
, stdenvNoCC
|
|
||||||
, fetchFromGitHub
|
|
||||||
, pack ? "pack_1"
|
|
||||||
, theme ? "cuts"
|
|
||||||
,
|
|
||||||
}:
|
|
||||||
stdenvNoCC.mkDerivation {
|
|
||||||
pname = "adi1090x-plymouth";
|
|
||||||
version = "latest";
|
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "adi1090x";
|
|
||||||
repo = "plymouth-themes";
|
|
||||||
rev = "5d8817458d764bff4ff9daae94cf1bbaabf16ede";
|
|
||||||
hash = "sha256-e3lRgIBzDkKcWEp5yyRCzQJM6yyTjYC5XmNUZZroDuw=";
|
|
||||||
};
|
|
||||||
|
|
||||||
installPhase = ''
|
|
||||||
runHook preInstall
|
|
||||||
|
|
||||||
mkdir -p $out/share/plymouth/themes/
|
|
||||||
cp -r ${pack}/${theme} $out/share/plymouth/themes/adi1090x
|
|
||||||
sed -i "s@\/usr\/@$out\/@" $out/share/plymouth/themes/adi1090x/${theme}.plymouth
|
|
||||||
mv $out/share/plymouth/themes/adi1090x/${theme}.plymouth $out/share/plymouth/themes/adi1090x/adi1090x.plymouth
|
|
||||||
sed -i 's/${theme}/adi1090x/g' $out/share/plymouth/themes/adi1090x/adi1090x.plymouth
|
|
||||||
mv $out/share/plymouth/themes/adi1090x/${theme}.script $out/share/plymouth/themes/adi1090x/adi1090x.script
|
|
||||||
|
|
||||||
runHook postInstall
|
|
||||||
'';
|
|
||||||
|
|
||||||
meta = with lib; {
|
|
||||||
description = "A hugh collection (80+) of plymouth themes ported from android bootanimations";
|
|
||||||
homepage = "https://github.com/adi1090x/plymouth-themes";
|
|
||||||
license = licenses.gpl3;
|
|
||||||
platform = platforms.linux;
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -1,5 +1,4 @@
|
||||||
final: prev: {
|
final: prev: {
|
||||||
adi1090x-plymouth = prev.callPackage ./adi1090x-plymouth { };
|
|
||||||
dracula-gtk = prev.callPackage ./dracula-gtk { };
|
dracula-gtk = prev.callPackage ./dracula-gtk { };
|
||||||
scripts = prev.callPackage ./scripts { };
|
scripts = prev.callPackage ./scripts { };
|
||||||
rofi-bluetooth = prev.callPackage ./rofi-bluetooth { };
|
rofi-bluetooth = prev.callPackage ./rofi-bluetooth { };
|
||||||
|
|
Loading…
Reference in a new issue