Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: app-arch/lxqt-archiver/
Date: Wed, 22 Sep 2021 19:15:10
Message-Id: 1632338090.96892a2263fd47df0ee308064beea72f7da5db49.asturm@gentoo
1 commit: 96892a2263fd47df0ee308064beea72f7da5db49
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 22 18:52:09 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 22 19:14:50 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=96892a22
7
8 app-arch/lxqt-archiver: Sync with Gentoo ebuild repo
9
10 Package-Manager: Portage-3.0.23, Repoman-3.0.3
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild | 18 ++++++++++++------
14 app-arch/lxqt-archiver/metadata.xml | 11 +++++++----
15 2 files changed, 19 insertions(+), 10 deletions(-)
16
17 diff --git a/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild b/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild
18 index f8b1ad26..1cec1b43 100644
19 --- a/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild
20 +++ b/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild
21 @@ -16,26 +16,32 @@ else
22 KEYWORDS="~amd64 ~riscv ~x86"
23 fi
24
25 -LICENSE="GPL-2"
26 +LICENSE="GPL-2 GPL-2+"
27 SLOT="0"
28
29 BDEPEND="
30 dev-qt/linguist-tools:5
31 - >=dev-util/lxqt-build-tools-0.6.0
32 + >=dev-util/lxqt-build-tools-0.9.0
33 "
34 -RDEPEND="
35 +DEPEND="
36 dev-libs/json-glib
37 dev-qt/qtcore:5
38 - dev-qt/qtdbus:5
39 dev-qt/qtgui:5
40 dev-qt/qtwidgets:5
41 dev-qt/qtx11extras:5
42 - >=x11-libs/libfm-qt-0.14.0
43 + >=x11-libs/libfm-qt-0.17.0
44 "
45 -DEPEND="${RDEPEND}"
46 +RDEPEND="${DEPEND}"
47
48 pkg_postinst() {
49 xdg_desktop_database_update
50 +
51 + elog "Please note that this is only a graphical front-end, and additional"
52 + elog "packages are needed to have support for specific file formats."
53 + elog "For example, to be able to work with the 7-Zip format, the"
54 + elog "'app-arch/p7zip' package may be used."
55 + elog "For the full list of supported formats, see the 'README.md' file:"
56 + elog "https://github.com/lxqt/lxqt-archiver/blob/master/README.md"
57 }
58
59 pkg_postrm() {
60
61 diff --git a/app-arch/lxqt-archiver/metadata.xml b/app-arch/lxqt-archiver/metadata.xml
62 index b2bd638a..419d0496 100644
63 --- a/app-arch/lxqt-archiver/metadata.xml
64 +++ b/app-arch/lxqt-archiver/metadata.xml
65 @@ -1,8 +1,11 @@
66 <?xml version="1.0" encoding="UTF-8"?>
67 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
68 <pkgmetadata>
69 -<maintainer type="project">
70 - <email>lxqt@g.o</email>
71 - <name>LXQt</name>
72 - </maintainer>
73 + <maintainer type="project">
74 + <email>lxqt@g.o</email>
75 + <name>LXQt</name>
76 + </maintainer>
77 + <upstream>
78 + <remote-id type="github">lxqt/lxqt-archiver</remote-id>
79 + </upstream>
80 </pkgmetadata>