]> git.pld-linux.org Git - packages/xchm.git/commitdiff
- rebuild with gtk3 and wxWidgets 3.2, rel 5 master auto/th/xchm-1.23-5
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 25 Sep 2023 06:44:03 +0000 (08:44 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Mon, 25 Sep 2023 06:44:03 +0000 (08:44 +0200)
xchm.spec

index 44dcceea03069d9f78f15a07233f8c5c2f32f1ff..7d2f9c733569bb8bfaab7d7b89250192045c1d96 100644 (file)
--- a/xchm.spec
+++ b/xchm.spec
@@ -1,13 +1,12 @@
 #
 # Conditional build:
 %bcond_with    xmlrpc          # enable XmlRpc functionality
-%bcond_without unicode         # unicode version of wxGTK2
 #
 Summary:       CHM viewer for UNIX
 Summary(pl.UTF-8):     Przeglądarka CHM dla Uniksów
 Name:          xchm
 Version:       1.23
-Release:       4
+Release:       5
 License:       GPL v2+
 Group:         X11/Applications
 Source0:       http://downloads.sourceforge.net/xchm/%{name}-%{version}.tar.gz
@@ -20,7 +19,7 @@ BuildRequires:        autoconf >= 2.50
 BuildRequires: automake
 BuildRequires: chmlib-devel
 BuildRequires: gettext-tools >= 0.14.3
-BuildRequires: wxGTK2-%{?with_unicode:unicode-}devel >= 2.8.0
+BuildRequires: wxGTK3-unicode-devel >= 2.8.0
 %if %{with xmlrpc}
 # for configure check
 BuildRequires: openssl-devel
@@ -52,7 +51,7 @@ CHMLIB Jeda Winga, z użyciem wxWidgets.
 %{__automake}
 %configure \
        %{?with_xmlrpc:--enable-xmlrpc} \
-       WX_CONFIG_NAME=%{_bindir}/wx-gtk2-%{!?with_unicode:ansi}%{?with_unicode:unicode}-config
+       WX_CONFIG_NAME=%{_bindir}/wx-gtk3-unicode-config
 %{__make}
 
 %install
This page took 0.078746 seconds and 4 git commands to generate.