Commit Graph

342 Commits

Author SHA1 Message Date
aeefd8d9e1 Disable the tests on architectures where librsvg2-common is not built
librsvg is only build on architectures where rust has been ported to,
disable them on the other architectures
2021-09-08 11:20:19 +02:00
381605caa0 Move org.gtk.Settings.Debug schema from -dev to -common
gnome-terminal 3.40 wants this.

Closes: #993469
2021-09-01 19:34:46 +01:00
2b09c55b45 d/control.in: Drop unnecessary Build-Depends on gcc:native
Consensus on #debian-devel is that build-essential implies this, even
when cross-compiling.
2021-08-16 13:53:34 +01:00
d01e415e38 d/rules: Rebuild emoji data from source files
This provides a straightforward way to check that we have the correct
source files.
2021-08-15 16:37:21 +01:00
625b32f916 Drop build-dependencies used for the Google Cloud Print backend
The service required by this backend was shut down, so the printing
backend is no longer useful and was removed by upstream.
2021-08-15 15:16:27 +01:00
1cc897dbf2 Revert "Work around #977961 by adding Build-Conflicts with ImageMagick"
This reverts commit 2994f0d282.
I've fixed #977961 in GLib.
2021-01-29 18:19:19 +00:00
2994f0d282 Work around #977961 by adding Build-Conflicts with ImageMagick
The deprecated gtester(1) is meant to look for test programs in the
current working directory without searching PATH, but due to a GLib
regression, it searches /usr/bin first. One of GTK's tests happens
to be named 'display', causing FTBFS if gtester accidentally runs
ImageMagick's display(1) instead.
2021-01-27 11:09:53 +00:00
f8b56051c4 Increase dependency on librsvg2-common from Suggests to Recommends
This is not a hard dependency, but should be installed in nearly all
cases. Increasingly many icons are provided in SVG format, so
applications will appear broken if the SVG pixbuf loader is not
installed. See #980396 for more information.

adwaita-icon-theme already Recommends librsvg2-common, but people who
routinely do not install recommended packages will get a better hint
about how much will be broken by its removal if GTK also recommends it.
2021-01-24 11:09:52 +00:00
e4af46a103 Update versions of (build-)dependencies 2020-12-11 11:06:52 +00:00
90bf13ffc1 Add myself to Uploaders 2020-11-26 10:16:21 +00:00
c2415c8179 Standards-Version: 4.5.1 (no changes required) 2020-11-26 09:59:27 +00:00
d9473c660f Preferentially build-depend on libgdk-pixbuf-2.0-dev
We don't need the deprecated Xlib integration that is also pulled in
by the older libgdk-pixbuf2.0-dev package (see #974870).
2020-11-24 10:49:18 +00:00
7071e1f9b6 Regenerate CSS themes with sassc during the build
This ensures that they are updated even if upstream forgot to do so,
as happened in HighContrast for the GTK 3.4.22 release (#970664).
2020-09-26 01:15:24 +01:00
cc3d2e7851 Depend on librsvg2-common for tests
The unit tests expect that gdk-pixbuf can load SVG files. This is
provided by librsvg2-common, which used to be pulled in by
adwaita-icon-theme.

Closes: #959390
2020-05-06 22:55:19 +01:00
95d5bd113b Build-depend on gdk-pixbuf 2.40 instead of working around an old bug 2020-04-02 09:47:05 +01:00
28792d0436 Standards-Version: 4.5.0 (no changes required) 2020-02-29 17:44:02 +00:00
c088d22fae New upstream release
- Update Wayland dependency version
2020-02-29 17:29:34 +00:00
235c95a41f control: Update Breaks/Replaces version for gtk-3-examples
The change is being released along with a new upstream

Gbp-Dch: Ignore
2019-11-28 13:29:23 +00:00
883e5aa069 Move gtk-encode-symbolic-svg from gtk-3-examples to libgtk-3-bin
It's more of a development tool than an example.
2019-11-25 11:19:35 +00:00
9e62421978 d/control: Bump Build-Depends and -dev Depends according to configure.ac
- libglib2.0-dev → 2.57.4
  - wayland-protocols → 1.14
2019-09-04 16:45:49 +01:00
53b9248e64 d/{control,rules}: BD on dh-sequence-gir instead of using --with=gir 2019-09-04 16:17:44 +01:00
9f4622da7e Use debhelper-compat 12
- Don't explicitly use dh_makeshlibs -V, it is now the default
- Don't explicitly use --libexecdir=/usr/libexec, it is now the default
- Don't try to use dh_missing on debian/install/udeb if we didn't do
  the udeb build
- Don't use dh_dwz for now, to be able to compare binaries before and
  after this change with diffoscope
2019-08-05 19:44:55 +01:00
6ca15d185b Refer to GTK rather than GTK+ in packaging files
The library was renamed in February 2019.
2019-08-05 08:10:33 +01:00
4a7bc3b3c1 Standards-Version: 4.4.0 (no changes required) 2019-07-17 17:51:59 +01:00
b66687abe4 Bump required CUPS version to 1.7 2019-07-17 10:25:32 +01:00
37f09d7e0a control: BD on fonts-cantarell and fonts-dejavu
These are required for the reftests. Liberation doesn't work
(label-shadows fails).
2019-03-13 15:10:54 +00:00
0fb8c339ab control: BD and D (from libgtk-3-dev) on fribidi as required now 2019-03-13 10:17:13 +00:00
546a9a110c Don't build udebs if built under noudeb build profile 2019-02-06 16:15:28 +00:00
21b8f6fb8d Revert "Explicitly disable cloud providers feature"
This reverts commit cb3d5c84e8.

The build wrongly includes this feature even when disabled

Gbp-Dch: Ignore
2019-01-14 12:32:03 -05:00
cb3d5c84e8 Explicitly disable cloud providers feature
This makes it just a 1-line change when we do get around to enabling it.

It's disabled because it breaks the build tests.

https://gitlab.gnome.org/GNOME/gtk/issues/33

Gbp-Dch: Ignore
2019-01-13 18:21:07 -05:00
9b7ab74b34 Revert "Temporarily (B-)D on libgl1-mesa-dev and libegl1-mesa-dev"
This reverts commit 81271df54e.
2018-09-30 16:23:19 +01:00
81271df54e Temporarily (B-)D on libgl1-mesa-dev and libegl1-mesa-dev
This works around #909173 in libepoxy.
2018-09-19 14:01:23 +01:00
03a1dafba0 Bump GLib build-dependency to 2.53.4 as per configure.ac 2018-09-19 10:11:13 +01:00
371808017c Sort dependency lists (wrap-and-sort -a) 2018-09-14 10:59:30 +01:00
41aa4909fe Build installed-tests
- Install them in gtk-3-examples for now to avoid the NEW queue
2018-09-13 09:09:48 +01:00
d097378b82 debian/control{,.in}: Bump Standards-Version to 4.2.1, no changes required 2018-09-04 17:33:45 +01:00
7a704fc47f Revert "debian/{control{,.in},gbp.conf,watch}: Update for experimental"
This reverts commit 99b78e089c.
2018-09-04 17:24:54 +01:00
553e05c24b Stanrdards-Version → 4.2.0 - no changes required 2018-08-13 13:07:08 +01:00
1b3ddf292a control{,.in}: Bump libepoxy (1.4) and pango (1.41.0) per upstream. 2018-07-18 14:28:11 +01:00
99b78e089c debian/{control{,.in},gbp.conf,watch}: Update for experimental 2018-07-18 14:23:23 +01:00
63887f58b4 Bump minimum wayland-protocols to 1.12 2018-04-16 21:05:15 -04:00
1a606f7e9d Bump Standards-Version to 4.1.3 2018-02-15 05:23:42 -05:00
a316489a28 Update Vcs fields for migration to https://salsa.debian.org/ 2018-01-19 22:02:59 -05:00
f83c435728 Bump Standards-Version to 4.1.2 2017-12-21 21:27:22 -05:00
b415ccd11d Update Vcs fields for conversion to git 2017-12-21 20:42:43 -05:00
07cd2afe72 Set Rules-Requires-Root to no 2017-11-13 08:06:10 +00:00
d9b49e0947 Add (versioned) Provides to gir1.2-gtk-3.0 to follow the latest changes in
the GObject introspection policy wrt bundled typelibs.
2017-11-12 23:04:00 +00:00
6e9824b669 Drop no longer needed Breaks/Replaces 2017-11-12 22:57:32 +00:00
ef4d5ff97c Bump Standards-Version to 4.1.1 2017-11-12 22:54:12 +00:00
c2ce660e7f Move examples, udebs from Priority: extra to optional 2017-10-29 19:32:45 +00:00