Diff cairo-clock-0.3.4-r2 with a cairo-clock-0.3.4-r3
/usr/portage/x11-misc/cairo-clock/cairo-clock-0.3.4-r3.ebuild 2024-07-02 13:51:49.973851609 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2021 Gentoo Authors |
|
1 |
# Copyright 1999-2024 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 |
inherit autotools |
6 | 7 | |
7 | 8 |
DESCRIPTION="An analog clock displaying the system-time" |
... | ... | |
20 | 21 |
>=x11-libs/gtk+-2.10:2 |
21 | 22 |
>=x11-libs/pango-1.10 |
22 | 23 |
" |
23 |
DEPEND=" |
|
24 |
${RDEPEND} |
|
24 |
DEPEND="${RDEPEND}" |
|
25 |
# autoconf-archive for F_S patch |
|
26 |
BDEPEND=" |
|
25 | 27 |
dev-util/intltool |
26 |
virtual/pkgconfig |
|
28 |
dev-build/autoconf-archive |
|
27 | 29 |
sys-devel/gettext |
30 |
virtual/pkgconfig |
|
28 | 31 |
" |
32 | ||
29 | 33 |
PATCHES=( |
30 | 34 |
"${FILESDIR}"/${P}-desktop.patch |
31 | 35 |
"${FILESDIR}"/${P}-linker.patch |
36 |
"${FILESDIR}"/${P}-fortify-source.patch |
|
32 | 37 |
) |
33 | 38 | |
34 | 39 |
src_prepare() { |