uboot: (firmwareOdroidC2/C4) don't invoke patch tool, use patches = [] instead
https://github.com/NixOS/nixpkgs/blob/master/pkgs/stdenv/generic/setup.sh#L948 this can do it nicely. Signed-off-by: Anton Arapov <anton@deadbeef.mx>
This commit is contained in:
commit
56de2bcd43
30691 changed files with 3076956 additions and 0 deletions
|
|
@ -0,0 +1,13 @@
|
|||
Index: kiconthemes-5.17.0/src/kicontheme.cpp
|
||||
===================================================================
|
||||
--- kiconthemes-5.17.0.orig/src/kicontheme.cpp
|
||||
+++ kiconthemes-5.17.0/src/kicontheme.cpp
|
||||
@@ -557,7 +557,7 @@ void KIconTheme::reconfigure()
|
||||
// static
|
||||
QString KIconTheme::defaultThemeName()
|
||||
{
|
||||
- return QStringLiteral("hicolor");
|
||||
+ return QStringLiteral("breeze");
|
||||
}
|
||||
|
||||
void KIconTheme::assignIconsToContextMenu(ContextMenus type,
|
||||
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
mkDerivation,
|
||||
extra-cmake-modules,
|
||||
breeze-icons, karchive, kcoreaddons, kconfigwidgets, ki18n, kitemviews,
|
||||
qtbase, qtsvg, qttools,
|
||||
}:
|
||||
|
||||
mkDerivation {
|
||||
pname = "kiconthemes";
|
||||
patches = [
|
||||
./default-theme-breeze.patch
|
||||
];
|
||||
nativeBuildInputs = [ extra-cmake-modules ];
|
||||
buildInputs = [
|
||||
breeze-icons karchive kcoreaddons kconfigwidgets ki18n kitemviews
|
||||
];
|
||||
propagatedBuildInputs = [ qtbase qtsvg qttools ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue