- Update to 2.0.1:
* Fixed visual artifacts due to a mistake about conversion to std::wstring in Qt6 Port. OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/qtermwidget?expand=0&rev=3
This commit is contained in:
parent
6a08da340b
commit
2d59c6eb0e
3
qtermwidget-2.0.1.tar.xz
Normal file
3
qtermwidget-2.0.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b50060d4f6435efd3df0c37eb1ff7266cacbbe0d06c6ccb6b102c1ec90e9379d
|
||||||
|
size 191548
|
17
qtermwidget-2.0.1.tar.xz.asc
Normal file
17
qtermwidget-2.0.1.tar.xz.asc
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQJJBAABCAAzFiEEGd/fOleb1QnbtXLYvnkwB60i334FAmZ9oJ8VHHRzdWphbjIw
|
||||||
|
MDBAZ21haWwuY29tAAoJEL55MAetIt9+LGkQAML7WbWjBp8FeRHt5hhmjZYD2ooG
|
||||||
|
VkzHStqi4gct1Vo8OYQjlR3Y+WPogCT1Jxj7bZNfFiITQNe3TWBcBSXa4QweDwRq
|
||||||
|
yb97yre7ZEvSDD+7u/LGHy5Y+li3wQwhf67ijXAmdMzghkY8jQ1MoDGPOURssTqA
|
||||||
|
MIu2FN3ob8PwIU8/7FX5P0FWMult4uY08K1V/F//gjc1iQXAvzKeT4pwn28T6+Xu
|
||||||
|
lHni5jHGvvzQcdo+Bg2pZ72lO6fc+v6lJwCAE1uJZJdBSLedkAYI2+mv7u27TRlv
|
||||||
|
qp9UNK0X1hXEgmHQoNL2hac1qrNnla27qnDL9esaT8P7Z+2YL23gm3+0jc+SCf0C
|
||||||
|
On6s2G36piRvkEJfatgU+JVX7yvj7gfeGM5YjYrdXO4unN8LPC2a1YE2gDkr2D4B
|
||||||
|
3U7T1zRoQdqDflC29dYfD/oCj7QvnWc2mEzBK7308yGP7dxzCA/5xjXW54wINsKs
|
||||||
|
qkOZU/Tecf4+hLdbhRynVRRF2Ojhoo+YsfloVTHkyCL+a/Vcx8366DHB7Jd3JLUD
|
||||||
|
MxIEKK9g+b+Hf3MH4c1TdmtIEl71a+XF0eRvfQpvfFL+ZGJNF2t4LK0dS+Rm/D09
|
||||||
|
b1yfxqqIQHudS07mGUeZOqrxYhgRtCGlxNVM6GsEEm+K35lP07f+QWioV+5fpf/5
|
||||||
|
g6A7fTlOA4GJ5Tkc
|
||||||
|
=sx0A
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 27 20:20:33 UTC 2024 - Shawn Dunn <sfalken@opensuse.org>
|
||||||
|
|
||||||
|
- Update to 2.0.1:
|
||||||
|
* Fixed visual artifacts due to a mistake about conversion to
|
||||||
|
std::wstring in Qt6 Port.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat May 18 03:36:58 UTC 2024 - Андрей Алыпов <and.november@opensuse.org>
|
Sat May 18 03:36:58 UTC 2024 - Андрей Алыпов <and.november@opensuse.org>
|
||||||
|
|
||||||
|
@ -19,21 +19,21 @@
|
|||||||
%define qt_ver 6
|
%define qt_ver 6
|
||||||
%define sover 2
|
%define sover 2
|
||||||
Name: qtermwidget
|
Name: qtermwidget
|
||||||
Version: 2.0.0
|
Version: 2.0.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The terminal widget for QTerminal
|
Summary: The terminal widget for QTerminal
|
||||||
License: GPL-2.0-or-later AND BSD-3-Clause AND LGPL-2.0-or-later
|
License: BSD-3-Clause AND GPL-2.0-or-later AND LGPL-2.0-or-later
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
URL: https://github.com/lxqt/qtermwidget
|
URL: https://github.com/lxqt/qtermwidget
|
||||||
Source: %{url}/releases/download/%{version}/%{name}-%{version}.tar.xz
|
Source: %{url}/releases/download/%{version}/%{name}-%{version}.tar.xz
|
||||||
Source1: %{url}/releases/download/%{version}/%{name}-%{version}.tar.xz.asc
|
Source1: %{url}/releases/download/%{version}/%{name}-%{version}.tar.xz.asc
|
||||||
Source2: %{name}.keyring
|
Source2: %{name}.keyring
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
|
BuildRequires: utempter-devel
|
||||||
|
BuildRequires: utf8proc-devel
|
||||||
BuildRequires: cmake(Qt6LinguistTools)
|
BuildRequires: cmake(Qt6LinguistTools)
|
||||||
BuildRequires: cmake(Qt6Widgets)
|
BuildRequires: cmake(Qt6Widgets)
|
||||||
BuildRequires: cmake(lxqt2-build-tools)
|
BuildRequires: cmake(lxqt2-build-tools)
|
||||||
BuildRequires: utempter-devel
|
|
||||||
BuildRequires: utf8proc-devel
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
QTermWidget is an open-source project originally based on the KDE4 Konsole
|
QTermWidget is an open-source project originally based on the KDE4 Konsole
|
||||||
|
Loading…
x
Reference in New Issue
Block a user