gnome3.gnome-maps: 3.36.4 -> 3.38.0
* reformat https://gitlab.gnome.org/GNOME/gnome-maps/-/blob/v3.38.0/NEWS Co-authored-by: WORLDofPEACE <worldofpeace@protonmail.ch>
This commit is contained in:
parent
4f2e135306
commit
adee6a827b
@ -1,29 +1,71 @@
|
|||||||
{ stdenv, fetchurl, meson, ninja, gettext, python3, pkgconfig, gnome3, gtk3
|
{ stdenv
|
||||||
, gobject-introspection, gdk-pixbuf, librsvg, libgweather
|
, fetchurl
|
||||||
, geoclue2, wrapGAppsHook, folks, libchamplain, gfbgraph, libsoup, gsettings-desktop-schemas
|
, meson
|
||||||
, webkitgtk, gjs, libgee, geocode-glib, evolution-data-server, gnome-online-accounts }:
|
, ninja
|
||||||
|
, gettext
|
||||||
|
, python3
|
||||||
|
, pkgconfig
|
||||||
|
, gnome3
|
||||||
|
, gtk3
|
||||||
|
, gobject-introspection
|
||||||
|
, gdk-pixbuf
|
||||||
|
, librsvg
|
||||||
|
, libgweather
|
||||||
|
, geoclue2
|
||||||
|
, wrapGAppsHook
|
||||||
|
, folks
|
||||||
|
, libchamplain
|
||||||
|
, gfbgraph
|
||||||
|
, libsoup
|
||||||
|
, gsettings-desktop-schemas
|
||||||
|
, webkitgtk
|
||||||
|
, gjs
|
||||||
|
, libgee
|
||||||
|
, libhandy
|
||||||
|
, geocode-glib
|
||||||
|
, evolution-data-server
|
||||||
|
, gnome-online-accounts
|
||||||
|
}:
|
||||||
|
|
||||||
let
|
stdenv.mkDerivation rec {
|
||||||
pname = "gnome-maps";
|
pname = "gnome-maps";
|
||||||
version = "3.36.4";
|
version = "3.38.0";
|
||||||
in stdenv.mkDerivation rec {
|
|
||||||
name = "${pname}-${version}";
|
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
|
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
||||||
sha256 = "1ila7li9yi4lyjc84a787qr33wr7ayppphxn451jzg410pfcamhz";
|
sha256 = "16bzv7qzwbd2av09k1pbhshmj984dkn6y7xzhc16316hxd086xam";
|
||||||
};
|
};
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
|
||||||
nativeBuildInputs = [ meson ninja pkgconfig gettext python3 wrapGAppsHook ];
|
nativeBuildInputs = [
|
||||||
|
gettext
|
||||||
|
meson
|
||||||
|
ninja
|
||||||
|
pkgconfig
|
||||||
|
python3
|
||||||
|
wrapGAppsHook
|
||||||
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
evolution-data-server
|
||||||
|
folks
|
||||||
|
gdk-pixbuf
|
||||||
|
geoclue2
|
||||||
|
geocode-glib
|
||||||
|
gfbgraph
|
||||||
|
gjs
|
||||||
|
gnome-online-accounts
|
||||||
|
gnome3.adwaita-icon-theme
|
||||||
gobject-introspection
|
gobject-introspection
|
||||||
gtk3 geoclue2 gjs libgee folks gfbgraph
|
gsettings-desktop-schemas
|
||||||
geocode-glib libchamplain libsoup
|
gtk3
|
||||||
gdk-pixbuf librsvg libgweather
|
libchamplain
|
||||||
gsettings-desktop-schemas evolution-data-server
|
libgee
|
||||||
gnome-online-accounts gnome3.adwaita-icon-theme
|
libgweather
|
||||||
|
libhandy
|
||||||
|
librsvg
|
||||||
|
libsoup
|
||||||
webkitgtk
|
webkitgtk
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user