mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
treewide: switch to KF6 version of breeze-icons
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
mint-x-icons,
|
||||
pantheon,
|
||||
jdupes,
|
||||
libsForQt5,
|
||||
kdePackages,
|
||||
}:
|
||||
|
||||
stdenvNoCC.mkDerivation {
|
||||
@@ -29,7 +29,7 @@ stdenvNoCC.mkDerivation {
|
||||
|
||||
# ubuntu-mono is also required but missing in ubuntu-themes (please add it if it is packaged at some point)
|
||||
propagatedBuildInputs = [
|
||||
libsForQt5.breeze-icons
|
||||
kdePackages.breeze-icons
|
||||
gnome-icon-theme
|
||||
hicolor-icon-theme
|
||||
mint-x-icons
|
||||
@@ -40,6 +40,7 @@ stdenvNoCC.mkDerivation {
|
||||
|
||||
dontPatchELF = true;
|
||||
dontRewriteSymlinks = true;
|
||||
dontWrapQtApps = true;
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
|
||||
@@ -44,6 +44,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
];
|
||||
|
||||
dontDropIconThemeCache = true;
|
||||
dontWrapQtApps = true;
|
||||
|
||||
installPhase = ''
|
||||
patchShebangs .
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
pantheon,
|
||||
gnome-icon-theme,
|
||||
hicolor-icon-theme,
|
||||
libsForQt5,
|
||||
kdePackages,
|
||||
}:
|
||||
|
||||
stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
@@ -25,7 +25,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
libsForQt5.breeze-icons
|
||||
kdePackages.breeze-icons
|
||||
pantheon.elementary-icon-theme
|
||||
gnome-icon-theme
|
||||
hicolor-icon-theme
|
||||
@@ -33,6 +33,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
|
||||
dontFixup = true;
|
||||
dontDropIconThemeCache = true;
|
||||
dontWrapQtApps = true;
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/share/icons
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
gtk3,
|
||||
gnome-icon-theme,
|
||||
hicolor-icon-theme,
|
||||
libsForQt5,
|
||||
kdePackages,
|
||||
}:
|
||||
|
||||
stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
@@ -22,7 +22,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
nativeBuildInputs = [ gtk3 ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
libsForQt5.breeze-icons
|
||||
kdePackages.breeze-icons
|
||||
gnome-icon-theme
|
||||
hicolor-icon-theme
|
||||
];
|
||||
@@ -35,6 +35,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
'';
|
||||
|
||||
dontDropIconThemeCache = true;
|
||||
dontWrapQtApps = true;
|
||||
|
||||
meta = {
|
||||
description = "Gruvbox icons for GTK based desktop environments";
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
gnome-icon-theme,
|
||||
hicolor-icon-theme,
|
||||
pantheon,
|
||||
libsForQt5,
|
||||
kdePackages,
|
||||
}:
|
||||
|
||||
stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
@@ -20,13 +20,14 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
libsForQt5.breeze-icons
|
||||
kdePackages.breeze-icons
|
||||
pantheon.elementary-icon-theme
|
||||
gnome-icon-theme
|
||||
hicolor-icon-theme
|
||||
];
|
||||
|
||||
dontDropIconThemeCache = true;
|
||||
dontWrapQtApps = true;
|
||||
|
||||
postPatch = ''
|
||||
patchShebangs configure
|
||||
|
||||
@@ -27,6 +27,7 @@ stdenvNoCC.mkDerivation rec {
|
||||
];
|
||||
|
||||
dontDropIconThemeCache = true;
|
||||
dontWrapQtApps = true;
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
|
||||
@@ -27,6 +27,7 @@ stdenvNoCC.mkDerivation rec {
|
||||
];
|
||||
|
||||
dontDropIconThemeCache = true;
|
||||
dontWrapQtApps = true;
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
gnome-icon-theme,
|
||||
hicolor-icon-theme,
|
||||
gitUpdater,
|
||||
libsForQt5,
|
||||
kdePackages,
|
||||
}:
|
||||
|
||||
stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
@@ -27,12 +27,13 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
|
||||
propagatedBuildInputs = [
|
||||
adwaita-icon-theme
|
||||
libsForQt5.breeze-icons
|
||||
kdePackages.breeze-icons
|
||||
gnome-icon-theme
|
||||
hicolor-icon-theme
|
||||
];
|
||||
|
||||
dontDropIconThemeCache = true;
|
||||
dontWrapQtApps = true;
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
stdenvNoCC,
|
||||
fetchFromGitHub,
|
||||
gtk3,
|
||||
plasma5Packages,
|
||||
kdePackages,
|
||||
hicolor-icon-theme,
|
||||
}:
|
||||
|
||||
@@ -23,11 +23,12 @@ stdenvNoCC.mkDerivation rec {
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
plasma5Packages.breeze-icons
|
||||
kdePackages.breeze-icons
|
||||
hicolor-icon-theme
|
||||
];
|
||||
|
||||
dontDropIconThemeCache = true;
|
||||
dontWrapQtApps = true;
|
||||
|
||||
makeFlags = [
|
||||
"DESTDIR=$(out)"
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
gnome-icon-theme,
|
||||
papirus-icon-theme,
|
||||
hicolor-icon-theme,
|
||||
libsForQt5,
|
||||
kdePackages,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
@@ -27,7 +27,7 @@ stdenv.mkDerivation {
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
libsForQt5.breeze-icons
|
||||
kdePackages.breeze-icons
|
||||
gnome-icon-theme
|
||||
papirus-icon-theme
|
||||
hicolor-icon-theme
|
||||
|
||||
@@ -60,6 +60,7 @@ lib.checkListOfEnum "${pname}: color variants"
|
||||
# Package may install many small files.
|
||||
dontPatchELF = true;
|
||||
dontRewriteSymlinks = true;
|
||||
dontWrapQtApps = true;
|
||||
|
||||
# FIXME: https://github.com/yeyushengfan258/Reversal-icon-theme/issues/108
|
||||
dontCheckForBrokenSymlinks = true;
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
stdenvNoCC,
|
||||
fetchFromGitHub,
|
||||
adwaita-icon-theme,
|
||||
libsForQt5,
|
||||
kdePackages,
|
||||
gtk3,
|
||||
hicolor-icon-theme,
|
||||
jdupes,
|
||||
@@ -52,11 +52,12 @@ lib.checkListOfEnum "tela-circle-icon-theme: color variants"
|
||||
|
||||
propagatedBuildInputs = [
|
||||
adwaita-icon-theme
|
||||
libsForQt5.breeze-icons
|
||||
kdePackages.breeze-icons
|
||||
hicolor-icon-theme
|
||||
];
|
||||
|
||||
dontDropIconThemeCache = true;
|
||||
dontWrapQtApps = true;
|
||||
|
||||
# These fixup steps are slow and unnecessary for this package.
|
||||
# Package may install almost 400 000 small files.
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
gtk3,
|
||||
jdupes,
|
||||
adwaita-icon-theme,
|
||||
libsForQt5,
|
||||
kdePackages,
|
||||
hicolor-icon-theme,
|
||||
}:
|
||||
|
||||
@@ -27,11 +27,12 @@ stdenvNoCC.mkDerivation rec {
|
||||
|
||||
propagatedBuildInputs = [
|
||||
adwaita-icon-theme
|
||||
libsForQt5.breeze-icons
|
||||
kdePackages.breeze-icons
|
||||
hicolor-icon-theme
|
||||
];
|
||||
|
||||
dontDropIconThemeCache = true;
|
||||
dontWrapQtApps = true;
|
||||
|
||||
# These fixup steps are slow and unnecessary.
|
||||
dontPatchELF = true;
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
stdenvNoCC,
|
||||
fetchFromGitHub,
|
||||
gtk3,
|
||||
libsForQt5,
|
||||
kdePackages,
|
||||
gnome-icon-theme,
|
||||
numix-icon-theme,
|
||||
numix-icon-theme-circle,
|
||||
@@ -29,7 +29,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
libsForQt5.breeze-icons
|
||||
kdePackages.breeze-icons
|
||||
gnome-icon-theme
|
||||
numix-icon-theme
|
||||
numix-icon-theme-circle
|
||||
@@ -38,6 +38,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
];
|
||||
|
||||
dontDropIconThemeCache = true;
|
||||
dontWrapQtApps = true;
|
||||
|
||||
dontPatchELF = true;
|
||||
dontRewriteSymlinks = true;
|
||||
|
||||
Reference in New Issue
Block a user