Diff libfm-qt-2.0.2-r1 with a libfm-qt-2.1.0

/usr/portage/x11-libs/libfm-qt/libfm-qt-2.1.0.ebuild 2025-02-03 17:39:35.958678093 +0300
1
# Copyright 1999-2024 Gentoo Authors
1
# Copyright 1999-2025 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5 5

  
6 6
MY_PV="$(ver_cut 1-2)"
7 7

  
8
inherit cmake xdg-utils
8
inherit cmake xdg
9 9

  
10 10
DESCRIPTION="Qt Library for Building File Managers"
11 11
HOMEPAGE="https://lxqt-project.org/"
......
15 15
	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
16 16
else
17 17
	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
18
	KEYWORDS="amd64 arm64 ~ppc64 ~riscv ~x86"
18
	KEYWORDS="~amd64 arm64 ~ppc64 ~riscv ~x86"
19 19
fi
20 20

  
21 21
LICENSE="BSD GPL-2+ LGPL-2.1+"
......
23 23

  
24 24
BDEPEND="
25 25
	>=dev-qt/qttools-6.6:6[linguist]
26
	>=dev-util/lxqt-build-tools-2.0.0
26
	>=dev-util/lxqt-build-tools-2.1.0
27 27
	virtual/pkgconfig
28 28
"
29 29
DEPEND="
30 30
	dev-libs/glib:2
31 31
	>=dev-qt/qtbase-6.6:6=[gui,widgets,X]
32 32
	>=lxde-base/menu-cache-1.1.0:=
33
	>=lxqt-base/lxqt-menu-data-2.0.0
33
	>=lxqt-base/lxqt-menu-data-2.1.0
34 34
	media-libs/libexif
35 35
	x11-libs/libxcb:=
36 36
"
37 37
RDEPEND="${DEPEND}"
38

  
39
pkg_postinst() {
40
	xdg_mimeinfo_database_update
41
}
42

  
43
pkg_postrm() {
44
	xdg_mimeinfo_database_update
45
}
Thank you!