Diff xfce4-calculator-plugin-0.7.1 with a xfce4-calculator-plugin-0.7.2

/usr/portage/xfce-extra/xfce4-calculator-plugin/xfce4-calculator-plugin-0.7.2.ebuild 2023-10-09 14:52:36.008368514 +0300
1
# Copyright 1999-2021 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

  
6 6
inherit xdg-utils
7 7

  
8 8
DESCRIPTION="A calculator plugin for the Xfce4 panel"
9
HOMEPAGE="https://docs.xfce.org/panel-plugins/xfce4-calculator-plugin"
10 9
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
10
HOMEPAGE="
11
	https://docs.xfce.org/panel-plugins/xfce4-calculator-plugin/start
12
	https://gitlab.xfce.org/panel-plugins/xfce4-calculator-plugin/
13
"
11 14

  
12 15
LICENSE="GPL-2+"
13 16
SLOT="0"
14 17
KEYWORDS="~amd64 ~riscv ~x86"
15 18

  
16
RDEPEND="
19
DEPEND="
20
	>=dev-libs/glib-2.50.0
17 21
	x11-libs/libX11
18
	>=x11-libs/gtk+-3.22:3
19
	>=xfce-base/libxfce4ui-4.12:=
20
	>=xfce-base/libxfce4util-4.12:=
21
	>=xfce-base/xfce4-panel-4.12:="
22
DEPEND="${RDEPEND}"
22
	>=x11-libs/gtk+-3.22.0:3
23
	>=xfce-base/libxfce4ui-4.12.0:=
24
	>=xfce-base/libxfce4util-4.12.0:=
25
	>=xfce-base/xfce4-panel-4.12.0:=
26
"
27
RDEPEND="
28
	${DEPEND}
29
"
23 30
BDEPEND="
24 31
	dev-util/intltool
25 32
	sys-devel/gettext
26
	virtual/pkgconfig"
33
	virtual/pkgconfig
34
"
27 35

  
28 36
src_install() {
29 37
	default
Thank you!