gnome3.four-in-a-row: 3.32.0 → 3.34.0
This commit is contained in:
parent
968127565e
commit
7642faec42
@ -1,21 +1,21 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, gnome3, gtk3, wrapGAppsHook
|
{ stdenv, fetchurl, pkgconfig, gnome3, gtk3, wrapGAppsHook
|
||||||
, gettext, meson, libcanberra-gtk3, librsvg, itstool, vala
|
, gettext, meson, gsound, librsvg, itstool, vala
|
||||||
, python3, ninja, desktop-file-utils }:
|
, python3, ninja, desktop-file-utils }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "four-in-a-row";
|
pname = "four-in-a-row";
|
||||||
version = "3.32.0";
|
version = "3.34.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnome/sources/four-in-a-row/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
url = "mirror://gnome/sources/four-in-a-row/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
||||||
sha256 = "0h4wmbkdp7x3gp9sbxmvla316m8n6iy4f5sq0ksldj0z7ghlx9zl";
|
sha256 = "1wf0545lhmqf2hfi7wc8bqs7b9g43rm0df0ssza6517xzc4lx7jl";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pkgconfig wrapGAppsHook gettext meson itstool vala
|
pkgconfig wrapGAppsHook gettext meson itstool vala
|
||||||
ninja python3 desktop-file-utils
|
ninja python3 desktop-file-utils
|
||||||
];
|
];
|
||||||
buildInputs = [ gtk3 libcanberra-gtk3 librsvg gnome3.adwaita-icon-theme ];
|
buildInputs = [ gtk3 gsound librsvg gnome3.adwaita-icon-theme ];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
chmod +x build-aux/meson_post_install.py
|
chmod +x build-aux/meson_post_install.py
|
||||||
|
Loading…
x
Reference in New Issue
Block a user