2021-02-21 13:43:13 +01:00
|
|
|
|
{ lib
|
|
|
|
|
, stdenv
|
|
|
|
|
, substituteAll
|
2019-06-25 22:05:17 +02:00
|
|
|
|
, fetchurl
|
|
|
|
|
, fetchpatch
|
2021-01-19 07:50:56 +01:00
|
|
|
|
, pkg-config
|
2019-06-25 22:05:17 +02:00
|
|
|
|
, gettext
|
2021-01-23 15:27:11 +01:00
|
|
|
|
, docbook-xsl-nons
|
2019-10-22 11:26:12 +02:00
|
|
|
|
, docbook_xml_dtd_43
|
|
|
|
|
, gtk-doc
|
2019-06-26 03:07:28 +02:00
|
|
|
|
, meson
|
|
|
|
|
, ninja
|
|
|
|
|
, python3
|
2019-06-25 22:05:17 +02:00
|
|
|
|
, makeWrapper
|
|
|
|
|
, shared-mime-info
|
|
|
|
|
, isocodes
|
|
|
|
|
, expat
|
|
|
|
|
, glib
|
|
|
|
|
, cairo
|
|
|
|
|
, pango
|
2019-05-22 13:03:39 +02:00
|
|
|
|
, gdk-pixbuf
|
2019-06-25 22:05:17 +02:00
|
|
|
|
, atk
|
|
|
|
|
, at-spi2-atk
|
|
|
|
|
, gobject-introspection
|
|
|
|
|
, fribidi
|
|
|
|
|
, xorg
|
|
|
|
|
, epoxy
|
|
|
|
|
, libxkbcommon
|
2020-09-20 15:40:37 +02:00
|
|
|
|
, libxml2
|
2019-06-25 22:05:17 +02:00
|
|
|
|
, gmp
|
2021-05-07 23:18:14 +02:00
|
|
|
|
, gnome
|
2019-06-25 22:05:17 +02:00
|
|
|
|
, gsettings-desktop-schemas
|
2019-06-27 20:27:36 +02:00
|
|
|
|
, sassc
|
2020-10-24 10:25:22 +02:00
|
|
|
|
, trackerSupport ? stdenv.isLinux
|
|
|
|
|
, tracker
|
2018-08-06 23:32:13 +02:00
|
|
|
|
, x11Support ? stdenv.isLinux
|
2019-06-25 22:05:17 +02:00
|
|
|
|
, waylandSupport ? stdenv.isLinux
|
2021-04-04 18:58:08 +02:00
|
|
|
|
, libGL
|
2019-06-25 22:05:17 +02:00
|
|
|
|
, wayland
|
|
|
|
|
, wayland-protocols
|
2013-06-18 23:42:25 +02:00
|
|
|
|
, xineramaSupport ? stdenv.isLinux
|
2019-06-25 22:05:17 +02:00
|
|
|
|
, cupsSupport ? stdenv.isLinux
|
2019-10-29 21:15:28 +01:00
|
|
|
|
, withGtkDoc ? stdenv.isLinux
|
2021-04-28 19:29:26 +02:00
|
|
|
|
, cups
|
2019-06-25 22:05:17 +02:00
|
|
|
|
, AppKit
|
|
|
|
|
, Cocoa
|
2020-12-19 19:25:36 +01:00
|
|
|
|
, broadwaySupport ? true
|
2011-09-20 18:18:12 +02:00
|
|
|
|
}:
|
|
|
|
|
|
2021-02-21 13:43:13 +01:00
|
|
|
|
let
|
|
|
|
|
|
|
|
|
|
gtkCleanImmodulesCache = substituteAll {
|
|
|
|
|
src = ./hooks/clean-immodules-cache.sh;
|
|
|
|
|
gtk_module_path = "gtk-3.0";
|
|
|
|
|
gtk_binary_version = "3.0.0";
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
in
|
|
|
|
|
|
2011-09-20 18:18:12 +02:00
|
|
|
|
stdenv.mkDerivation rec {
|
2019-06-25 22:05:17 +02:00
|
|
|
|
pname = "gtk+3";
|
2021-07-11 00:15:42 +02:00
|
|
|
|
version = "3.24.30";
|
2019-06-25 22:05:17 +02:00
|
|
|
|
|
2021-01-23 15:27:11 +01:00
|
|
|
|
outputs = [ "out" "dev" ] ++ lib.optional withGtkDoc "devdoc";
|
2019-06-25 22:05:17 +02:00
|
|
|
|
outputBin = "dev";
|
2011-09-20 18:18:12 +02:00
|
|
|
|
|
2019-09-12 17:57:57 +02:00
|
|
|
|
setupHooks = [
|
2019-10-13 20:40:24 +02:00
|
|
|
|
./hooks/drop-icon-theme-cache.sh
|
2021-02-21 13:43:13 +01:00
|
|
|
|
gtkCleanImmodulesCache
|
2019-09-12 17:57:57 +02:00
|
|
|
|
];
|
2019-06-26 03:07:28 +02:00
|
|
|
|
|
2012-02-07 22:03:16 +01:00
|
|
|
|
src = fetchurl {
|
2021-01-21 18:00:13 +01:00
|
|
|
|
url = "mirror://gnome/sources/gtk+/${lib.versions.majorMinor version}/gtk+-${version}.tar.xz";
|
2021-07-11 00:15:42 +02:00
|
|
|
|
sha256 = "sha256-unW//zIK0fTPvukrqBPsM2MizDxmDUBqrQFLBwh6O6k=";
|
2011-09-20 18:18:12 +02:00
|
|
|
|
};
|
|
|
|
|
|
2017-05-24 16:24:51 +02:00
|
|
|
|
patches = [
|
2019-10-13 20:40:24 +02:00
|
|
|
|
./patches/3.0-immodules.cache.patch
|
2021-08-13 22:51:48 +02:00
|
|
|
|
./patches/3.0-Xft-setting-fallback-compute-DPI-properly.patch
|
2021-01-23 15:27:11 +01:00
|
|
|
|
] ++ lib.optionals stdenv.isDarwin [
|
2019-01-26 09:17:49 +01:00
|
|
|
|
# X11 module requires <gio/gdesktopappinfo.h> which is not installed on Darwin
|
|
|
|
|
# let’s drop that dependency in similar way to how other parts of the library do it
|
|
|
|
|
# e.g. https://gitlab.gnome.org/GNOME/gtk/blob/3.24.4/gtk/gtk-launch.c#L31-33
|
2020-04-29 14:37:52 +02:00
|
|
|
|
# https://gitlab.gnome.org/GNOME/gtk/merge_requests/536
|
2019-10-13 20:40:24 +02:00
|
|
|
|
./patches/3.0-darwin-x11.patch
|
2017-05-24 16:24:51 +02:00
|
|
|
|
];
|
2016-04-04 11:06:48 +02:00
|
|
|
|
|
2019-06-25 22:05:17 +02:00
|
|
|
|
nativeBuildInputs = [
|
|
|
|
|
gettext
|
|
|
|
|
gobject-introspection
|
|
|
|
|
makeWrapper
|
2019-06-26 03:07:28 +02:00
|
|
|
|
meson
|
|
|
|
|
ninja
|
2021-01-19 07:50:56 +01:00
|
|
|
|
pkg-config
|
2019-06-26 03:07:28 +02:00
|
|
|
|
python3
|
2019-06-27 20:27:36 +02:00
|
|
|
|
sassc
|
2021-01-23 15:27:11 +01:00
|
|
|
|
] ++ setupHooks ++ lib.optionals withGtkDoc [
|
2019-10-29 21:15:28 +01:00
|
|
|
|
docbook_xml_dtd_43
|
2021-01-23 15:27:11 +01:00
|
|
|
|
docbook-xsl-nons
|
2019-10-29 21:15:28 +01:00
|
|
|
|
gtk-doc
|
2020-09-20 15:40:37 +02:00
|
|
|
|
# For xmllint
|
|
|
|
|
libxml2
|
2019-06-25 22:05:17 +02:00
|
|
|
|
];
|
|
|
|
|
|
|
|
|
|
buildInputs = [
|
|
|
|
|
libxkbcommon
|
|
|
|
|
epoxy
|
|
|
|
|
isocodes
|
2021-01-23 15:27:11 +01:00
|
|
|
|
] ++ lib.optionals stdenv.isDarwin [
|
|
|
|
|
AppKit
|
|
|
|
|
] ++ lib.optionals trackerSupport [
|
|
|
|
|
tracker
|
|
|
|
|
];
|
|
|
|
|
#TODO: colord?
|
2019-06-25 22:05:17 +02:00
|
|
|
|
|
|
|
|
|
propagatedBuildInputs = with xorg; [
|
|
|
|
|
at-spi2-atk
|
|
|
|
|
atk
|
|
|
|
|
cairo
|
|
|
|
|
expat
|
|
|
|
|
fribidi
|
2019-05-22 13:03:39 +02:00
|
|
|
|
gdk-pixbuf
|
2019-06-25 22:05:17 +02:00
|
|
|
|
glib
|
|
|
|
|
gsettings-desktop-schemas
|
|
|
|
|
libICE
|
|
|
|
|
libSM
|
|
|
|
|
libXcomposite
|
|
|
|
|
libXcursor
|
|
|
|
|
libXi
|
|
|
|
|
libXrandr
|
|
|
|
|
libXrender
|
|
|
|
|
pango
|
2021-01-23 15:27:11 +01:00
|
|
|
|
] ++ lib.optionals stdenv.isDarwin [
|
|
|
|
|
# explicitly propagated, always needed
|
|
|
|
|
Cocoa
|
|
|
|
|
] ++ lib.optionals waylandSupport [
|
2021-04-04 18:58:08 +02:00
|
|
|
|
libGL
|
2021-01-23 15:27:11 +01:00
|
|
|
|
wayland
|
|
|
|
|
wayland-protocols
|
|
|
|
|
] ++ lib.optionals xineramaSupport [
|
|
|
|
|
libXinerama
|
|
|
|
|
] ++ lib.optionals cupsSupport [
|
|
|
|
|
cups
|
|
|
|
|
];
|
|
|
|
|
|
|
|
|
|
mesonFlags = [
|
|
|
|
|
"-Dgtk_doc=${lib.boolToString withGtkDoc}"
|
|
|
|
|
"-Dtests=false"
|
|
|
|
|
"-Dtracker3=${lib.boolToString trackerSupport}"
|
|
|
|
|
"-Dbroadway_backend=${lib.boolToString broadwaySupport}"
|
2021-11-01 13:59:44 +01:00
|
|
|
|
"-Dx11_backend=${lib.boolToString x11Support}"
|
|
|
|
|
"-Dquartz_backend=${lib.boolToString (stdenv.isDarwin && !x11Support)}"
|
2021-01-23 15:27:11 +01:00
|
|
|
|
];
|
2011-09-20 18:18:12 +02:00
|
|
|
|
|
2018-04-25 05:20:18 +02:00
|
|
|
|
doCheck = false; # needs X11
|
|
|
|
|
|
2021-01-23 15:27:11 +01:00
|
|
|
|
separateDebugInfo = stdenv.isLinux;
|
|
|
|
|
|
|
|
|
|
# These are the defines that'd you'd get with --enable-debug=minimum (default).
|
|
|
|
|
# See: https://developer.gnome.org/gtk3/stable/gtk-building.html#extra-configuration-options
|
|
|
|
|
NIX_CFLAGS_COMPILE = "-DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS";
|
|
|
|
|
|
|
|
|
|
postPatch = ''
|
2021-11-01 13:59:44 +01:00
|
|
|
|
# See https://github.com/NixOS/nixpkgs/issues/132259
|
|
|
|
|
substituteInPlace meson.build \
|
|
|
|
|
--replace "x11_enabled = false" ""
|
|
|
|
|
|
2021-01-23 15:27:11 +01:00
|
|
|
|
files=(
|
|
|
|
|
build-aux/meson/post-install.py
|
|
|
|
|
demos/gtk-demo/geninclude.py
|
|
|
|
|
gdk/broadway/gen-c-array.py
|
|
|
|
|
gdk/gen-gdk-gresources-xml.py
|
|
|
|
|
gtk/cursor/dnd-copy.png
|
|
|
|
|
gtk/gen-gtk-gresources-xml.py
|
|
|
|
|
gtk/gen-rc.py
|
|
|
|
|
gtk/gentypefuncs.py
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
chmod +x ''${files[@]}
|
|
|
|
|
patchShebangs ''${files[@]}
|
|
|
|
|
'';
|
|
|
|
|
|
|
|
|
|
postInstall = lib.optionalString (!stdenv.isDarwin) ''
|
2017-01-22 22:55:39 +01:00
|
|
|
|
# The updater is needed for nixos env and it's tiny.
|
|
|
|
|
moveToOutput bin/gtk-update-icon-cache "$out"
|
2017-06-16 13:10:42 +02:00
|
|
|
|
# Launcher
|
|
|
|
|
moveToOutput bin/gtk-launch "$out"
|
2021-03-12 19:59:14 +01:00
|
|
|
|
# Broadway daemon
|
|
|
|
|
moveToOutput bin/broadwayd "$out"
|
2018-03-20 19:36:20 +01:00
|
|
|
|
|
|
|
|
|
# TODO: patch glib directly
|
|
|
|
|
for f in $dev/bin/gtk-encode-symbolic-svg; do
|
|
|
|
|
wrapProgram $f --prefix XDG_DATA_DIRS : "${shared-mime-info}/share"
|
|
|
|
|
done
|
2015-10-15 17:43:23 +02:00
|
|
|
|
'';
|
2011-09-20 18:18:12 +02:00
|
|
|
|
|
2019-07-21 21:04:45 +02:00
|
|
|
|
# Wrap demos
|
2021-01-23 15:27:11 +01:00
|
|
|
|
postFixup = lib.optionalString (!stdenv.isDarwin) ''
|
2019-06-27 22:46:10 +02:00
|
|
|
|
demos=(gtk3-demo gtk3-demo-application gtk3-icon-browser gtk3-widget-factory)
|
|
|
|
|
|
|
|
|
|
for program in ''${demos[@]}; do
|
|
|
|
|
wrapProgram $dev/bin/$program \
|
2019-07-21 21:04:45 +02:00
|
|
|
|
--prefix XDG_DATA_DIRS : "$GSETTINGS_SCHEMAS_PATH:$out/share/gsettings-schemas/${pname}-${version}"
|
2019-06-27 22:46:10 +02:00
|
|
|
|
done
|
|
|
|
|
'';
|
|
|
|
|
|
2018-03-03 06:05:34 +01:00
|
|
|
|
passthru = {
|
2021-05-07 23:18:14 +02:00
|
|
|
|
updateScript = gnome.updateScript {
|
2018-03-03 06:05:34 +01:00
|
|
|
|
packageName = "gtk+";
|
|
|
|
|
attrPath = "gtk3";
|
2021-10-14 23:05:43 +02:00
|
|
|
|
freeze = true;
|
2018-03-03 06:05:34 +01:00
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
|
2021-01-23 15:27:11 +01:00
|
|
|
|
meta = with lib; {
|
2011-09-20 18:18:12 +02:00
|
|
|
|
description = "A multi-platform toolkit for creating graphical user interfaces";
|
|
|
|
|
longDescription = ''
|
2019-09-04 00:49:40 +02:00
|
|
|
|
GTK is a highly usable, feature rich toolkit for creating
|
2011-09-20 18:18:12 +02:00
|
|
|
|
graphical user interfaces which boasts cross platform
|
2019-09-04 00:49:40 +02:00
|
|
|
|
compatibility and an easy to use API. GTK it is written in C,
|
2011-09-20 18:18:12 +02:00
|
|
|
|
but has bindings to many other popular programming languages
|
2019-09-04 00:49:40 +02:00
|
|
|
|
such as C++, Python and C# among others. GTK is licensed
|
2011-09-20 18:18:12 +02:00
|
|
|
|
under the GNU LGPL 2.1 allowing development of both free and
|
2019-09-04 00:49:40 +02:00
|
|
|
|
proprietary software with GTK without any license fees or
|
2011-09-20 18:18:12 +02:00
|
|
|
|
royalties.
|
|
|
|
|
'';
|
2020-04-01 03:11:51 +02:00
|
|
|
|
homepage = "https://www.gtk.org/";
|
2015-10-28 12:07:52 +01:00
|
|
|
|
license = licenses.lgpl2Plus;
|
2021-03-14 00:48:35 +01:00
|
|
|
|
maintainers = with maintainers; [ raskin ] ++ teams.gnome.members;
|
2015-10-28 12:07:52 +01:00
|
|
|
|
platforms = platforms.all;
|
2021-02-01 12:09:37 +01:00
|
|
|
|
changelog = "https://gitlab.gnome.org/GNOME/gtk/-/raw/${version}/NEWS";
|
2011-09-20 18:18:12 +02:00
|
|
|
|
};
|
|
|
|
|
}
|