commit a1f12c4fae32e01a01f822ff9258d78910ade1e7
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Tue Dec 24 10:01:42 2019 +0100
Moved glib2 build requirement to gtk3 build.
telegram-desktop.spec | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
---
diff --git a/telegram-desktop.spec b/telegram-desktop.spec
index b61093a..e095600 100644
--- a/telegram-desktop.spec
+++ b/telegram-desktop.spec
@@ -85,16 +85,16 @@ BuildRequires: libstdc++-devel
BuildRequires: openssl-devel
BuildRequires: xxhash-devel
BuildRequires: json11-devel
-BuildRequires: glib2-devel
BuildRequires: opus-devel
BuildRequires: lz4-devel
BuildRequires: xz-devel
BuildRequires: python3
%if %{with gtk3}
-Recommends: libappindicator-gtk3%{?_isa}
BuildRequires: libappindicator-gtk3-devel
+BuildRequires: glib2-devel
BuildRequires: gtk3-devel
+Recommends: libappindicator-gtk3%{?_isa}
Requires: gtk3%{?_isa}
%endif
@@ -224,6 +224,3 @@ appstream-util validate-relax --nonet
%{buildroot}%{_metainfodir}/%{name}.appdat
* Wed Oct 09 2019 Vitaly Zaitsev <vitaly(a)easycoding.org> - 1.8.15-1
- Updated to version 1.8.15.
-
-* Thu Oct 03 2019 Vitaly Zaitsev <vitaly(a)easycoding.org> - 1.8.13-1
-- Updated to version 1.8.13.
Show replies by date