summaryrefslogtreecommitdiff
path: root/gtk3.spec
diff options
context:
space:
mode:
Diffstat (limited to 'gtk3.spec')
-rw-r--r--gtk3.spec4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk3.spec b/gtk3.spec
index bcc1af3..97ab7c0 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -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'
bgstack15