gtk4: 4.8.1 → 4.8.2
https://gitlab.gnome.org/GNOME/gtk/-/compare/4.8.1...4.8.2 Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
parent
91135c92cc
commit
938686871d
@ -63,7 +63,7 @@ in
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "gtk4";
|
pname = "gtk4";
|
||||||
version = "4.8.1";
|
version = "4.8.2";
|
||||||
|
|
||||||
outputs = [ "out" "dev" ] ++ lib.optionals x11Support [ "devdoc" ];
|
outputs = [ "out" "dev" ] ++ lib.optionals x11Support [ "devdoc" ];
|
||||||
outputBin = "dev";
|
outputBin = "dev";
|
||||||
@ -75,7 +75,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnome/sources/gtk/${lib.versions.majorMinor version}/gtk-${version}.tar.xz";
|
url = "mirror://gnome/sources/gtk/${lib.versions.majorMinor version}/gtk-${version}.tar.xz";
|
||||||
sha256 = "XOjY3piiO9DI7KGmEJThwAm18AncvWC0XpkKjbG3Qv0=";
|
sha256 = "hbehYLbgLq+k59OPBG+HIPq1N9P+c8AchkMzqYOmkqk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
depsBuildBuild = [
|
depsBuildBuild = [
|
||||||
@ -179,7 +179,6 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
files=(
|
files=(
|
||||||
build-aux/meson/post-install.py
|
|
||||||
build-aux/meson/gen-demo-header.py
|
build-aux/meson/gen-demo-header.py
|
||||||
demos/gtk-demo/geninclude.py
|
demos/gtk-demo/geninclude.py
|
||||||
gdk/broadway/gen-c-array.py
|
gdk/broadway/gen-c-array.py
|
||||||
@ -191,13 +190,6 @@ stdenv.mkDerivation rec {
|
|||||||
chmod +x ''${files[@]}
|
chmod +x ''${files[@]}
|
||||||
patchShebangs ''${files[@]}
|
patchShebangs ''${files[@]}
|
||||||
|
|
||||||
'' +
|
|
||||||
# Run-time dependency gi-docgen found: NO (tried pkgconfig and cmake)
|
|
||||||
# it should be a build-time dep for build
|
|
||||||
# TODO: send upstream
|
|
||||||
''
|
|
||||||
substituteInPlace meson.build \
|
|
||||||
--replace "'gi-docgen', ver" "'gi-docgen', native:true, ver"
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
preInstall = ''
|
preInstall = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user