Fridrich Strba 2017-11-08 08:55:38 +00:00 committed by Git OBS Bridge
parent 9048f1a2b4
commit 78751e3159
3 changed files with 19 additions and 1 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Nov 8 08:54:50 UTC 2017 - fstrba@suse.com
- Added patch:
* jaw-gdk.patch
+ Remove requirement of gdk3. It is not really needed.
-------------------------------------------------------------------
Thu Oct 26 20:21:22 UTC 2017 - fstrba@suse.com

View File

@ -32,6 +32,7 @@ Source3: https://git.gnome.org/browse/java-atk-wrapper/plain/autogen.sh
Patch0: jaw-avoid-version.patch
Patch1: jaw-java_required.patch
Patch2: jaw-quotes.patch
Patch3: jaw-gdk.patch
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: java-devel >= 1.7
@ -44,7 +45,6 @@ BuildRequires: pkgconfig(atk-bridge-2.0)
BuildRequires: pkgconfig(atspi-2) >= 2.14.0
BuildRequires: pkgconfig(dbus-1)
BuildRequires: pkgconfig(gdk-2.0)
BuildRequires: pkgconfig(gdk-3.0)
BuildRequires: pkgconfig(glib-2.0) >= 2.32.0
BuildRequires: pkgconfig(gobject-2.0)
BuildRequires: pkgconfig(gobject-introspection-1.0)
@ -67,6 +67,7 @@ change of underlying communication mechanism.
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
cp %{SOURCE1} .
cp %{SOURCE2} wrapper/
cp %{SOURCE3} .

10
jaw-gdk.patch Normal file
View File

@ -0,0 +1,10 @@
--- java-atk-wrapper-0.33.2/configure.ac 2015-07-07 13:52:28.000000000 +0200
+++ java-atk-wrapper-0.33.2/configure.ac 2017-11-08 09:48:15.643164733 +0100
@@ -46,7 +46,6 @@
glib-2.0 >= 2.32.0
gthread-2.0
gdk-2.0
- gdk-3.0
gobject-2.0
])
AC_SUBST(JAW_LIBS)