- drop patch fix_build_with_openAL_1.20.patch - update to 0.17.2 Features: * Implement ctrl+F: toggle flist online status filter (b7fdac2) * Implement ctrl+f: focus on flist search input field (0b401eb) * Search friend list also by Tox ID (ae85208) * Implement ontab and onshifttab callbacks for text fields in add friend page (4842553) * Handle Home & End key in friend list (ctrl+Home, ctrl+End; go to first and last friend) (f1de42b) * Handle Home & End key in messages panel (For going to the top and bottom of the chat log) (8f19de0) * Make Esc key unfocus from text input fields (This allows to scroll the chat log without having to click into it.) (b227afe) * Focus message input field when starting to type (e4cc50c) * Implement ontab and onshifttab callbacks for all text fields in settings (7194761) Fixes: * Fix a crash when adding a friend to a group (cb451de) * Load window position from config file (0bcfead) * Unbreak build with OpenAL 1.20.0 (@t6) (b608d58) * Friend list fixes (1504fc0 195553d 58707ee) * Fix Up key in message input field (118298e) * Fix memory leaks (8b04e6f) * Fix compilation error on GNU/kFreebsd (@yangfl) (bb790c5) * Fix typos (@yangfl) (23e9e9b) * Use correct evdev header on FreeBSD (@t6) (37271f9) Development: * Remove auto-updater (@robinlinden & @avoidr) (3d1b1df) * Show value of $ENABLE_LTO in cmake output (fb57530) * Static linking fixes (02c5898 bc048af 812ad6d 507ea0a 6ca51bd ea876ca) * Don't pass 2 of every flags in CFLAGS (@robinlinden) (4b1228d) * Travis: Linux: disable auto-update test (e5a564f) * CMakeLists.txt: add CFLAG -fno-common (ee15dbe) * Make uTox gcc10-ready (-fno-common fix) (@eclipseo) (c7cb563) * Remove WinXP support (eb81ba5) * add tools/relnotes_to_cstring.sed (bb8ce78) Documentation: * add instructions to install from Guix (@metallicmole) (60fb4ee) * add keybindings to manpage (@metallicmole) (192ed8d) * docs/BUILD.md: minor rephrasing (c4d101f) * docs/BUILD.md: add note about musl+clang linking issue (9a8a632) OBS-URL: https://build.opensuse.org/request/show/794960 OBS-URL: https://build.opensuse.org/package/show/server:messaging/utox?expand=0&rev=7
94 lines
2.6 KiB
RPMSpec
94 lines
2.6 KiB
RPMSpec
#
|
|
# spec file for package utox
|
|
#
|
|
# Copyright (c) 2020 SUSE LLC
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
%define realname uTox
|
|
Name: utox
|
|
Version: 0.17.2
|
|
Release: 0
|
|
Summary: The lightweight Tox client
|
|
License: MIT
|
|
Group: Productivity/Networking/Instant Messenger
|
|
URL: https://utox.org/
|
|
Source: https://github.com/uTox/uTox/releases/download/v%{version}/%{realname}-%{version}-full.tar.gz
|
|
Source1: https://github.com/uTox/uTox/releases/download/v%{version}/%{realname}-%{version}-full.tar.gz.asc
|
|
Source2: uTox.keyring
|
|
BuildRequires: c-toxcore-devel
|
|
BuildRequires: cmake >= 3.2
|
|
BuildRequires: dbus-1-devel
|
|
BuildRequires: fdupes
|
|
BuildRequires: filter_audio-devel
|
|
BuildRequires: fontconfig-devel
|
|
BuildRequires: freetype2-devel
|
|
BuildRequires: hicolor-icon-theme
|
|
BuildRequires: libX11-devel
|
|
BuildRequires: libXext-devel
|
|
BuildRequires: libXrender-devel
|
|
BuildRequires: libv4l-devel
|
|
BuildRequires: pkgconfig
|
|
BuildRequires: update-desktop-files
|
|
BuildRequires: pkgconfig(libavutil)
|
|
BuildRequires: pkgconfig(libsodium)
|
|
BuildRequires: pkgconfig(openal)
|
|
BuildRequires: pkgconfig(opus)
|
|
BuildRequires: pkgconfig(vpx)
|
|
|
|
%description
|
|
Lightweight Tox client.
|
|
|
|
%prep
|
|
%setup -q -n %{realname}
|
|
|
|
%build
|
|
%cmake \
|
|
-DENABLE_ASAN=OFF \
|
|
-DENABLE_TESTS=OFF \
|
|
-DENABLE_AUTOUPDATE=OFF \
|
|
-DENABLE_LTO=ON
|
|
%make_jobs V=1
|
|
|
|
%install
|
|
%cmake_install
|
|
%suse_update_desktop_file -r %{name} Network Telephony
|
|
|
|
%fdupes %{buildroot}
|
|
|
|
%if 0%{?suse_version} < 1500
|
|
%post
|
|
%desktop_database_post
|
|
%icon_theme_cache_post
|
|
|
|
%postun
|
|
%desktop_database_postun
|
|
%icon_theme_cache_postun
|
|
%endif
|
|
|
|
%files
|
|
%license LICENSE
|
|
%doc CHANGELOG.md README.md
|
|
%{_bindir}/%{name}
|
|
%{_mandir}/man1/%{name}.1%{?ext_man}
|
|
%{_datadir}/applications/%{name}.desktop
|
|
%dir %{_datadir}/icons/hicolor/14x14
|
|
%dir %{_datadir}/icons/hicolor/14x14/apps
|
|
%dir %{_datadir}/icons/hicolor/512x512
|
|
%dir %{_datadir}/icons/hicolor/512x512/apps
|
|
%{_datadir}/icons/hicolor/*/apps/%{name}-*.png
|
|
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
|
|
|
|
%changelog
|