Diff xpad-5.4.0 with a xpad-5.7.0
/usr/portage/x11-misc/xpad/xpad-5.7.0.ebuild 2023-10-09 14:52:35.956368513 +0300 | ||
---|---|---|
1 | 1 |
# Copyright 1999-2022 Gentoo Authors |
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 |
EAPI=7 |
|
5 |
inherit autotools |
|
4 |
EAPI=8 |
|
5 | ||
6 |
inherit autotools xdg-utils |
|
6 | 7 | |
7 | 8 |
DESCRIPTION="A sticky note application for GTK" |
8 | 9 |
HOMEPAGE="https://launchpad.net/xpad" |
... | ... | |
13 | 14 |
KEYWORDS="amd64 ~arm ppc x86" |
14 | 15 | |
15 | 16 |
RDEPEND=" |
16 |
>=dev-libs/glib-2.56:2 |
|
17 | 17 |
|| ( |
18 | 18 |
>=app-accessibility/at-spi2-core-2.46.0:2 |
19 | 19 |
( app-accessibility/at-spi2-atk dev-libs/atk ) |
20 | 20 |
) |
21 |
sys-devel/gettext |
|
21 |
>=dev-libs/glib-2.58:2 |
|
22 | 22 |
x11-libs/gdk-pixbuf |
23 | 23 |
x11-libs/gtk+:3[X] |
24 |
x11-libs/gtksourceview:3.0 |
|
24 |
x11-libs/gtksourceview:4 |
|
25 | 25 |
x11-libs/libICE |
26 | 26 |
x11-libs/libSM |
27 | 27 |
x11-libs/pango |
28 | 28 |
" |
29 |
DEPEND=" |
|
30 |
${RDEPEND} |
|
31 |
>=dev-util/intltool-0.31 |
|
29 |
DEPEND="${RDEPEND}" |
|
30 |
BDEPEND=">=dev-util/intltool-0.31 |
|
32 | 31 |
sys-devel/gettext |
33 |
virtual/pkgconfig |
|
34 |
" |
|
32 |
virtual/pkgconfig" |
|
35 | 33 | |
36 | 34 |
src_prepare() { |
37 | 35 |
default |
38 | 36 | |
39 | 37 |
eautoreconf |
40 | 38 |
} |
39 | ||
40 |
pkg_postinst() { |
|
41 |
xdg_icon_cache_update |
|
42 |
} |
|
43 | ||
44 |
pkg_postrm() { |
|
45 |
xdg_icon_cache_update |
|
46 |
} |