mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
kde-misc/kio-fuse: add 5.1.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST kio-fuse-5.1.0.tar.xz 48820 BLAKE2B 0b1ebbac218501931b7c160a3fecea6d45ef15feec0d67edd88ba11f13e6ee707362a1358e4effc623c6467b86ae0a95d9a5690d8f0df36d26c4d3495883bbd4 SHA512 273b75fe90f8cb31ee0f611716bf05384d78d21747cb43785bb7a91037ca9ac30233aee5081e467d46aa21aa03f4c0fc7583334fe34dec7530c89c818db41a4b
|
||||
DIST kio-fuse-5.1.1.tar.xz 49404 BLAKE2B 470d5fbdaf63429797da1d1fb73a3e04a3f68fdda1ddb7fb53ef47ae404435138e5435111f40bbd565364190b88c46dd09137fcb122aea48a93a0ff1c2988fe5 SHA512 1a529f43ac96ad3e7cfa684bb056ed70089a73bf858969cb09f297967a1d3f49d25586d75c30ae5a636cf946d09d97a5c286156e79d12f5c6105a1b965e3c1e8
|
||||
|
||||
43
kde-misc/kio-fuse/kio-fuse-5.1.1.ebuild
Normal file
43
kde-misc/kio-fuse/kio-fuse-5.1.1.ebuild
Normal file
@@ -0,0 +1,43 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
ECM_TEST="true"
|
||||
KFMIN=6.16.0
|
||||
QTMIN=6.8.1
|
||||
inherit ecm kde.org linux-info tmpfiles
|
||||
|
||||
DESCRIPTION="FUSE interface for KIO"
|
||||
HOMEPAGE="https://feverfew.home.blog/2019/12/24/kiofuse-beta-4-9-0-released/"
|
||||
|
||||
if [[ ${KDE_BUILD_TYPE} = release ]]; then
|
||||
SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
|
||||
KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="6"
|
||||
IUSE=""
|
||||
|
||||
RESTRICT="test" # depend on fuse kernel module
|
||||
|
||||
DEPEND="
|
||||
>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
|
||||
>=kde-frameworks/kcoreaddons-${KFMIN}:6
|
||||
>=kde-frameworks/ki18n-${KFMIN}:6
|
||||
>=kde-frameworks/kio-${KFMIN}:6
|
||||
sys-fs/fuse:3=
|
||||
"
|
||||
RDEPEND="${DEPEND}
|
||||
!${CATEGORY}/${PN}:5
|
||||
"
|
||||
|
||||
pkg_setup() {
|
||||
local CONFIG_CHECK="~FUSE_FS"
|
||||
linux-info_pkg_setup
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
tmpfiles_process "${PN}-tmpfiles.conf"
|
||||
}
|
||||
Reference in New Issue
Block a user