commit: 001eccbd8b427e5f516799e336ddf103a987bbbe Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org> AuthorDate: Wed Nov 5 13:22:46 2025 +0000 Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org> CommitDate: Wed Nov 5 19:09:41 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=001eccbd
x11-libs/libfm-qt: add 2.3.0 Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org> x11-libs/libfm-qt/Manifest | 1 + x11-libs/libfm-qt/libfm-qt-2.3.0.ebuild | 37 +++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/x11-libs/libfm-qt/Manifest b/x11-libs/libfm-qt/Manifest index 6284ac657094..48a03e1a86b9 100644 --- a/x11-libs/libfm-qt/Manifest +++ b/x11-libs/libfm-qt/Manifest @@ -1,3 +1,4 @@ DIST libfm-qt-2.0.2.tar.xz 412452 BLAKE2B ce63a75722769fcef4766461bea66f26579c0a37a73f4ce8b0ee976a53beea5bdf431c515d5f0195c02ddf46407802027d05709b8baf2bf1349578a38a33e8e8 SHA512 479a7de05096b0c7763676e8eef5fa83ec06b4a5bc7bde697a265b2ba3ec79f6733169bf4b4aeef807df44660790b3d68f873c3a428f45aa38820bd861ca881b DIST libfm-qt-2.1.0.tar.xz 418828 BLAKE2B 7055d4735b8f07ebf55a279404a531eabfb116f17c540aaf349874acef1c573a2d06fbfc084b04ca396c46a79122d9d326876bc694aa62c9a2ec95f51be75b8b SHA512 8e38648d882f88a34f0e1a17e6f2ba9e8c11cfce3a6afdc77e525f5078ede240b032df7fd76c50b42d1f81db46be0dd5af949879dcf70c2fd7081e9e776e18bc DIST libfm-qt-2.2.0.tar.xz 423884 BLAKE2B 7a8d74c4e273f364fc1866f21235b26155bc3c76690607dc678390bfbc9e60babe85760b72345932d5a8bea478a97d8870b1c0692e8323037174c157139fc9cd SHA512 9b5c8ba0cfd71861396cb8ba2a6d3cb13850f631b949dd0885abe9d829d703c02da3a72564819f74db5d28fb430d8a8599cfee717fc757533f6a37f0d8de74ad +DIST libfm-qt-2.3.0.tar.xz 428168 BLAKE2B 75f13ebc3e8a7de76facd1f874256962ba9eaf50431f37ff0dfcdd58fa1cd423551a2caf57bdf6685840bd82fe3034c569d8cd7d9bcb9d81b066700beddc4bfa SHA512 939c911583611a19d180647725a23df65e1fa9cdef8e6f451902576765abc2eae075a648730770a4f2e9c9d81a95f21fea8d8a8e66a725f194fd43265e58e2c1 diff --git a/x11-libs/libfm-qt/libfm-qt-2.3.0.ebuild b/x11-libs/libfm-qt/libfm-qt-2.3.0.ebuild new file mode 100644 index 000000000000..4104bdb77838 --- /dev/null +++ b/x11-libs/libfm-qt/libfm-qt-2.3.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +MY_PV="$(ver_cut 1-2)" + +inherit cmake xdg + +DESCRIPTION="Qt Library for Building File Managers" +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 ~arm64 ~ppc64 ~riscv ~x86" +fi + +LICENSE="BSD GPL-2+ LGPL-2.1+" +SLOT="0/17" + +BDEPEND=" + >=dev-qt/qttools-6.6:6[linguist] + >=dev-util/lxqt-build-tools-2.3.0 + virtual/pkgconfig +" +DEPEND=" + dev-libs/glib:2 + >=dev-qt/qtbase-6.6:6=[gui,widgets,X] + >=lxde-base/menu-cache-1.1.0:= + =lxqt-base/lxqt-menu-data-${MY_PV}* + media-libs/libexif + x11-libs/libxcb:= +" +RDEPEND="${DEPEND}"
