gnome3.gnome-contacts: 3.30.2 -> 3.32.0
- enable telepathy again - fix build with libsoup, pulled in through folks_eds. Probably caused by libsoup version bump, but not sure.
This commit is contained in:
parent
6d7b4c0f79
commit
0bac188b59
@ -2,16 +2,16 @@
|
|||||||
, pkgconfig, libxslt, docbook_xsl, docbook_xml_dtd_42, python3, gtk3, glib, cheese
|
, pkgconfig, libxslt, docbook_xsl, docbook_xml_dtd_42, python3, gtk3, glib, cheese
|
||||||
, libchamplain, clutter-gtk, geocode-glib, gnome-desktop, gnome-online-accounts
|
, libchamplain, clutter-gtk, geocode-glib, gnome-desktop, gnome-online-accounts
|
||||||
, wrapGAppsHook, folks, libxml2, gnome3, telepathy-glib
|
, wrapGAppsHook, folks, libxml2, gnome3, telepathy-glib
|
||||||
, vala, meson, ninja }:
|
, vala, meson, ninja, libhandy }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "3.30.2";
|
version = "3.32";
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
name = "gnome-contacts-${version}";
|
name = "gnome-contacts-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnome/sources/gnome-contacts/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
|
url = "mirror://gnome/sources/gnome-contacts/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
|
||||||
sha256 = "1b0pkdwz9yqcv82zzdf76rs2w3wa5zli8pka09wnahikx1ykk43h";
|
sha256 = "12vr75d5akhs0fzmjg6j21jrrlr8njdrf9dwhw94k8p73y1gjjgw";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedUserEnvPkgs = [ evolution-data-server ];
|
propagatedUserEnvPkgs = [ evolution-data-server ];
|
||||||
@ -22,14 +22,18 @@ in stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
gtk3 glib evolution-data-server gnome3.gsettings-desktop-schemas
|
gtk3 glib evolution-data-server gnome3.gsettings-desktop-schemas
|
||||||
folks gnome-desktop telepathy-glib
|
folks gnome-desktop telepathy-glib libhandy
|
||||||
libxml2 gnome-online-accounts cheese
|
libxml2 gnome-online-accounts cheese
|
||||||
gnome3.adwaita-icon-theme libchamplain clutter-gtk geocode-glib
|
gnome3.adwaita-icon-theme libchamplain clutter-gtk geocode-glib
|
||||||
];
|
];
|
||||||
|
|
||||||
|
mesonFlags = [
|
||||||
|
"-Dtelepathy=true"
|
||||||
|
];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
chmod +x meson_post_install.py
|
chmod +x build-aux/meson_post_install.py
|
||||||
patchShebangs meson_post_install.py
|
patchShebangs build-aux/meson_post_install.py
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# In file included from src/gnome-contacts@exe/contacts-avatar-selector.c:30:0:
|
# In file included from src/gnome-contacts@exe/contacts-avatar-selector.c:30:0:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user