Diff ibus-1.5.28 with a ibus-1.5.28-r1
/usr/portage/app-i18n/ibus/ibus-1.5.28-r1.ebuild 2023-10-09 14:52:28.760368332 +0300 | ||
---|---|---|
7 | 7 | |
8 | 8 |
inherit autotools bash-completion-r1 gnome2-utils python-r1 toolchain-funcs vala virtualx xdg-utils |
9 | 9 | |
10 |
UPSTREAM_VER=0 |
|
10 | 11 |
GENTOO_VER= |
11 | 12 |
DESCRIPTION="Intelligent Input Bus for Linux / Unix OS" |
12 | 13 |
HOMEPAGE="https://github.com/ibus/ibus/wiki" |
13 | 14 | |
15 |
[[ -n ${UPSTREAM_VER} ]] && \ |
|
16 |
UPSTREAM_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${P}-upstream-patches-${UPSTREAM_VER}.tar.xz" |
|
14 | 17 |
[[ -n ${GENTOO_VER} ]] && \ |
15 | 18 |
GENTOO_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${P}-gentoo-patches-${GENTOO_VER}.tar.xz" |
16 | 19 |
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz |
17 |
${GENTOO_PATCHSET_URI}" |
|
20 |
${UPSTREAM_PATCHSET_URI} ${GENTOO_PATCHSET_URI}" |
|
18 | 21 | |
19 | 22 |
LICENSE="LGPL-2.1" |
20 | 23 |
SLOT="0" |
21 |
KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" |
|
24 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" |
|
22 | 25 |
IUSE="X appindicator +emoji gtk2 +gtk3 +gtk4 +gui +introspection libnotify nls +python systemd test +unicode vala wayland" |
23 | 26 |
RESTRICT="!test? ( test )" |
24 | 27 |
REQUIRED_USE=" |
... | ... | |
94 | 97 |
if ! use appindicator; then |
95 | 98 |
touch ui/gtk3/panel.vala || die |
96 | 99 |
fi |
100 | ||
101 |
if [[ -n ${UPSTREAM_VER} ]]; then |
|
102 |
einfo "Try to apply Upstream specific patch set" |
|
103 |
eapply "${WORKDIR}"/patches-upstream/*.patch |
|
104 |
fi |
|
105 | ||
97 | 106 |
if [[ -n ${GENTOO_VER} ]]; then |
98 | 107 |
einfo "Try to apply Gentoo specific patch set" |
99 | 108 |
eapply "${WORKDIR}"/patches-gentoo/*.patch |