app-i18n/ibus: Update to release version
This commit is contained in:
parent
33fea14403
commit
ba67f1766e
2 changed files with 3 additions and 4 deletions
|
@ -1 +1 @@
|
|||
DIST ibus-1.5.32-beta2.tar.gz 4183779 BLAKE2B db4e5bcb3114c508481cb444304d7bb9708f2e446c4af9211d834761f0123d2d6cd171f1354ec380ae42d23356d43c43c0a3fbb767ed9c14df715d27977405d0 SHA512 fd315d94592111e0e63e6a5f9d6c563de6137c8ba90ed0e65786c549d256d1a1a0a574c0ff782845cf10e119b25ce750cf2ae172a0d6bf769d21473295f2d52e
|
||||
DIST ibus-1.5.32.tar.gz 4192999 BLAKE2B 6f69a92993e378c25473e51cdffd66b9180b163c2206a8256bb7c181fc2e54535d0254c62ac8fd8dd162f7d35aa32d7ae5982f7c786310b1327ba1f3ccd932e6 SHA512 2c63cab1fe553cb8f3ce00d22f3374e396f8cb3f9e66b81b8c8c59d141eb68d036549460ac0b836e93b0261c185a33aba0fc930178fd04d142344324e1562b9c
|
||||
|
|
|
@ -14,14 +14,13 @@ MY_PV=$(ver_rs 3 '-')
|
|||
GENTOO_VER=
|
||||
[[ -n ${GENTOO_VER} ]] && \
|
||||
GENTOO_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${P}-gentoo-patches-${GENTOO_VER}.tar.xz"
|
||||
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${MY_PV}-beta2/${PN}-${MY_PV}-beta2.tar.gz
|
||||
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${MY_PV}/${PN}-${MY_PV}.tar.gz
|
||||
${GENTOO_PATCHSET_URI}"
|
||||
S="${S}-beta2"
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64"
|
||||
IUSE="X appindicator +emoji gtk2 +gtk3 +gtk4 +gui +introspection libnotify nls +python systemd test +unicode vala +wayland"
|
||||
IUSE="X appindicator +emoji gtk2 +gtk3 +gtk4 +gui +introspection libnotify nls +python systemd test +unicode vala wayland"
|
||||
RESTRICT="!test? ( test ) mirror"
|
||||
REQUIRED_USE="
|
||||
appindicator? ( gtk3 )
|
Loading…
Add table
Reference in a new issue