Сравнение libfm-qt-2.0.2-r1 с libfm-qt-2.1.0

/usr/portage/x11-libs/libfm-qt/libfm-qt-2.1.0.ebuild 2025-07-29 16:22:17.964470355 +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/"
......
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
}
Спасибо!