forked from pool/java-atk-wrapper
Accepting request 1148240 from Java:Factory
rpm 4.20 compat OBS-URL: https://build.opensuse.org/request/show/1148240 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/java-atk-wrapper?expand=0&rev=13
This commit is contained in:
commit
dd870d3f6c
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,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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 +31,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
|
||||||
@ -59,13 +60,13 @@ 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user