Accepting request 391283 from Publishing
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/391283 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texworks?expand=0&rev=17
This commit is contained in:
commit
2ac5e1301c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:58650574c1e3234c38cddc3375f8043a83cc65075839030fc7089471af6a3bde
|
|
||||||
size 11271881
|
|
3
release-0.6.0.tar.gz
Normal file
3
release-0.6.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:abb0dd76fe8870d0caa83f8f98743b44b6d5ce6e4df406e47eb6d0ffc2559f7b
|
||||||
|
size 11307312
|
@ -1,3 +1,31 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 11 04:34:38 UTC 2016 - badshah400@gmail.com
|
||||||
|
|
||||||
|
- Update to version 0.6.0:
|
||||||
|
+ Complete redesign of the PDF previewer using QtPDF by Charlie
|
||||||
|
Sharpsteen
|
||||||
|
+ Fast and responsive preview even at very high magnifications
|
||||||
|
+ New page modes: continuous scrolling and two-column layout
|
||||||
|
+ Text selection/copying from the PDF
|
||||||
|
+ Go back to previous view after clicking on a link using
|
||||||
|
Alt+left arrow
|
||||||
|
+ Fix disappearing spellcheck underline with some fonts/font
|
||||||
|
sizes in Qt 5
|
||||||
|
+ Update the width of the line number display when changing the
|
||||||
|
editor font
|
||||||
|
+ Show a note in the "About Scripts" dialog for disabled script
|
||||||
|
languages
|
||||||
|
+ Explicitly add a "Quit TeXworks" menu item to the global
|
||||||
|
menubar on Mac OS X
|
||||||
|
+ Make Qt5 the default framework for building TeXworks
|
||||||
|
+ Add support for Lua 5.3.
|
||||||
|
- When building with QT5, add BuildRequires on
|
||||||
|
pkgconfig(Qt5Concurrent) as this a necessary dependency this
|
||||||
|
version onwards.
|
||||||
|
- Set the cmake variable TeXworks_DIC_DIR to the proper
|
||||||
|
installation location of myspell dicts in openSUSE to make
|
||||||
|
texworks find them.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 27 23:04:45 UTC 2015 - badshah400@gmail.com
|
Mon Apr 27 23:04:45 UTC 2015 - badshah400@gmail.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package texworks
|
# spec file for package texworks
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
# 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
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: texworks
|
Name: texworks
|
||||||
Version: 0.4.6
|
Version: 0.6.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: TeXshop-like TeX Editor
|
Summary: TeXshop-like TeX Editor
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
@ -32,6 +32,7 @@ BuildRequires: hunspell-devel
|
|||||||
BuildRequires: libpoppler-devel >= 0.24
|
BuildRequires: libpoppler-devel >= 0.24
|
||||||
%if 0%{?suse_version} >= 1320
|
%if 0%{?suse_version} >= 1320
|
||||||
BuildRequires: libpoppler-qt5-devel >= 0.24
|
BuildRequires: libpoppler-qt5-devel >= 0.24
|
||||||
|
BuildRequires: pkgconfig(Qt5Concurrent)
|
||||||
BuildRequires: pkgconfig(Qt5Core)
|
BuildRequires: pkgconfig(Qt5Core)
|
||||||
BuildRequires: pkgconfig(Qt5DBus)
|
BuildRequires: pkgconfig(Qt5DBus)
|
||||||
BuildRequires: pkgconfig(Qt5Gui)
|
BuildRequires: pkgconfig(Qt5Gui)
|
||||||
@ -108,6 +109,7 @@ cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} \\\
|
|||||||
-DCMAKE_LIBRARY_OUTPUT_DIRECTORY=%{_lib} \\\
|
-DCMAKE_LIBRARY_OUTPUT_DIRECTORY=%{_lib} \\\
|
||||||
-DWITH_LUA=ON \\\
|
-DWITH_LUA=ON \\\
|
||||||
-DWITH_PYTHON=ON \\\
|
-DWITH_PYTHON=ON \\\
|
||||||
|
-DTeXworks_DIC_DIR=%{_datadir}/myspell \\\
|
||||||
%if 0%{?suse_version} >= 1320
|
%if 0%{?suse_version} >= 1320
|
||||||
-DDESIRED_QT_VERSION="5" \\\
|
-DDESIRED_QT_VERSION="5" \\\
|
||||||
%else
|
%else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user