folks: 0.15.5 → 0.15.6

https://gitlab.gnome.org/GNOME/folks/-/compare/0.15.5...0.15.6

Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
Jan Tojnar 2023-03-06 15:36:05 +00:00
parent 9795950fbb
commit c8dbf99619

View file

@ -1,7 +1,6 @@
{ stdenv
, lib
, fetchurl
, fetchpatch
, pkg-config
, meson
, ninja
@ -28,23 +27,15 @@
stdenv.mkDerivation rec {
pname = "folks";
version = "0.15.5";
version = "0.15.6";
outputs = [ "out" "dev" "devdoc" ];
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "D/+KiWMwzYKu5FmDJPflQciE0DN1NiEnI7S+s4x1kIY=";
sha256 = "yGZjDFU/Kc6b4cemAmfLQICmvM9LjVUdxMfmI02EAkg=";
};
patches = [
# Do not check for unneeded GTK dependency.
(fetchpatch {
url = "https://gitlab.gnome.org/GNOME/folks/-/commit/686d58fb2454e5038bb951423245ed8c2d4b5cf6.patch";
sha256 = "0ydafVKhSrkHZK8bitPF5mNDTG5GrixGzBgBLNzLuXQ=";
})
];
nativeBuildInputs = [
gettext
gobject-introspection
@ -117,7 +108,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "A library that aggregates people from multiple sources to create metacontacts";
homepage = "https://wiki.gnome.org/Projects/Folks";
license = licenses.lgpl2Plus;
license = licenses.lgpl21Plus;
maintainers = teams.gnome.members;
platforms = platforms.unix;
};