SHA256
1
0
forked from pool/libfm-qt

- Update to 1.1.0:

* Prepared libfm-qt for implementing "Recent Files".
  * Prevented memory leak in searching.
  * Miscellaneous fixes for search:///.
  * Fixed moving of bookmarks in Bookmarks context menu and added some icons to the menu.
  * Fixed file association in a rare case, where XDG_CURRENT_DESKTOP was empty.
  * Fixed launching of apps in terminal emulators that do not have a special option for execution (like Kitty).

OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/libfm-qt?expand=0&rev=36
This commit is contained in:
Michael Vetter 2022-04-27 19:29:53 +00:00 committed by Git OBS Bridge
parent 19c6a26977
commit f24ada60af
6 changed files with 41 additions and 30 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:743d9c8fc30d065d7fefc12e72f31085891733184f1320ba3ade890dae54993b
size 379492

View File

@ -1,17 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQJJBAABCAAzFiEEGd/fOleb1QnbtXLYvnkwB60i334FAmGFCioVHHRzdWphbjIw
MDBAZ21haWwuY29tAAoJEL55MAetIt9+FwYQAMo6cEaFDvSXpxs/wwcWVcBLEmyn
pitb9S6pQLxkUCzu6FER8C3A9OF3e47KeiLdvReubHsuNcndXT9R15q7tElg7TOv
BZFZnNBCtzarIN4ulFQ0mGiYSFjFk/DTPN7SCfvqKkYli/aWLeMFS/WxzX62CYHK
92nM0tzP759YZNa/02915PV1+D/AZiJAR2df0FDMneJ6DfUt5/Yr2RZJyuXH7Bp6
9CjgYpAYbNAP0sznKbSi6l/Tie7kuUwjziOY7qBoc0lLZJCXZXwMxrg8mft9A/UC
j3uxV9ChXdgS8YQx3OjTck5OVbGlM01PR1vwYMz701Sh4ImaKY+CpTd/fIhPLEav
z7xtpWIsVgE1K/bVYPIAxCOvuVrFXdUv5z3bSIqLfRtxzjqJyYZP4Xi+/pKmsArf
eY/WCw/BU/6TrKykJmyV1b97CXB27LdZ6NCMzDlzNqaG2Pz8nCle2nwXV9Z38fID
75/1vO9OwZhWXTWUYjngXTp3A4IYLKcToenV8HcNpYx4iL+wBnveSVig1+ZwrcpO
ypYtvMILFf8A4+1gJr3S8n+5xhOz5p/Z0V0FjMQw2WHfms95qAro4a5JAEsdZqbA
W8xMxr1ALPv4XHx7LtLgnMuDFXfs9ksQ3oHrQJBxGcUv3lf3WrRgdCBc8EEOCmOJ
bg0xOTwnFwOa/OiB
=Ry0J
-----END PGP SIGNATURE-----

3
libfm-qt-1.1.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a5eecf0c9725c1a32470eaf539989563ba53ea6ed916454cc47e940279c04e54
size 383280

17
libfm-qt-1.1.0.tar.xz.asc Normal file
View File

@ -0,0 +1,17 @@
-----BEGIN PGP SIGNATURE-----
iQJJBAABCAAzFiEEGd/fOleb1QnbtXLYvnkwB60i334FAmJaFEwVHHRzdWphbjIw
MDBAZ21haWwuY29tAAoJEL55MAetIt9+HMAP/RTuMpFcPNWvCKaAPK47jJ3JmGvy
2m0t5DR5TwpTu2nI7MGyUxqMR+w24aQ/xj92knnV1dRU5ymP1bxs1wchxnrkIvFO
oIV2/REatP1OBIoZBID378TVPlMY3lZxuad6WLSmFQA58A2BBFJzGaErf8hBJWp6
87eZKazrWM3r2+31Xw62WXnzIcZ70q4ZnnPwFlM1H7DKDqDb0Wmv+7JnT0WtTdKU
wc30f/+yHKnDhVfh7NaA8F60/a6w5l+fS7jziGS19qcRlmf/c1Iy5d06/5h+wtub
O5DzHAr2Foa5WZq3a1CUe+O+TYfe0MrbRNSmISmW5dnQg+XDgKr6HOAiNMnoK04y
Bc2y2QbyNHNbHf1v+2sjfBfYXn/o9Y5OHc8oOWKhWpEmk5vcR/MTShA6YZ5cZMBM
lzdc4kJIW9GnZYZqnsvmZa2xeiPkvE+zL1WZ3ux4JD6lTS+jcPlC6OVzl/SzEdQb
Po0oIJuOuVlyHnvZjy3dzxX1KF3vC3bOzjeVZk5es4s8s7s54oZDAM04JqHycy3l
MnicYC+oTFa7GuPHEZt1bUB/MvPuxpi8JH5DNUtqx7LNcmcv5H9lMrTvfJpFP+cQ
x3SFIDBpCTp0uldEiULwDDBm5jiC1Tm6zU9jcsPx1fupUHEFhdnQObP+BK1cJPGl
tN35Fl42FYgbTMkl
=1oAA
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Apr 27 19:26:08 UTC 2022 - Michael Vetter <mvetter@suse.com>
- Update to 1.1.0:
* Prepared libfm-qt for implementing "Recent Files".
* Prevented memory leak in searching.
* Miscellaneous fixes for search:///.
* Fixed moving of bookmarks in Bookmarks context menu and added some icons to the menu.
* Fixed file association in a rare case, where XDG_CURRENT_DESKTOP was empty.
* Fixed launching of apps in terminal emulators that do not have a special option for execution (like Kitty).
-------------------------------------------------------------------
Mon Nov 8 09:21:12 UTC 2021 - Michael Vetter <mvetter@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package libfm-qt
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: libfm-qt
Version: 1.0.0
Version: 1.1.0
Release: 0
Summary: Library providing components to build desktop file managers
License: LGPL-2.1-or-later AND BSD-3-Clause
@ -30,7 +30,7 @@ BuildRequires: cmake >= 3.1.0
# Needs private headers, see xdndworkaround.cpp
BuildRequires: libQt5Gui-private-headers-devel
BuildRequires: libqt5-qttools-devel
BuildRequires: lxqt-build-tools-devel >= 0.10.0
BuildRequires: lxqt-build-tools-devel >= 0.11.0
BuildRequires: pkgconfig
BuildRequires: cmake(KF5WindowSystem)
BuildRequires: cmake(Qt5LinguistTools)
@ -49,9 +49,9 @@ BuildRequires: pkgconfig(x11)
libfm-qt is the Qt port of libfm, a library providing components to
build desktop file managers.
%{lang_package -r libfm-qt10}
%{lang_package -r libfm-qt11}
%package -n libfm-qt10
%package -n libfm-qt11
Summary: Library providing components to build desktop file managers
# Require data files read by the library. For parallel installed library versions, the newest one wins
Group: System/Libraries
@ -60,7 +60,7 @@ Recommends: %{name}-lang
Conflicts: pcmanfm <= 0.10.0
Provides: libfm-qt
%description -n libfm-qt10
%description -n libfm-qt11
libfm-qt is the Qt port of libfm, a library providing components to
build desktop file managers.
@ -78,7 +78,7 @@ Provides data to be read by libfm-qt
%package -n libfm-qt-devel
Summary: Development files for libfm-qt
Group: Development/Libraries/C and C++
Requires: libfm-qt10 >= %{version}
Requires: libfm-qt11 >= %{version}
Requires: pkgconfig
# libfm-qt has an -I on a path from menu-cache-devel
Requires: pkgconfig(libmenu-cache) >= 0.4.0
@ -98,10 +98,10 @@ Libfm-Qt libraries for development
%find_lang %{name} --with-qt
%post -n libfm-qt10 -p /sbin/ldconfig
%postun -n libfm-qt10 -p /sbin/ldconfig
%post -n libfm-qt11 -p /sbin/ldconfig
%postun -n libfm-qt11 -p /sbin/ldconfig
%files -n libfm-qt10
%files -n libfm-qt11
%license LICENSE LICENSE.BSD-3-Clause
%doc README.md
%{_libdir}/libfm-qt.so.*