1
0
forked from pool/lxqt-archiver

- Update to 0.2.0:

* Added an icon for the app.
  * Prevent the contents of an extracted archive from being mixed
    with other files if overwriting isn't chosen.
  * Added expand and collapse actions.
  * Fixed build with GCC 10.
  * Required json-glib as a dependency.
- Remove lxqt-archiver.desktop:
  use upstream desktop file. It has its own icon now.
  See https://github.com/lxqt/lxqt-archiver/issues/157

OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/lxqt-archiver?expand=0&rev=8
This commit is contained in:
Michael Vetter 2020-05-17 07:16:22 +00:00 committed by Git OBS Bridge
parent b02d58340e
commit 67a4ec2835
7 changed files with 43 additions and 34 deletions

View File

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

View File

@ -1,17 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQJJBAABCAAzFiEEGd/fOleb1QnbtXLYvnkwB60i334FAl6jCtMVHHRzdWphbjIw
MDBAZ21haWwuY29tAAoJEL55MAetIt9+hX8P/iVYA0HGio3b42LGf6MFD8lMIR3W
+wKMcrkxC2oapl99QmKjHXDEnZ7Z7bWtWxvTTxj0B0vL3OA067d8Ux9vp5VBxVQM
HSRbpmF+vRLK79yky+OBATtqjSLRDgGuj1Bog9ljgv7OKMcpIpj1pITeaVO8p2Qc
FMLFhF1oF2xb9vTadJmsARN86WCeVsZxtF6+/QofCEV0/qxdjXntIry6M4YJ1eWl
OCqCIsnxFqcI55YwrnF7WbBg86OkDbVkrK8DC3Ub5AH76Lv4/qrm4zPAbz7Y8LPU
6kcX4JQL1eF3dkYGWDGdHLfgUrNwPGLt0dnPgo8YQk1w+LpFJTav3LkQxWDGHbZ9
bDclqJVudr9GdGxhzD2yDlTbC49E0Vn0czOmE7aeq/SaL+ocPcZYH0P+y9LQBoJf
ParuuwnLGlIeeGI955mqnYIny2wgFCbPPi2wUk+XdKrt+Z978OQU6IUd64gblt1I
gB8mHZ6RPZqbKRW93iYsSeoot03oBbdIXii6sdAL1KZ14aH+PmVVZmyE0SzPx8Ci
lrrxXXPk/ZLm6e8+bGHQ2OBt+YkRg13erpqwo06fozJal5EHTKolaqw6OYrkrIl2
hoJmd29nfR2D13gRA0uEz8KnUEvhUeG9Qxstzz4r1Kqqf5xGsEJBQxrUz1Hk2uo+
usYpSXJJrqiL5FC/
=EOqP
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,17 @@
-----BEGIN PGP SIGNATURE-----
iQJIBAABCAAzFiEEGd/fOleb1QnbtXLYvnkwB60i334FAl7AziMVHHRzdWphbjIw
MDBAZ21haWwuY29tAAoJEL55MAetIt9+o08P90XP1LkO2zOT9foR7NoJ5+UreH6J
5ueIYrOENUqmEOJ/Ch1wzhunPXSQ1oAstrz54jJR5L3dnvd51yyf8LfP2N72GGsX
FPaWJMfQX06lwR2gHA028zYb66IfYiHuyzmt6hn8YTMok3uSqwPGdoZrZoiwEdSb
DB5RlhV47ddC8TSn9gFrBU7n8Nrvu7QDDguRIMhwdaTI6QUx7AYqUPUONlO+Wnoa
grR+PE0gBq03Wf8ZEc7/8s0Zbxn5I1dbgG5aviM3yzxCVuw3ZTCkp9GwVJXKTZyb
9v4drh0XthYzAgHhlLZJ2eld1DmYcye9WVawmszy4JTYqOg+qkmDJOxAzp48wJVO
/v6xl9Jm3iOMGibFz4QJHNAR0O4hItJ6/zKrkEjFpcljAjZreIILPQZTfBTMO3gl
KuOJvvnZBlWOMdgNl2b6tS3eA27E7iI7DJOUwOzVi2dP5Qa7Tfc7o8aSZLFxr/BI
O3FDpKpv14tWFhnNIwZKuNaKBuLs0VFXadTpPG4CTm4fKioAKroQBoAYJlJ6Tnbm
MEf1vHzEM144u08KnkkjNorn0M3AQfcVF2WFFD7xsTNha4cYU91O7oU6wHdWO5EA
H5QGLahVJqcyOjcmv9QrdoVjetb3qagY9hlg77IMozUw6ODbE4RA0F31JU9EH5Z7
0Z8EZ9tYpNSHptE=
=h0Fg
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sun May 17 07:08:54 UTC 2020 - Michael Vetter <mvetter@suse.com>
- Update to 0.2.0:
* Added an icon for the app.
* Prevent the contents of an extracted archive from being mixed
with other files if overwriting isn't chosen.
* Added expand and collapse actions.
* Fixed build with GCC 10.
* Required json-glib as a dependency.
- Remove lxqt-archiver.desktop:
use upstream desktop file. It has its own icon now.
See https://github.com/lxqt/lxqt-archiver/issues/157
-------------------------------------------------------------------
Fri May 15 15:18:09 UTC 2020 - Callum Farmer <callumjfarmer13@gmail.com>

View File

@ -1,7 +0,0 @@
[Desktop Entry]
Type=Application
Name=LXQt Archiver
GenericName=Archiver
Comment=The LXQt image viewer
Exec=lxqt-archiver %F
Categories=Utility;Archiving;

View File

@ -17,7 +17,7 @@
Name: lxqt-archiver
Version: 0.1.1
Version: 0.2.0
Release: 0
Summary: LXQt File Archiver
License: GPL-2.0-or-later
@ -26,7 +26,6 @@ URL: http://www.lxqt.org
Source0: https://github.com/lxqt/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
Source1: https://github.com/lxqt/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz.asc
Source2: %{name}.keyring
Source3: %{name}.desktop
BuildRequires: cmake >= 3.1.0
BuildRequires: libexif-devel
BuildRequires: libqt5-linguist-devel
@ -56,7 +55,6 @@ LXQt file archiver.
%install
%cmake_install
install -m 644 %{SOURCE3} %{buildroot}%{_datadir}/applications/
%find_lang %{name} --with-qt
@ -64,11 +62,15 @@ install -m 644 %{SOURCE3} %{buildroot}%{_datadir}/applications/
%license LICENSE
%doc AUTHORS CHANGELOG README.md
%{_bindir}/lxqt-archiver
%dir /usr/libexec
%dir /usr/libexec/lxqt-archiver/
%dir /usr/libexec/
%dir /usr/libexec/lxqt-archiver
/usr/libexec/lxqt-archiver/isoinfo.sh
/usr/libexec/lxqt-archiver/rpm2cpio
%{_datadir}/applications/lxqt-archiver.desktop
%dir %{_datadir}/icons/hicolor/
%dir %{_datadir}/icons/hicolor/scalable/
%dir %{_datadir}/icons/hicolor/scalable/apps/
%{_datadir}/icons/hicolor/scalable/apps/lxqt-archiver.svg
%files lang -f %{name}.lang
%dir %{_datadir}/lxqt-archiver/