gnome3.iagno: 3.28.0 → 3.30.0
This commit is contained in:
parent
1852c62c67
commit
da25669c5d
@ -3,23 +3,25 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "iagno-${version}";
|
name = "iagno-${version}";
|
||||||
version = "3.28.0";
|
version = "3.30.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnome/sources/iagno/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
|
url = "mirror://gnome/sources/iagno/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
|
||||||
sha256 = "12haq1vgrr6wf970rja55rcg0352sm0i3l5z7gj0ipr2isv8506x";
|
sha256 = "15skh7186gp0k1lvzpv0l7dsr7mhb57njc3wjbgjwixym67h2d1z";
|
||||||
};
|
};
|
||||||
|
|
||||||
passthru = {
|
nativeBuildInputs = [ pkgconfig wrapGAppsHook itstool libxml2 ];
|
||||||
updateScript = gnome3.updateScript { packageName = "iagno"; attrPath = "gnome3.iagno"; };
|
buildInputs = [ gtk3 gnome3.defaultIconTheme gdk_pixbuf librsvg libcanberra-gtk3 ];
|
||||||
};
|
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
|
||||||
buildInputs = [ gtk3 gnome3.defaultIconTheme gdk_pixbuf librsvg
|
|
||||||
dconf libxml2 libcanberra-gtk3 wrapGAppsHook itstool intltool ];
|
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
passthru = {
|
||||||
|
updateScript = gnome3.updateScript {
|
||||||
|
packageName = "iagno";
|
||||||
|
attrPath = "gnome3.iagno";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://wiki.gnome.org/Apps/Iagno;
|
homepage = https://wiki.gnome.org/Apps/Iagno;
|
||||||
description = "Computer version of the game Reversi, more popularly called Othello";
|
description = "Computer version of the game Reversi, more popularly called Othello";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user