Accepting request 788924 from home:badshah400:branches:Publishing
- Update to version 0.6.5 - Rename source tarball to %{name}-%{version}.tar.gz - Adapt to changed location of icons - Minor cleanups with spec-cleaner OBS-URL: https://build.opensuse.org/request/show/788924 OBS-URL: https://build.opensuse.org/package/show/Publishing/texworks?expand=0&rev=20
This commit is contained in:
parent
5ce3b03d10
commit
679d873984
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b4695539b9666935d2c467cc618c7d79c174e2ec728e31f72df8534862a5c290
|
|
||||||
size 12082640
|
|
3
texworks-0.6.5.tar.gz
Normal file
3
texworks-0.6.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e124e009703b847bbd835f7dfa0c4f0338983de1b84bd4d992b626c2a1b95343
|
||||||
|
size 12140935
|
@ -1,3 +1,49 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 27 08:48:46 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 0.6.5:
|
||||||
|
* Fix text selection handling when moving the mouse.
|
||||||
|
* Fix auto-reloading of TeX documents that were changed outside
|
||||||
|
TeXworks.
|
||||||
|
* Updated translations.
|
||||||
|
- Changes from version 0.6.4:
|
||||||
|
* Add shortcut (Ctrl+Shift+J) to invoke SyncTeX at the cursor
|
||||||
|
position.
|
||||||
|
* Make shortcuts for autocompletion configurable.
|
||||||
|
* Make "Auto-Follow Focus" configurable in the preferences.
|
||||||
|
* Make editor line spacing customizable.
|
||||||
|
* Make console output accessible by keyboard; among other thigs,
|
||||||
|
this makes the console work with screen readers.
|
||||||
|
* Migrate to a more powerful regular expressions engine (e.g.
|
||||||
|
for finding and replacing).
|
||||||
|
* Fix opening empty files.
|
||||||
|
* Fix the highlighting of TeX commands that include non-ASCII
|
||||||
|
characters.
|
||||||
|
* Fix the auto-closing of PDFs with the associated TeXs.
|
||||||
|
* Fix the PDF display on high-dpi screens like Retina displays.
|
||||||
|
* Properly handle "&" for recent files menu.
|
||||||
|
* Fix syntax highlighting in the "New from template" dialog.
|
||||||
|
* Sort interface locales alphabetically in the preferences.
|
||||||
|
* Don't show invalid PDF page sizes in the meta data dock.
|
||||||
|
* Properly show the PDF file size in the meta data dock even for
|
||||||
|
locked or invalid files.
|
||||||
|
* Fix the conversion of Lua tables in Lua scripts.
|
||||||
|
* Fix the installation of icons on *nix platforms.
|
||||||
|
* Update libraries for pre-built binaries.
|
||||||
|
* Modernize and restructure the code to improve quality,
|
||||||
|
stability, maintainability, and the possibilities for future
|
||||||
|
enhancements.
|
||||||
|
* Improve unit tests and add automated testing on Windows; this
|
||||||
|
ensures better code quality across all supported operating
|
||||||
|
systems.
|
||||||
|
* Discontinue Qt4 support.
|
||||||
|
* Updated translations.
|
||||||
|
- Rename source tarball to %{name}-%{version}.tar.gz.
|
||||||
|
- Adapt to changed location of icons:
|
||||||
|
* Add BuildRequires: hicolor-icon-theme.
|
||||||
|
* Update file list with new icon directory.
|
||||||
|
- Minor cleanups with spec-cleaner.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 19 15:12:11 UTC 2019 - Atri B <badshah400@gmail.com>
|
Tue Mar 19 15:12:11 UTC 2019 - Atri B <badshah400@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package texworks
|
# spec file for package texworks
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
# Copyright (c) 2007-09 by Jonathan Kew.
|
# Copyright (c) 2007-09 by Jonathan Kew.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -13,25 +13,27 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: texworks
|
Name: texworks
|
||||||
Version: 0.6.3
|
Version: 0.6.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: TeXshop-like TeX Editor
|
Summary: TeXshop-like TeX Editor
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: Productivity/Publishing/TeX/Frontends
|
Group: Productivity/Publishing/TeX/Frontends
|
||||||
Url: http://www.tug.org/texworks/
|
URL: https://www.tug.org/texworks/
|
||||||
Source0: https://github.com/TeXworks/texworks/archive/release-%{version}.tar.gz
|
Source0: https://github.com/TeXworks/texworks/archive/release-%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: dbus-1-devel
|
BuildRequires: dbus-1-devel
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
|
BuildRequires: hicolor-icon-theme
|
||||||
BuildRequires: hunspell-devel
|
BuildRequires: hunspell-devel
|
||||||
BuildRequires: libpoppler-devel >= 0.24
|
BuildRequires: libpoppler-devel >= 0.24
|
||||||
BuildRequires: libpoppler-qt5-devel >= 0.24
|
BuildRequires: libpoppler-qt5-devel >= 0.24
|
||||||
BuildRequires: lua-devel
|
BuildRequires: lua-devel
|
||||||
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: texlive-tex-bin
|
BuildRequires: texlive-tex-bin
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
@ -49,7 +51,6 @@ Requires: dbus-1
|
|||||||
Requires: hunspell
|
Requires: hunspell
|
||||||
Requires: poppler-tools
|
Requires: poppler-tools
|
||||||
Requires: texlive-latex
|
Requires: texlive-latex
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The TeXworks project is a simple TeX front-end program (working
|
The TeXworks project is a simple TeX front-end program (working
|
||||||
@ -90,7 +91,6 @@ This package adds lua scripting abitilies to TeXworks.
|
|||||||
-DWITH_LUA=ON \
|
-DWITH_LUA=ON \
|
||||||
-DWITH_PYTHON=ON \
|
-DWITH_PYTHON=ON \
|
||||||
-DTeXworks_DIC_DIR=%{_datadir}/myspell \
|
-DTeXworks_DIC_DIR=%{_datadir}/myspell \
|
||||||
-DDESIRED_QT_VERSION="5" \
|
|
||||||
-DTeXworks_PLUGIN_DIR=%{_libdir}/%{name}
|
-DTeXworks_PLUGIN_DIR=%{_libdir}/%{name}
|
||||||
|
|
||||||
%cmake_build
|
%cmake_build
|
||||||
@ -112,7 +112,7 @@ done
|
|||||||
%{_datadir}/metainfo/texworks.appdata.xml
|
%{_datadir}/metainfo/texworks.appdata.xml
|
||||||
%{_bindir}/texworks
|
%{_bindir}/texworks
|
||||||
%{_datadir}/applications/texworks.desktop
|
%{_datadir}/applications/texworks.desktop
|
||||||
%{_datadir}/pixmaps/*.png
|
%{_datadir}/icons/hicolor/*/apps/*.png
|
||||||
%{_mandir}/man1/texworks.1%{?ext_man}
|
%{_mandir}/man1/texworks.1%{?ext_man}
|
||||||
|
|
||||||
%files plugin-python
|
%files plugin-python
|
||||||
|
Loading…
x
Reference in New Issue
Block a user