diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-04-21 23:00:32 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-04-21 23:00:32 +0000 |
| commit | 99f39a7cabc52da78c2ca314f1427cb76f0ffe63 (patch) | |
| tree | b730100803af795906e3f2f967d630c3b1a5015c /app-arch | |
| parent | 7a9d8caa231727ec9a1f2581be86973de06b58e4 (diff) | |
| download | baldeagleos-repo-99f39a7cabc52da78c2ca314f1427cb76f0ffe63.tar.gz baldeagleos-repo-99f39a7cabc52da78c2ca314f1427cb76f0ffe63.tar.xz baldeagleos-repo-99f39a7cabc52da78c2ca314f1427cb76f0ffe63.zip | |
Adding metadata
Diffstat (limited to 'app-arch')
| -rw-r--r-- | app-arch/lxqt-archiver/Manifest | 1 | ||||
| -rw-r--r-- | app-arch/lxqt-archiver/lxqt-archiver-1.4.0.ebuild | 49 |
2 files changed, 50 insertions, 0 deletions
diff --git a/app-arch/lxqt-archiver/Manifest b/app-arch/lxqt-archiver/Manifest index 50e877fd3584..32880222962e 100644 --- a/app-arch/lxqt-archiver/Manifest +++ b/app-arch/lxqt-archiver/Manifest @@ -1 +1,2 @@ DIST lxqt-archiver-1.3.0.tar.xz 198084 BLAKE2B 4a19778493febad3b704ea78e2c3d66827df54ddd50dae4861a0b2a91832747a0f8a2e9bc7173b706781b5d851223c683565569231a2486cd7ddbf853166d941 SHA512 4c57828cb451f142f1757dc7316ee47085f1a5eba2b19aa69ec38a3a26ca2434b5ac83365a84fde9c8c656a6f81c8750eaf9c879a1a2e8a2a8a7c1796aecc673 +DIST lxqt-archiver-1.4.0.tar.xz 205660 BLAKE2B f28b2cbe583224841029c1ad6d889e3e373014898ccc5d89d102018ddc36f55f7b43f3e14bd67939c093eef25372722f9919f5d758b830604afab68d1bcf4499 SHA512 99c55d02d4b286bcb6ee0822adcb279df1dc90bab337d575b353ca86349f7c5a611e74241c7fc2647a692fea275a7201c28a8fa554e0d51903c1508aedff1112 diff --git a/app-arch/lxqt-archiver/lxqt-archiver-1.4.0.ebuild b/app-arch/lxqt-archiver/lxqt-archiver-1.4.0.ebuild new file mode 100644 index 000000000000..f5c8e46877d0 --- /dev/null +++ b/app-arch/lxqt-archiver/lxqt-archiver-1.4.0.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake xdg + +MY_PV="$(ver_cut 1-2)" + +DESCRIPTION="Qt GUI File Archiver" +HOMEPAGE=" + https://lxqt-project.org/ + https://github.com/lxqt/lxqt-archiver/ +" + +if [[ ${PV} == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/lxqt/${PN}.git" +else + SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz" + KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +fi + +LICENSE="GPL-2 GPL-2+" +SLOT="0" + +BDEPEND=" + >=dev-qt/qttools-6.6:6[linguist] + >=dev-util/lxqt-build-tools-2.4.0 +" +DEPEND=" + dev-libs/glib:2 + dev-libs/json-glib + >=dev-qt/qtbase-6.6:6[gui,widgets] + >=x11-libs/libfm-qt-2.4:= +" +RDEPEND="${DEPEND}" + +pkg_postinst() { + xdg_desktop_database_update + xdg_icon_cache_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" +} |
