mate.mate-user-share: 1.26.0 -> 1.28.0

https://github.com/mate-desktop/mate-user-share/compare/v1.26.0...v1.28.0
This commit is contained in:
Bobby Rong 2024-02-24 12:34:50 +00:00
parent 5c5df85002
commit 9e31001c4b
No known key found for this signature in database

View file

@ -5,6 +5,7 @@
, gettext
, itstool
, gtk3
, caja
, dbus-glib
, libnotify
, libxml2
@ -21,11 +22,11 @@ let
in
stdenv.mkDerivation rec {
pname = "mate-user-share";
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 = "1wh0b4qw5wzpl7sg44lpwjb9r6xllch3xfz8c2cchl8rcgbh2kph";
sha256 = "iYVgmZkXllE0jkl+8I81C4YIG5expKcwQHfurlc5rjg=";
};
nativeBuildInputs = [
@ -38,10 +39,10 @@ stdenv.mkDerivation rec {
buildInputs = [
gtk3
caja
dbus-glib
libnotify
libcanberra-gtk3
mate.caja
hicolor-icon-theme
# Should mod_dnssd and apacheHttpd be runtime dependencies?
# In gnome-user-share they are not.