diff options
Diffstat (limited to 'gtk3.spec')
-rw-r--r-- | gtk3.spec | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -28,6 +28,9 @@ Summary: GTK+ graphical user interface library License: LGPLv2+ URL: http://www.gtk.org Source0: http://download.gnome.org/sources/gtk+/3.22/gtk+-%{version}.tar.xz +# Missing file in 3.22.25 tarball +# https://bugzilla.gnome.org/show_bug.cgi?id=789630 +Source1: server-decoration.xml BuildRequires: pkgconfig(atk) >= %{atk_version} BuildRequires: pkgconfig(atk-bridge-2.0) @@ -167,6 +170,7 @@ the functionality of the installed %{name} package. %prep %setup -q -n gtk+-%{version} +cp %{S:1} gdk/wayland/protocol/server-decoration.xml %build export CFLAGS='-fno-strict-aliasing %optflags' |