Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 71acf2930e | |||
| 4e86d75ae2 |
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 12 14:37:12 UTC 2025 - Hillwood Yang <hillwood@opensuse.org>
|
||||
|
||||
- Fix build with gettext >= 0.24.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 27 12:36:22 UTC 2024 - Hillwood Yang <hillwood@opensuse.org>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package mate-icon-theme
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -44,6 +44,9 @@ directories, and devices.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%if %{pkg_vcmp gettext-devel >= 0.24.1}
|
||||
export ACLOCAL_PATH=/usr/share/gettext/m4/
|
||||
%endif
|
||||
NOCONFIGURE=1 mate-autogen
|
||||
%configure
|
||||
%make_build
|
||||
|
||||
Reference in New Issue
Block a user