diff options
author | Jimi Huotari <chiitoo@gentoo.org> | 2024-11-07 16:26:35 +0200 |
---|---|---|
committer | Jimi Huotari <chiitoo@gentoo.org> | 2024-11-08 01:11:50 +0200 |
commit | 0b5118ef6775dd3d4a0c0677490e5240f123bc99 (patch) | |
tree | 9d27592df4229901f805b6fc926889e2155bb9dd /x11-libs | |
parent | app-arch/lxqt-archiver: add 1.1.0 (diff) | |
download | gentoo-0b5118ef6775dd3d4a0c0677490e5240f123bc99.tar.gz gentoo-0b5118ef6775dd3d4a0c0677490e5240f123bc99.tar.bz2 gentoo-0b5118ef6775dd3d4a0c0677490e5240f123bc99.zip |
x11-libs/libfm-qt: add 2.1.0
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libfm-qt/Manifest | 1 | ||||
-rw-r--r-- | x11-libs/libfm-qt/libfm-qt-2.1.0.ebuild | 37 |
2 files changed, 38 insertions, 0 deletions
diff --git a/x11-libs/libfm-qt/Manifest b/x11-libs/libfm-qt/Manifest index 7896933255e8..f1f32578b6bc 100644 --- a/x11-libs/libfm-qt/Manifest +++ b/x11-libs/libfm-qt/Manifest @@ -2,3 +2,4 @@ DIST libfm-qt-1.1.0.tar.xz 383280 BLAKE2B f01b8d2b21bee05c265f55d6b1c71644001bd6 DIST libfm-qt-1.3.0.tar.xz 388256 BLAKE2B 454b2a685f505ad93c007744d92f9b87cdf2c02b65467762a337b021f9be648be92497e539d419b7a46556a281ee2b1f56fe57fbbdb8d3cf0d661f6f3260c8aa SHA512 fd7ecc1a8e94893682b7e0ca76805b36dbf184a4f2f7d84008ef81ea2257d994db0f8f8e18f890b8554fd1f20e23f8d7f20cf6b3112b32d66c969b683f8db3ba DIST libfm-qt-1.4.0.tar.xz 398004 BLAKE2B fbae0e86d468ce9b83b06c342a0473c9f44fe301c03b64e472f86791f297d99c3d2e52e482edcd7adc38683de71958b210e89dbb662e0f924c3b71df53e8c885 SHA512 d5a9bbb1f295dfbe88add760fc9c8da60771d4d49b64408b1278315b52dd071d7e24dbc9ff8354f0c68e5ad58e809e78a2dae77e2d4f52cd8e0b8409c0d7f5cb 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 diff --git a/x11-libs/libfm-qt/libfm-qt-2.1.0.ebuild b/x11-libs/libfm-qt/libfm-qt-2.1.0.ebuild new file mode 100644 index 000000000000..6285dfe14826 --- /dev/null +++ b/x11-libs/libfm-qt/libfm-qt-2.1.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2024 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/7" + +BDEPEND=" + >=dev-qt/qttools-6.6:6[linguist] + >=dev-util/lxqt-build-tools-2.1.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-2.1.0 + media-libs/libexif + x11-libs/libxcb:= +" +RDEPEND="${DEPEND}" |