Package: libgtkada / 18-2
Metadata
Package | Version | Patches format |
---|---|---|
libgtkada | 18-2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
avoid_generating_gpl_exception.diff | (download) |
contrib/binding.py |
12 6 + 6 - 0 ! |
generated files have the same license than non generated ones. Adacore grants a more liberal license to paying customers, and patches all sources to remove the exception from the GPL release, even the generated ones. This patch generates the pure GPL header directly. |
licence_readme.diff | (download) |
src/gtkada-intl.gpb |
2 1 + 1 - 0 ! |
fix license version The license update has been applied in COPYING3 and every source header. |
clean_properly.diff | (download) |
Makefile.in |
3 1 + 2 - 0 ! |
remove generated files, do not remove absent files. The remaining parts have been refused upstream. |
no gfdl.diff | (download) |
Makefile.in |
1 0 + 1 - 0 ! |
do not attempt to build or clean removed non-dfsg documentation. |
build flags.diff | (download) |
aclocal.m4 |
8 3 + 5 - 0 ! |
allow caller to override build flags Upstream has refused to set CFLAGS and friends from ./configure. . aclocal.m4: LDFLAGS should be extended, neither erased nor inserted into GTK_LIBS. LIBS should be appended to GTK_LIBS instead of prepended (to be compatible with --Wl,--as-needed). |
usr bin gnatchop 856274.diff | (download) |
Makefile.in |
2 1 + 1 - 0 ! |
call /usr/bin/gnatchop instead of gnatchop Work-around a FTBFS caused by Debian-specific gnat bug #856274. |
update gtk gir.diff | (download) |
contrib/Gtk-3.0.gir |
14 12 + 2 - 0 ! |
attempt to use obsolete gtk-3.0.gir with recent libgtk-dev Gtk-*.gir is generated then manually patched by upstream, so it cannot be updated cleanly. . The main gtk loop now passes BELOW_TEXT=2 and ABOVE_TEXT=3 instead of BELOW=0 and ABOVE=1, causing Constraint_Error: invalid data in callbacks. |