gnome.gnome-todo: 40.0 -> 41.0
- https://gitlab.gnome.org/GNOME/gnome-todo/-/blob/41.0/NEWS
This commit is contained in:
parent
3faf2e9796
commit
aac7e4643e
1 changed files with 4 additions and 6 deletions
|
@ -21,15 +21,16 @@
|
||||||
, libical
|
, libical
|
||||||
, librest
|
, librest
|
||||||
, json-glib
|
, json-glib
|
||||||
|
, itstool
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "gnome-todo";
|
pname = "gnome-todo";
|
||||||
version = "40.0";
|
version = "41.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
|
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
|
||||||
sha256 = "aAl8lvBnXHFCZn0QQ0ToNHLdf8xTj+wKzb9gJrucobE=";
|
sha256 = "1r94880d4khbjhhfnhaba3y3d4hv2bri82rzfzxn27s5iybpqras";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
@ -39,6 +40,7 @@ stdenv.mkDerivation rec {
|
||||||
gettext
|
gettext
|
||||||
python3
|
python3
|
||||||
wrapGAppsHook
|
wrapGAppsHook
|
||||||
|
itstool
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
@ -62,10 +64,6 @@ stdenv.mkDerivation rec {
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
chmod +x build-aux/meson/meson_post_install.py
|
chmod +x build-aux/meson/meson_post_install.py
|
||||||
patchShebangs build-aux/meson/meson_post_install.py
|
patchShebangs build-aux/meson/meson_post_install.py
|
||||||
|
|
||||||
# https://gitlab.gnome.org/GNOME/gnome-todo/merge_requests/103
|
|
||||||
substituteInPlace src/meson.build \
|
|
||||||
--replace 'Gtk-3.0' 'Gtk-4.0'
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
|
|
Loading…
Reference in a new issue