Sync from SUSE:SLFO:Main java-atk-wrapper revision 94399cfa553387c0f2f2abb3e70a3d1e
This commit is contained in:
parent
8a11d49591
commit
7d9f1941d8
BIN
java-atk-wrapper-0.38.0.tar.xz
(Stored with Git LFS)
BIN
java-atk-wrapper-0.38.0.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
java-atk-wrapper-0.40.0.tar.xz
(Stored with Git LFS)
Normal file
BIN
java-atk-wrapper-0.40.0.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 12 15:59:47 UTC 2024 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||||
|
|
||||||
|
- Normalize jar mtimes for reproducible builds (boo#1134568)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 20 15:44:04 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Use %patch -P N instead of deprecated %patchN.
|
||||||
|
* Wrapper:
|
||||||
|
+ Make collapsed java state mapped to ATK_STATE_COLLAPSED
|
||||||
|
+ Also use dbus to detect accessibility being enabled
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 17 21:59:08 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Update to 0.40.0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 7 19:21:06 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
Mon Mar 7 19:21:06 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
@ -18,7 +36,7 @@ Fri Dec 11 08:36:20 UTC 2020 - Fridrich Strba <fstrba@suse.com>
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 9 08:08:22 UTC 2020 - Fridrich Strba <fstrba@suse.com>
|
Mon Nov 9 08:08:22 UTC 2020 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
- Update to 3.38.0
|
- Update to 0.38.0
|
||||||
* Build:
|
* Build:
|
||||||
+ Fix 32bit build
|
+ Fix 32bit build
|
||||||
+ Distribute manifest.txt
|
+ Distribute manifest.txt
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package java-atk-wrapper
|
# spec file for package java-atk-wrapper
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%global major_version 0.38
|
%global major_version 0.40
|
||||||
Name: java-atk-wrapper
|
Name: java-atk-wrapper
|
||||||
Version: %{major_version}.0
|
Version: %{major_version}.0
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -29,8 +29,9 @@ Source1: HOWTO
|
|||||||
Source2: https://gitlab.gnome.org/GNOME/%{name}/-/raw/%{version}/autogen.sh
|
Source2: https://gitlab.gnome.org/GNOME/%{name}/-/raw/%{version}/autogen.sh
|
||||||
Patch0: jaw-dependencies.patch
|
Patch0: jaw-dependencies.patch
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
|
BuildRequires: autoconf-archive
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: java-devel >= 1.8
|
BuildRequires: java-devel >= 9
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: xprop
|
BuildRequires: xprop
|
||||||
@ -44,6 +45,7 @@ BuildRequires: pkgconfig(glib-2.0) >= 2.32.0
|
|||||||
BuildRequires: pkgconfig(gobject-2.0)
|
BuildRequires: pkgconfig(gobject-2.0)
|
||||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||||
BuildRequires: pkgconfig(gthread-2.0)
|
BuildRequires: pkgconfig(gthread-2.0)
|
||||||
|
BuildRequires: strip-nondeterminism
|
||||||
Requires: java >= 1.8
|
Requires: java >= 1.8
|
||||||
Requires: xprop
|
Requires: xprop
|
||||||
|
|
||||||
@ -59,19 +61,21 @@ change of underlying communication mechanism.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
%patch -P 0 -p1
|
||||||
cp %{SOURCE1} %{SOURCE2} .
|
cp %{SOURCE1} %{SOURCE2} .
|
||||||
|
|
||||||
%build
|
%build
|
||||||
chmod +x autogen.sh
|
chmod +x autogen.sh
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
%configure --libdir=%{_libdir}/%{name} --disable-modular-jar
|
%configure --libdir=%{_libdir}/%{name} --enable-modular-jar
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make -C jni install DESTDIR=%{buildroot}
|
make -C jni install DESTDIR=%{buildroot}
|
||||||
install wrapper/java-atk-wrapper.jar %{buildroot}%{_libdir}/%{name}/
|
install wrapper/java-atk-wrapper.jar %{buildroot}%{_libdir}/%{name}/
|
||||||
find %{buildroot} -type f -name "*.la" -delete -print
|
find %{buildroot} -type f -name "*.la" -delete -print
|
||||||
|
cd %{buildroot}%{_libdir}/%{name}/
|
||||||
|
%?strip_all_nondeterminism
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc AUTHORS
|
%doc AUTHORS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user