mate.engrampa: 1.26.2 -> 1.28.1

https://github.com/mate-desktop/engrampa/compare/v1.26.2...v1.28.1

Also enables JSON support.
This commit is contained in:
Bobby Rong
2024-03-14 23:34:07 +08:00
parent a5cfc1a78c
commit ff1c608c72
+9 -6
View File
@@ -5,22 +5,24 @@
, gettext
, itstool
, libxml2
, caja
, gtk3
, mate
, hicolor-icon-theme
, json-glib
, mate-desktop
, wrapGAppsHook
, mateUpdateScript
# can be defaulted to true once engrampa builds with meson (version > 1.27.0)
# can be defaulted to true once switch to meson
, withMagic ? stdenv.buildPlatform.canExecute stdenv.hostPlatform, file
}:
stdenv.mkDerivation rec {
pname = "engrampa";
version = "1.26.2";
version = "1.28.1";
src = fetchurl {
url = "https://pub.mate-desktop.org/releases/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "cx9cR7UfNvyMiWUrbnfbT7K0Zjid6ZkMmFUpo9T/iEw=";
sha256 = "nFxMm8+LCO6qjydVONJLTJVQidWK7AMx6JwCuE2FOGo=";
};
nativeBuildInputs = [
@@ -32,10 +34,11 @@ stdenv.mkDerivation rec {
];
buildInputs = [
caja
gtk3
mate.caja
hicolor-icon-theme
mate.mate-desktop
json-glib
mate-desktop
] ++ lib.optionals withMagic [
file
];