Сравнение pidgin-2.14.10-r1 с pidgin-2.14.12
/usr/portage/net-im/pidgin/pidgin-2.14.12.ebuild 2023-10-09 14:52:34.448368475 +0300 | ||
---|---|---|
4 | 4 |
EAPI=8 |
5 | 5 | |
6 | 6 |
GENTOO_DEPEND_ON_PERL=no |
7 |
PYTHON_COMPAT=( python3_{9..10} ) |
|
7 |
PYTHON_COMPAT=( python3_{9..11} ) |
|
8 | 8 | |
9 | 9 |
inherit autotools gnome2-utils flag-o-matic perl-module python-single-r1 xdg |
10 | 10 | |
... | ... | |
74 | 74 |
" |
75 | 75 | |
76 | 76 |
# We want nls in case gtk is enabled, bug # |
77 |
NLS_DEPEND=">=dev-util/intltool-0.41.1 sys-devel/gettext" |
|
78 | ||
79 |
DEPEND="${RDEPEND} |
|
77 |
NLS_DEPEND=" |
|
78 |
>=dev-util/intltool-0.41.1 |
|
79 |
sys-devel/gettext |
|
80 |
" |
|
81 |
DEPEND=" |
|
82 |
${RDEPEND} |
|
80 | 83 |
gtk? ( |
81 | 84 |
x11-base/xorg-proto |
82 | 85 |
${NLS_DEPEND} |
... | ... | |
134 | 137 |
# x11-plugins/pidgin-sendscreenshot |
135 | 138 |
# x11-plugins/pidgimpd |
136 | 139 | |
137 |
PATCHES=( "${FILESDIR}/${PN}-2.10.9-irc_join_sleep.patch" ) # 577286 |
|
138 | ||
139 | 140 |
pkg_pretend() { |
140 | 141 |
if ! use gtk && ! use ncurses ; then |
141 | 142 |
elog "You did not pick the ncurses or gtk use flags, only libpurple" |