gnome.gnome-chess: 43.rc → 43.0
https://gitlab.gnome.org/GNOME/gnome-chess/-/compare/43.rc...43.0 Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
parent
e5de3e0cd2
commit
2adfd0bdcc
1 changed files with 4 additions and 9 deletions
|
@ -5,12 +5,12 @@
|
||||||
, ninja
|
, ninja
|
||||||
, vala
|
, vala
|
||||||
, pkg-config
|
, pkg-config
|
||||||
|
, desktop-file-utils
|
||||||
, wrapGAppsHook4
|
, wrapGAppsHook4
|
||||||
, gobject-introspection
|
, gobject-introspection
|
||||||
, gettext
|
, gettext
|
||||||
, itstool
|
, itstool
|
||||||
, libxml2
|
, libxml2
|
||||||
, python3
|
|
||||||
, gnome
|
, gnome
|
||||||
, glib
|
, glib
|
||||||
, gtk4
|
, gtk4
|
||||||
|
@ -21,11 +21,11 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "gnome-chess";
|
pname = "gnome-chess";
|
||||||
version = "43.rc";
|
version = "43.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnome/sources/gnome-chess/${lib.versions.major version}/${pname}-${version}.tar.xz";
|
url = "mirror://gnome/sources/gnome-chess/${lib.versions.major version}/${pname}-${version}.tar.xz";
|
||||||
sha256 = "Z35PUU75rIjDnNdJQWOqBpdCYEuCZexGlxBwdhue5Yw=";
|
sha256 = "ZDP+3y9C+yK/IC2fE47C7gcjetXXQ4CQULXICbVs28s=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
|
||||||
gettext
|
gettext
|
||||||
itstool
|
itstool
|
||||||
libxml2
|
libxml2
|
||||||
python3
|
desktop-file-utils
|
||||||
wrapGAppsHook4
|
wrapGAppsHook4
|
||||||
gobject-introspection
|
gobject-introspection
|
||||||
];
|
];
|
||||||
|
@ -49,11 +49,6 @@ stdenv.mkDerivation rec {
|
||||||
pango
|
pango
|
||||||
];
|
];
|
||||||
|
|
||||||
postPatch = ''
|
|
||||||
chmod +x meson_post_install.py
|
|
||||||
patchShebangs meson_post_install.py
|
|
||||||
'';
|
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
updateScript = gnome.updateScript {
|
updateScript = gnome.updateScript {
|
||||||
packageName = "gnome-chess";
|
packageName = "gnome-chess";
|
||||||
|
|
Loading…
Reference in a new issue