catppuccin-qt5ct: 2023-03-21 -> 0-unstable-2025-03-29
This commit is contained in:
parent
e21a96a1b4
commit
41e3c55a6f
@ -5,24 +5,25 @@
|
|||||||
}:
|
}:
|
||||||
stdenvNoCC.mkDerivation {
|
stdenvNoCC.mkDerivation {
|
||||||
pname = "catppuccin-qt5ct";
|
pname = "catppuccin-qt5ct";
|
||||||
version = "2023-03-21";
|
version = "0-unstable-2025-03-29";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "catppuccin";
|
owner = "catppuccin";
|
||||||
repo = "qt5ct";
|
repo = "qt5ct";
|
||||||
rev = "89ee948e72386b816c7dad72099855fb0d46d41e";
|
rev = "cb585307edebccf74b8ae8f66ea14f21e6666535";
|
||||||
hash = "sha256-t/uyK0X7qt6qxrScmkTU2TvcVJH97hSQuF0yyvSO/qQ=";
|
hash = "sha256-wDj6kQ2LQyMuEvTQP6NifYFdsDLT+fMCe3Fxr8S783w=";
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
runHook preInstall
|
runHook preInstall
|
||||||
mkdir -p $out/share/qt5ct
|
mkdir -p $out/share/qt{5,6}ct
|
||||||
cp -r themes $out/share/qt5ct/colors
|
cp -r themes $out/share/qt5ct/colors
|
||||||
|
cp -r themes $out/share/qt6ct/colors
|
||||||
runHook postInstall
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Soothing pastel theme for qt5ct";
|
description = "Soothing pastel theme for qt5ct & qt6ct";
|
||||||
homepage = "https://github.com/catppuccin/qt5ct";
|
homepage = "https://github.com/catppuccin/qt5ct";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
maintainers = with lib.maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user