forked from pool/qalculate-gtk
Accepting request 818281 from science
OBS-URL: https://build.opensuse.org/request/show/818281 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qalculate-gtk?expand=0&rev=2
This commit is contained in:
commit
33451df6f3
3
qalculate-gtk-3.11.0.tar.gz
Normal file
3
qalculate-gtk-3.11.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d21da7838dcb25694f6180233588cc8de619503b825667ccce8ce45e96653010
|
||||||
|
size 4461909
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c74996ca25ba97332035b8ef9875c7b27879df4ed166dce21ccc7f0520142174
|
|
||||||
size 4300204
|
|
@ -1,3 +1,35 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 23 09:17:22 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>
|
||||||
|
|
||||||
|
- Update to version 3.11.0:
|
||||||
|
* Option to clear history on exit (GUI)
|
||||||
|
* Fix removal of history items, and move to top, when
|
||||||
|
calculate-as-you-type is activated (GUI)
|
||||||
|
* Reduce the height of the result widget (GUI)
|
||||||
|
* Hide tooltip after keypad button click (GUI)
|
||||||
|
* Check for updates menu item (GUI)
|
||||||
|
* Slovenian translation (GUI)
|
||||||
|
* Configurable number of lines in expression entry (GUI)
|
||||||
|
* Add angle unit selection to sin, cos, and tan button menus
|
||||||
|
and an new status popup menu,
|
||||||
|
and make it possible to set keyboard shortcut for angle units
|
||||||
|
* Improved keyboard shortcuts dialog (GUI)
|
||||||
|
* New parentheses and other improvements in display of results
|
||||||
|
* Dark theme setting on Windows (GUI)
|
||||||
|
* Improved handling of vectors and matrices in insert function
|
||||||
|
dialog
|
||||||
|
* Configurable time limit for plot (GUI)
|
||||||
|
* Ellipsize long variable values used as title in completion
|
||||||
|
popup
|
||||||
|
* Persistent keypad option, which makes it possible to show
|
||||||
|
the keypad and the history simultaneously
|
||||||
|
* Minimal window mode, which hides everything but the expression
|
||||||
|
entry and, when not empty, the result
|
||||||
|
* Optional (disabled by default at compile time) internal help
|
||||||
|
viewer using WebKitGTK
|
||||||
|
- Update version of libqalculate in BuildRequires: at least
|
||||||
|
version 3.8.0 now required.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Feb 8 13:52:27 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
Sat Feb 8 13:52:27 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package qalculate-gtk
|
# spec file for package qalculate-gtk
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,14 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: qalculate-gtk
|
Name: qalculate-gtk
|
||||||
Version: 3.7.0
|
Version: 3.11.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Multi-purpose cross-platform desktop calculator
|
Summary: Multi-purpose cross-platform desktop calculator
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: Productivity/Scientific/Math
|
Group: Productivity/Scientific/Math
|
||||||
URL: https://qalculate.github.io
|
URL: https://qalculate.github.io
|
||||||
Source0: https://github.com/Qalculate/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source0: https://github.com/Qalculate/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: c++_compiler
|
BuildRequires: c++_compiler
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
@ -33,7 +32,7 @@ BuildRequires: pkgconfig
|
|||||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.4
|
BuildRequires: pkgconfig(glib-2.0) >= 2.4
|
||||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.12
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.12
|
||||||
BuildRequires: pkgconfig(libqalculate) >= 3.2.0
|
BuildRequires: pkgconfig(libqalculate) >= 3.8.0
|
||||||
BuildRequires: pkgconfig(libxml-2.0)
|
BuildRequires: pkgconfig(libxml-2.0)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -66,9 +65,22 @@ NOCONFIGURE=1 ./autogen.sh
|
|||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%{_datadir}/metainfo/%{name}.appdata.xml
|
%{_datadir}/metainfo/%{name}.appdata.xml
|
||||||
%{_datadir}/applications/%{name}.desktop
|
%{_datadir}/applications/%{name}.desktop
|
||||||
%{_datadir}/pixmaps/qalculate.??g
|
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%{_mandir}/man?/%{name}.?%{ext_man}
|
%{_mandir}/man?/%{name}.?%{ext_man}
|
||||||
|
%{_libdir}/qalculate-search-provider
|
||||||
|
%{_datadir}/dbus-1/services/io.github.Qalculate.SearchProvider.service
|
||||||
|
%dir %{_datadir}/gnome-shell/
|
||||||
|
%dir %{_datadir}/gnome-shell/search-providers
|
||||||
|
%{_datadir}/gnome-shell/search-providers/io.github.Qalculate.search-provider.ini
|
||||||
|
%{_datadir}/icons/hicolor/128x128/apps/qalculate.png
|
||||||
|
%{_datadir}/icons/hicolor/16x16/apps/qalculate.png
|
||||||
|
%{_datadir}/icons/hicolor/22x22/apps/qalculate.png
|
||||||
|
%{_datadir}/icons/hicolor/24x24/apps/qalculate.png
|
||||||
|
%{_datadir}/icons/hicolor/256x256/apps/qalculate.png
|
||||||
|
%{_datadir}/icons/hicolor/32x32/apps/qalculate.png
|
||||||
|
%{_datadir}/icons/hicolor/48x48/apps/qalculate.png
|
||||||
|
%{_datadir}/icons/hicolor/64x64/apps/qalculate.png
|
||||||
|
%{_datadir}/icons/hicolor/scalable/apps/qalculate.svg
|
||||||
|
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user