mate.mate-indicator-applet: 1.26.0 -> 1.28.0

https://github.com/mate-desktop/mate-indicator-applet/compare/v1.26.0...v1.28.0
This commit is contained in:
Bobby Rong 2024-02-24 12:31:13 +00:00
parent 5ffcbc046b
commit 5c5df85002
No known key found for this signature in database

View File

@ -5,7 +5,7 @@
, gettext
, gtk3
, libayatana-indicator
, mate
, mate-panel
, hicolor-icon-theme
, wrapGAppsHook
, mateUpdateScript
@ -13,17 +13,17 @@
stdenv.mkDerivation rec {
pname = "mate-indicator-applet";
version = "1.26.0";
version = "1.28.0";
src = fetchurl {
url = "https://pub.mate-desktop.org/releases/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "144fh9f3lag2cqnmb6zxlh8k83ya8kha6rmd7r8gg3z5w3nzpyz4";
sha256 = "zrPXA5cKPlWNfNffCxwhceOvdSolSVrO0uIiwemtSc0=";
};
postPatch = ''
# Find installed Unity & Ayatana (new-style) indicators
substituteInPlace src/applet-main.c \
--replace '/usr/share' '/run/current-system/sw/share'
--replace-fail '/usr/share' '/run/current-system/sw/share'
'';
nativeBuildInputs = [
@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
buildInputs = [
gtk3
libayatana-indicator
mate.mate-panel
mate-panel
hicolor-icon-theme
];