commit: 96892a2263fd47df0ee308064beea72f7da5db49
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 22 18:52:09 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Sep 22 19:14:50 2021 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=96892a22
app-arch/lxqt-archiver: Sync with Gentoo ebuild repo
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild | 18 ++++++++++++------
app-arch/lxqt-archiver/metadata.xml | 11 +++++++----
2 files changed, 19 insertions(+), 10 deletions(-)
diff --git a/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild
b/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild
index f8b1ad26..1cec1b43 100644
--- a/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild
+++ b/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild
@@ -16,26 +16,32 @@ else
KEYWORDS="~amd64 ~riscv ~x86"
fi
-LICENSE="GPL-2"
+LICENSE="GPL-2 GPL-2+"
SLOT="0"
BDEPEND="
dev-qt/linguist-tools:5
- >=dev-util/lxqt-build-tools-0.6.0
+ >=dev-util/lxqt-build-tools-0.9.0
"
-RDEPEND="
+DEPEND="
dev-libs/json-glib
dev-qt/qtcore:5
- dev-qt/qtdbus:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
dev-qt/qtx11extras:5
- >=x11-libs/libfm-qt-0.14.0
+ >=x11-libs/libfm-qt-0.17.0
"
-DEPEND="${RDEPEND}"
+RDEPEND="${DEPEND}"
pkg_postinst() {
xdg_desktop_database_update
+
+ elog "Please note that this is only a graphical front-end, and
additional"
+ elog "packages are needed to have support for specific file formats."
+ elog "For example, to be able to work with the 7-Zip format, the"
+ elog "'app-arch/p7zip' package may be used."
+ elog "For the full list of supported formats, see the 'README.md' file:"
+ elog "https://github.com/lxqt/lxqt-archiver/blob/master/README.md"
}
pkg_postrm() {
diff --git a/app-arch/lxqt-archiver/metadata.xml
b/app-arch/lxqt-archiver/metadata.xml
index b2bd638a..419d0496 100644
--- a/app-arch/lxqt-archiver/metadata.xml
+++ b/app-arch/lxqt-archiver/metadata.xml
@@ -1,8 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="project">
- <email>[email protected]</email>
- <name>LXQt</name>
- </maintainer>
+ <maintainer type="project">
+ <email>[email protected]</email>
+ <name>LXQt</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">lxqt/lxqt-archiver</remote-id>
+ </upstream>
</pkgmetadata>