gnome3.geary: 3.32.2 -> 3.34.0
This commit is contained in:
parent
0e598c206d
commit
7dc02aa185
@ -1,28 +1,30 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, gtk3, vala, enchant2, wrapGAppsHook, meson, ninja
|
{ stdenv, fetchurl, pkgconfig, gtk3, vala, enchant2, wrapGAppsHook, meson, ninja
|
||||||
, desktop-file-utils, gnome-online-accounts, gsettings-desktop-schemas, adwaita-icon-theme
|
, desktop-file-utils, gnome-online-accounts, gsettings-desktop-schemas, adwaita-icon-theme
|
||||||
, libnotify, libcanberra-gtk3, libsecret, gmime, isocodes, libxml2, gettext
|
, libcanberra-gtk3, libsecret, gmime, isocodes, libxml2, gettext
|
||||||
, sqlite, gcr, json-glib, itstool, libgee, gnome3, webkitgtk, python3
|
, sqlite, gcr, json-glib, itstool, libgee, gnome3, webkitgtk, python3
|
||||||
, xvfb_run, dbus, shared-mime-info, libunwind, libunity, folks, glib-networking }:
|
, xvfb_run, dbus, shared-mime-info, libunwind, libunity, folks, glib-networking
|
||||||
|
, gobject-introspection, gspell, appstream-glib, libytnef, libhandy }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "geary";
|
pname = "geary";
|
||||||
version = "3.32.2";
|
version = "3.34.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
||||||
sha256 = "0sg53zq81v28hdqiy5d048skwfgsa8ck0z7ywsagdh7iaqin68gq";
|
sha256 = "1cxpyjgfrai423vwqc6jv4aqadxkd3ghh2had71drilyywy5bx64";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
desktop-file-utils gettext itstool libxml2 meson ninja
|
desktop-file-utils gettext itstool libxml2 meson ninja
|
||||||
pkgconfig vala wrapGAppsHook python3
|
pkgconfig vala wrapGAppsHook python3 appstream-glib
|
||||||
|
gobject-introspection
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
adwaita-icon-theme enchant2 gcr gmime gnome-online-accounts
|
adwaita-icon-theme enchant2 gcr gmime gnome-online-accounts
|
||||||
gsettings-desktop-schemas gtk3 isocodes json-glib libcanberra-gtk3
|
gsettings-desktop-schemas gtk3 isocodes json-glib libcanberra-gtk3
|
||||||
libgee libnotify libsecret sqlite webkitgtk glib-networking
|
libgee libsecret sqlite webkitgtk glib-networking
|
||||||
libunwind libunity folks
|
libunwind libunity folks gspell libytnef libhandy
|
||||||
];
|
];
|
||||||
|
|
||||||
checkInputs = [ xvfb_run dbus ];
|
checkInputs = [ xvfb_run dbus ];
|
||||||
@ -32,8 +34,8 @@ stdenv.mkDerivation rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
chmod +x build-aux/post_install.py
|
chmod +x build-aux/post_install.py build-aux/git_version.py
|
||||||
patchShebangs build-aux/post_install.py
|
patchShebangs build-aux/post_install.py build-aux/git_version.py
|
||||||
|
|
||||||
chmod +x desktop/geary-attach
|
chmod +x desktop/geary-attach
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user