forked from pool/pidgin
Accepting request 871484 from network:pidgin
OBS-URL: https://build.opensuse.org/request/show/871484 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pidgin?expand=0&rev=134
This commit is contained in:
commit
327d02007c
13
pidgin-always-enable-intltool.patch
Normal file
13
pidgin-always-enable-intltool.patch
Normal file
@ -0,0 +1,13 @@
|
||||
diff -urp pidgin-2.14.1.orig/configure.ac pidgin-2.14.1/configure.ac
|
||||
--- pidgin-2.14.1.orig/configure.ac 2020-06-11 03:50:29.000000000 -0500
|
||||
+++ pidgin-2.14.1/configure.ac 2021-02-12 09:05:32.013284982 -0600
|
||||
@@ -256,8 +256,8 @@ dnl # Disable creation and installation
|
||||
dnl #######################################################################
|
||||
AC_ARG_ENABLE(nls, AC_HELP_STRING([--disable-nls], [disable installation of translation files]), enable_i18n="$enableval", enable_i18n=yes)
|
||||
|
||||
+AC_PROG_INTLTOOL
|
||||
if test x$enable_i18n = xyes; then
|
||||
- AC_PROG_INTLTOOL
|
||||
GETTEXT_PACKAGE=pidgin
|
||||
AC_SUBST(GETTEXT_PACKAGE)
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 12 15:08:12 UTC 2021 - Michael Gorse <mgorse@suse.com>
|
||||
|
||||
- Add pidgin-always-enable-intltool.patch: always enable intltool.
|
||||
Fixes the build with autoconf 2.71.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 11 19:47:14 UTC 2020 - Alexei Sorokin <sor.alexei@meowr.ru>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package pidgin
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -36,6 +36,8 @@ Patch1: pidgin-nonblock-gwim.patch
|
||||
Patch2: pidgin-fix-perl-build.patch
|
||||
# PATCH-FIX-SLE pidgin-use-default-alsa.patch bsc#886670 tiwai@suse.de -- Use ALSA as a default for avoiding broken volume control.
|
||||
Patch3: pidgin-use-default-alsa.patch
|
||||
# PATCH-FIX-OPENSUSE pidgin-always-enable-intltool.patch mgorse@suse.com -- always enable intltool, needed for autoconf 2.71.
|
||||
Patch4: pidgin-always-enable-intltool.patch
|
||||
BuildRequires: ca-certificates-mozilla
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: fdupes
|
||||
@ -219,6 +221,7 @@ translation-update-upstream
|
||||
%if 0%{?sle_version} >= 120000 && !0%{?is_opensuse}
|
||||
%patch3 -p1
|
||||
%endif
|
||||
%patch4 -p1
|
||||
|
||||
cp -f %{SOURCE3} %{name}-prefs.xml
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user