mate: remove icon cache
This commit is contained in:
parent
fbed066d4b
commit
c4dd81b81d
|
@ -60,10 +60,7 @@ in
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = [
|
environment.systemPackages =
|
||||||
pkgs.hicolor_icon_theme
|
|
||||||
pkgs.mate.mate-icon-theme
|
|
||||||
] ++
|
|
||||||
pkgs.mate.basePackages ++
|
pkgs.mate.basePackages ++
|
||||||
(removePackagesByName
|
(removePackagesByName
|
||||||
pkgs.mate.extraPackages
|
pkgs.mate.extraPackages
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ stdenv, fetchurl, pkgconfig, intltool, gtk3, libxml2, libsecret, poppler, itstool, mate, wrapGAppsHook }:
|
{ stdenv, fetchurl, pkgconfig, intltool, gtk3, libxml2, libsecret, poppler, itstool, mate, hicolor_icon_theme, wrapGAppsHook }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "atril-${version}";
|
name = "atril-${version}";
|
||||||
|
@ -23,6 +23,7 @@ stdenv.mkDerivation rec {
|
||||||
libsecret
|
libsecret
|
||||||
libxml2
|
libxml2
|
||||||
poppler
|
poppler
|
||||||
|
hicolor_icon_theme
|
||||||
mate.mate-desktop
|
mate.mate-desktop
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ stdenv, fetchurl, pkgconfig, intltool, itstool, libxml2, gnome3, mate, wrapGAppsHook }:
|
{ stdenv, fetchurl, pkgconfig, intltool, itstool, libxml2, gnome3, mate, hicolor_icon_theme, wrapGAppsHook }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "engrampa-${version}";
|
name = "engrampa-${version}";
|
||||||
|
@ -22,6 +22,7 @@ stdenv.mkDerivation rec {
|
||||||
libxml2
|
libxml2
|
||||||
gnome3.gtk
|
gnome3.gtk
|
||||||
mate.caja
|
mate.caja
|
||||||
|
hicolor_icon_theme
|
||||||
mate.mate-desktop
|
mate.mate-desktop
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ stdenv, fetchurl, pkgconfig, intltool, itstool, dbus_glib, exempi, lcms2, libexif, libjpeg, librsvg, libxml2, shared_mime_info, gnome3, mate, wrapGAppsHook }:
|
{ stdenv, fetchurl, pkgconfig, intltool, itstool, dbus_glib, exempi, lcms2, libexif, libjpeg, librsvg, libxml2, shared_mime_info, gnome3, mate, hicolor_icon_theme, wrapGAppsHook }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "eom-${version}";
|
name = "eom-${version}";
|
||||||
|
@ -15,6 +15,7 @@ stdenv.mkDerivation rec {
|
||||||
pkgconfig
|
pkgconfig
|
||||||
intltool
|
intltool
|
||||||
itstool
|
itstool
|
||||||
|
hicolor_icon_theme
|
||||||
wrapGAppsHook
|
wrapGAppsHook
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,8 @@ stdenv.mkDerivation rec {
|
||||||
"--enable-locations-compression"
|
"--enable-locations-compression"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
preFixup = "rm -f $out/share/icons/mate/icon-theme.cache";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Library to access weather information from online services for MATE";
|
description = "Library to access weather information from online services for MATE";
|
||||||
homepage = https://github.com/mate-desktop/libmateweather;
|
homepage = https://github.com/mate-desktop/libmateweather;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ stdenv, fetchurl, pkgconfig, intltool, itstool, libxml2, dbus_glib, libxklavier, libcanberra_gtk3, librsvg, desktop_file_utils, gnome3, mate, wrapGAppsHook }:
|
{ stdenv, fetchurl, pkgconfig, intltool, itstool, libxml2, dbus_glib, libxklavier, libcanberra_gtk3, librsvg, desktop_file_utils, gnome3, mate, hicolor_icon_theme, wrapGAppsHook }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "mate-control-center-${version}";
|
name = "mate-control-center-${version}";
|
||||||
|
@ -27,6 +27,7 @@ stdenv.mkDerivation rec {
|
||||||
librsvg
|
librsvg
|
||||||
gnome3.gtk
|
gnome3.gtk
|
||||||
gnome3.dconf
|
gnome3.dconf
|
||||||
|
hicolor_icon_theme
|
||||||
mate.mate-desktop
|
mate.mate-desktop
|
||||||
mate.libmatekbd
|
mate.libmatekbd
|
||||||
mate.mate-menus
|
mate.mate-menus
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ stdenv, fetchurl, pkgconfig, intltool, itstool, glib, dbus_glib, libwnck3, librsvg, libxml2, gnome3, mate, wrapGAppsHook }:
|
{ stdenv, fetchurl, pkgconfig, intltool, itstool, glib, dbus_glib, libwnck3, librsvg, libxml2, gnome3, mate, hicolor_icon_theme, wrapGAppsHook }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "mate-panel-${version}";
|
name = "mate-panel-${version}";
|
||||||
|
@ -24,6 +24,7 @@ stdenv.mkDerivation rec {
|
||||||
libwnck3
|
libwnck3
|
||||||
librsvg
|
librsvg
|
||||||
libxml2
|
libxml2
|
||||||
|
hicolor_icon_theme
|
||||||
gnome3.gtk
|
gnome3.gtk
|
||||||
gnome3.dconf
|
gnome3.dconf
|
||||||
mate.libmateweather
|
mate.libmateweather
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ stdenv, fetchurl, pkgconfig, intltool, itstool, dbus_glib, systemd, xtrans, xorg, gnome3, mate, wrapGAppsHook }:
|
{ stdenv, fetchurl, pkgconfig, intltool, itstool, dbus_glib, systemd, xtrans, xorg, gnome3, mate, hicolor_icon_theme, wrapGAppsHook }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "mate-session-manager-${version}";
|
name = "mate-session-manager-${version}";
|
||||||
|
@ -21,6 +21,7 @@ stdenv.mkDerivation rec {
|
||||||
dbus_glib
|
dbus_glib
|
||||||
systemd
|
systemd
|
||||||
xtrans
|
xtrans
|
||||||
|
hicolor_icon_theme
|
||||||
xorg.libSM
|
xorg.libSM
|
||||||
gnome3.gtk3
|
gnome3.gtk3
|
||||||
gnome3.gsettings_desktop_schemas
|
gnome3.gsettings_desktop_schemas
|
||||||
|
|
Loading…
Reference in New Issue