gnome3.tali: 3.22.0 -> 3.32.0
This commit is contained in:
parent
8a4866a931
commit
1981b731b5
@ -1,24 +1,32 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, gtk3, gnome3, gdk_pixbuf
|
{ stdenv, fetchurl, pkgconfig, gtk3, gnome3, gdk_pixbuf
|
||||||
, librsvg, intltool, itstool, libxml2, wrapGAppsHook }:
|
, librsvg, gettext, itstool, libxml2, wrapGAppsHook
|
||||||
|
, meson, ninja, python3, desktop-file-utils
|
||||||
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "tali-${version}";
|
name = "tali-${version}";
|
||||||
version = "3.22.0";
|
version = "3.32.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnome/sources/tali/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
|
url = "mirror://gnome/sources/tali/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
|
||||||
sha256 = "5ba17794d6fb06b794daaffa62a6aaa372b7de8886ce5ec596c37e62bb71728b";
|
sha256 = "0s5clkn0qm298mvphx1xdymg67w1p8vvgvypvs97k6lfjqijkx3v";
|
||||||
};
|
};
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
updateScript = gnome3.updateScript { packageName = "tali"; attrPath = "gnome3.tali"; };
|
updateScript = gnome3.updateScript { packageName = "tali"; attrPath = "gnome3.tali"; };
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [
|
||||||
buildInputs = [ gtk3 gnome3.adwaita-icon-theme gdk_pixbuf librsvg
|
meson ninja python3 desktop-file-utils
|
||||||
libxml2 itstool intltool wrapGAppsHook ];
|
pkgconfig gnome3.adwaita-icon-theme
|
||||||
|
libxml2 itstool gettext wrapGAppsHook
|
||||||
|
];
|
||||||
|
buildInputs = [ gtk3 gdk_pixbuf librsvg ];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
postPatch = ''
|
||||||
|
chmod +x build-aux/meson_post_install.py
|
||||||
|
patchShebangs build-aux/meson_post_install.py
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://wiki.gnome.org/Apps/Tali;
|
homepage = https://wiki.gnome.org/Apps/Tali;
|
||||||
|
Loading…
Reference in New Issue
Block a user