aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-09-22 20:52:09 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-09-22 21:14:50 +0200
commit96892a2263fd47df0ee308064beea72f7da5db49 (patch)
tree47680fefbe53bcedd49a2e73fe06995f5ed69e3d /app-arch
parentlxqt-base/lxqt-sudo: Sync with Gentoo ebuild repo (diff)
downloadqt-96892a2263fd47df0ee308064beea72f7da5db49.tar.gz
qt-96892a2263fd47df0ee308064beea72f7da5db49.tar.bz2
qt-96892a2263fd47df0ee308064beea72f7da5db49.zip
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@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r--app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild18
-rw-r--r--app-arch/lxqt-archiver/metadata.xml11
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>lxqt@gentoo.org</email>
- <name>LXQt</name>
- </maintainer>
+ <maintainer type="project">
+ <email>lxqt@gentoo.org</email>
+ <name>LXQt</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">lxqt/lxqt-archiver</remote-id>
+ </upstream>
</pkgmetadata>