diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-06-18 11:20:50 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-06-18 16:53:06 +0200 |
commit | 701f45557782791dd88ff5ff9762edd442a0e75e (patch) | |
tree | 1e4027219acf2555a48956638eb0d9e43410cc74 /app-arch/lxqt-archiver | |
parent | media-libs/libjpeg-turbo: stable 2.1.5.1 for sparc, bug #908208 (diff) | |
download | gentoo-701f45557782791dd88ff5ff9762edd442a0e75e.tar.gz gentoo-701f45557782791dd88ff5ff9762edd442a0e75e.tar.bz2 gentoo-701f45557782791dd88ff5ff9762edd442a0e75e.zip |
app-arch/lxqt-archiver: drop 0.7.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-arch/lxqt-archiver')
-rw-r--r-- | app-arch/lxqt-archiver/Manifest | 1 | ||||
-rw-r--r-- | app-arch/lxqt-archiver/lxqt-archiver-0.7.0.ebuild | 53 |
2 files changed, 0 insertions, 54 deletions
diff --git a/app-arch/lxqt-archiver/Manifest b/app-arch/lxqt-archiver/Manifest index e77295ec153d..f0e1cdb07aef 100644 --- a/app-arch/lxqt-archiver/Manifest +++ b/app-arch/lxqt-archiver/Manifest @@ -1,2 +1 @@ -DIST lxqt-archiver-0.7.0.tar.xz 181612 BLAKE2B 41ad378f20a9a8f3d7ccfc7406d480eecfad41c991781f503947b37ee26eec5de38b44ea318507dc209a2f2f6d68db65e0f9cdf61920a47fb2d02dd975960f86 SHA512 d86fd636b1b2345ead8c4dc0161311b3e361d274902c5b34b9aaccf1a0b9af46d329fbec0d2249197b8e1c837d6949f723451f67fdc9ca4c6b7f1c2cf59daeca DIST lxqt-archiver-0.8.0.tar.xz 181572 BLAKE2B 7bbd2b229cd8c546c86d742c13dac4bd00e24e85a146879290652a9ae41c9ced621738d06284fe285c81f2d5f8e43a5126b9bc61e286342cfb9d7fa935c330ee SHA512 70266581478e75505f708eccee4fd1680c1ff012dd4e99138d0c2d17fb8dfab24d9d5e5453d5d4a3f7a9b8437e8a980c3edf190f3e319400c46a655ba7db4898 diff --git a/app-arch/lxqt-archiver/lxqt-archiver-0.7.0.ebuild b/app-arch/lxqt-archiver/lxqt-archiver-0.7.0.ebuild deleted file mode 100644 index 064d57260eb4..000000000000 --- a/app-arch/lxqt-archiver/lxqt-archiver-0.7.0.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -MY_PV="$(ver_cut 1-2)" - -inherit cmake xdg-utils - -DESCRIPTION="Qt GUI File Archiver" -HOMEPAGE="https://lxqt-project.org/" - -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 ~loong ~riscv x86" -fi - -LICENSE="GPL-2 GPL-2+" -SLOT="0" - -BDEPEND=" - >=dev-qt/linguist-tools-5.15:5 - >=dev-util/lxqt-build-tools-0.12.0 -" -DEPEND=" - dev-libs/glib:2 - dev-libs/json-glib - >=dev-qt/qtcore-5.15:5 - >=dev-qt/qtgui-5.15:5 - >=dev-qt/qtwidgets-5.15:5 - >=dev-qt/qtx11extras-5.15:5 - >=x11-libs/libfm-qt-1.2:= -" -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" -} - -pkg_postrm() { - xdg_desktop_database_update -} |