forked from pool/texworks
Accepting request 76456 from Publishing
Update to version 0.4.3 OBS-URL: https://build.opensuse.org/request/show/76456 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texworks?expand=0&rev=6
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d1feb32b672b916096ec2bd02bd953ce27e2665d404506f9f60ee7863801373f
|
|
||||||
size 4439037
|
|
3
texworks-0.4.3.tar.bz2
Normal file
3
texworks-0.4.3.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:18ed7cfc0b3131251e06ca467eb6e7d9dd7fff3f1f96fe42d10c572438fe4348
|
||||||
|
size 4445559
|
@@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 16 18:08:58 UTC 2011 - badshah400@gmail.com
|
||||||
|
|
||||||
|
- Update to version 0.4.3
|
||||||
|
+ Fix bug in autocompletion that could cause data loss
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 29 09:15:21 UTC 2011 - badshah400@gmail.com
|
||||||
|
|
||||||
|
- Update to version 0.4.2
|
||||||
|
+ Work around layout issues with Qt 4.7.2 that caused TeXworks to
|
||||||
|
crash sometimes
|
||||||
|
+ Fix autocompletion at the beginning of a line
|
||||||
|
+ Respect per-file setting "None" for syntax highlighting, smart
|
||||||
|
quotes, and auto indent
|
||||||
|
+ Update SyncTeX to version 1.16
|
||||||
|
+ Allow to disable autocompletion by editing the configuration file
|
||||||
|
+ Fix runtime warning about empty file watchers
|
||||||
|
+ Enhance Mac patches for poppler
|
||||||
|
+ Improve installation and packaging routines
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 27 08:47:21 UTC 2011 - badshah400@gmail.com
|
Fri May 27 08:47:21 UTC 2011 - badshah400@gmail.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package texworks
|
# spec file for package TeXworks
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright 2011 SUSE LINUX Products 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
|
||||||
@@ -12,14 +12,9 @@
|
|||||||
# case the license is the MIT License). An "Open Source License" is a
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
# 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/
|
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: texworks
|
Name: texworks
|
||||||
Version: 0.4.1
|
Version: 0.4.3
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Summary: TeXshop-like TeX Editor
|
Summary: TeXshop-like TeX Editor
|
||||||
@@ -51,7 +46,6 @@ TeXShop for Mac OS X, which is credited with a resurgence of TeX
|
|||||||
usage on the Mac platform.
|
usage on the Mac platform.
|
||||||
|
|
||||||
%package plugin-python
|
%package plugin-python
|
||||||
|
|
||||||
Summary: Plugins to add python scripting to texworks
|
Summary: Plugins to add python scripting to texworks
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
Requires: python
|
Requires: python
|
||||||
@@ -69,7 +63,6 @@ usage on the Mac platform.
|
|||||||
This package adds python scripting abitilies to TeXworks.
|
This package adds python scripting abitilies to TeXworks.
|
||||||
|
|
||||||
%package plugin-lua
|
%package plugin-lua
|
||||||
|
|
||||||
Summary: Plugins to add python scripting to texworks
|
Summary: Plugins to add python scripting to texworks
|
||||||
Group: Development/Libraries/Other
|
Group: Development/Libraries/Other
|
||||||
Requires: lua
|
Requires: lua
|
||||||
@@ -93,8 +86,7 @@ This package adds lua scripting abitilies to TeXworks.
|
|||||||
|
|
||||||
#Python plugin
|
#Python plugin
|
||||||
pushd plugins-src/TWPythonPlugin/
|
pushd plugins-src/TWPythonPlugin/
|
||||||
sed -i 's:/usr/local/lib:%{_libdir}:' TWPythonPlugin.pro
|
qmake 'INSTALL_PREFIX=%{_prefix}' 'TW_PLUGINPATH=%{_libdir}/%{name}' -after \
|
||||||
qmake -after \
|
|
||||||
'INCLUDEPATH -= /usr/include/python2.6/' \
|
'INCLUDEPATH -= /usr/include/python2.6/' \
|
||||||
'INCLUDEPATH += %{_includedir}/python%{py_ver}/' \
|
'INCLUDEPATH += %{_includedir}/python%{py_ver}/' \
|
||||||
'LIBS -= -lpython2.6' \
|
'LIBS -= -lpython2.6' \
|
||||||
@@ -103,18 +95,16 @@ popd
|
|||||||
|
|
||||||
#Lua plugin
|
#Lua plugin
|
||||||
pushd plugins-src/TWLuaPlugin/
|
pushd plugins-src/TWLuaPlugin/
|
||||||
sed -i 's:/usr/local/lib:%{_libdir}:' TWLuaPlugin.pro
|
qmake 'INSTALL_PREFIX=%{_prefix}' 'TW_PLUGINPATH=%{_libdir}/%{name}' -after \
|
||||||
qmake -after \
|
|
||||||
'PKGCONFIG -= lua5.1' \
|
'PKGCONFIG -= lua5.1' \
|
||||||
'PKGCONFIG += lua'
|
'PKGCONFIG += lua'
|
||||||
popd
|
popd
|
||||||
|
|
||||||
#Main package
|
#Main package
|
||||||
qmake INSTALL_PREFIX=%{_prefix} DOCS_DIR=%{_docdir}/%{name} \
|
qmake 'TW_BUILD_ID=openSUSE' 'INSTALL_PREFIX=%{_prefix}' 'TW_HELPPATH=%{_docdir}/%{name}/manual' 'DOCS_DIR=%{_docdir}/%{name}' -after \
|
||||||
-after \
|
'QMAKE_CXXFLAGS -= -DTW_DICPATH=\\\"/usr/share/myspell/dicts\\\"' \
|
||||||
'QMAKE_CXXFLAGS -= -DTW_BUILD_ID=personal -DTW_HELPPATH=\\\"/usr/local/share/texworks-help\\\" -DTW_PLUGINPATH=\\\"/usr/local/lib/texworks\\\" -DTW_DICPATH=\\\"/usr/share/myspell/dicts\\\"' \
|
'QMAKE_CXXFLAGS += -DTW_DICPATH=\\\"%{_datadir}/myspell\\\"'
|
||||||
'QMAKE_CXXFLAGS += -DTW_BUILD_ID=openSUSE -DTW_HELPPATH=\\\"%{_docdir}/%{name}/manual\\\" -DTW_PLUGINPATH=\\\"%{_libdir}/%{name}\\\" -DTW_DICPATH=\\\"%{_datadir}/myspell\\\"'
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
#Python plugin
|
#Python plugin
|
||||||
pushd plugins-src/TWPythonPlugin/
|
pushd plugins-src/TWPythonPlugin/
|
||||||
@@ -139,7 +129,7 @@ rm -rf %{buildroot}
|
|||||||
%else
|
%else
|
||||||
gtk-update-icon-cache %{_datadir}/icons/hicolor || true
|
gtk-update-icon-cache %{_datadir}/icons/hicolor || true
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
%if 0%{?suse_version} > 1130
|
%if 0%{?suse_version} > 1130
|
||||||
%desktop_database_postun
|
%desktop_database_postun
|
||||||
|
Reference in New Issue
Block a user