net-im/gajim: Version bump 1.1.3
the build was successful Details

Package-Manager: Portage-2.3.62, Repoman-2.3.11
Manifest-Sign-Key: 3555266864CA6D7FF45AA6E7CFC39497F1B26E07
This commit is contained in:
tastytea 2019-04-24 10:07:50 +02:00
parent ccdc81eb56
commit 604c1a5c49
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
2 changed files with 110 additions and 4 deletions

View File

@ -4,12 +4,14 @@ Hash: SHA256
AUX disable-gspell-1.1.0.patch 679 BLAKE2B 1839fbb18127f155060895ffab92d2aa1b4fcab1fcf70c63fa19f729d34f92f47bfb2edfbf26c493ae11ed37817d3981d51996a1901ce8f8298163ebedf0e214 SHA512 cecfb65f055cb5fa7045ccce54fa919fe7051e593b475067ee1de201cc356bbaefd5d646e60feaa2ead83d1d36a9812565bbabc267d14c3df278613f52197910
AUX disable-gspell.patch 798 BLAKE2B 2d5c3d413f078e171e0e7cfc144731302e137c53b7b52cfac3aeb92fc8eb399f8865d25b89c589c1e017a43c4903ed11b1bc3f24f1001b538513a5096e6d29ff SHA512 6dfbbe82517c73412512916480bca049588728cac92099a418b1a2be47480131032cb7536cf67896e8511232d4ce1a9576406326bd237b4ae1f799ffc3a2c83c
DIST gajim-gajim-1.1.2.tar.bz2 8207672 BLAKE2B 75d0b967c1470d32a21a120a61e01d19ed0dd9ca77752f22e2272aefc056ac3c0baa19989ae1762232355eabf69bc8bb501f974978601bcf2f6f052b0827ab00 SHA512 c1c1f68559b75dd54358d5cfe9024c672aa451d79633ad39e81879348692294ad8b4eb56d8c5c2dabdf2765aaed28100a5f2a48ea3937c00a968793c1144d3f3
DIST gajim-gajim-1.1.3.tar.bz2 8221165 BLAKE2B e1ebb353934929301a297793401c3e3d644805216278965ebfe85a184548c865770d8546e3b7e6bada172c6b968703b46b3663a63e6d4c5bc1e9d41fc9cd3df0 SHA512 04f6d3e86995186e5ab85a720dac37d0ed12896aa75185d26e46a6e29d48f8f5d6c627714590350741972f82749cd1f5cc9e2b6a88a38537741e81c643166d89
EBUILD gajim-1.1.2.ebuild 3025 BLAKE2B bab066a0e745087f5a44be8ac12c2e21f47f212c58e6f39641d6053114ddbb0669ade726eb82c8dc717beb22ad703d799f4538be3327caa29c1957907fb44250 SHA512 4aebcc221c6458941551314c275628ec73c0f4e84351a192a7aed5b3df69bfdc33b8acd827e31d678f1cdf690cec9dee7be160cb163a2d2f52a0f55d0d8a82fd
EBUILD gajim-1.1.3.ebuild 2882 BLAKE2B 2f56cae5d83a8b5279b2819d141925226d147c7dfe55507aed16ed2ceff4226e4f2ed35eedef507689ad3b9ba5e8f0b0d93fec42815cd267c10fc92379c228f8 SHA512 421fb1657fc90b28a22d5fb8ae80eabc9c9e2da1d960d511597362fc1c1f2fbee00cf03b171ca205f09da5a2bb277c1b70eabbc3d40d5b954dd27ed89fc985dd
MISC metadata.xml 807 BLAKE2B 1fd3f760c7dbc30a7396142f2fb2abe8fb896757a1b36cb9fb77db41ba9f825d5ea72bd1f7038a888738f81d4cf09a0fc8cb818dd769b34f1c76b573d200cfff SHA512 d7f93ff96e63bba7ef947bfc69019cad0b22fd2b2c0b65cbe4653a632759bf52849f46ec0c082bbb49a8dc32211c5c89ba800837c53f0642970b83002cb32787
-----BEGIN PGP SIGNATURE-----
iHUEAREIAB0WIQQ1VSZoZMptf/RapufPw5SX8bJuBwUCXD5tTwAKCRDPw5SX8bJu
B6ppAP400WV/ooBUjrN84UYkzAjQAlQYsDgM5LYCcahIkhS/ywD/YXd5Qhxlf7sD
zcXys1MhNodwBClph5p2yWbq13w6c7w=
=4W7R
iHUEAREIAB0WIQQ1VSZoZMptf/RapufPw5SX8bJuBwUCXMAZVgAKCRDPw5SX8bJu
B5DqAQCIB00mAuBcxIlyFIf2XribvltDPB8fXR/r1bsk0ruWgAEAgWCG8po/eQLy
lGcfyjl2iaW7orqXm81jk53oxwHqrDc=
=N6Mv
-----END PGP SIGNATURE-----

View File

@ -0,0 +1,104 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python3_{5,6} )
PYTHON_REQ_USE="sqlite,xml"
DISTUTILS_SINGLE_IMPL=1
inherit distutils-r1 eapi7-ver gnome2-utils xdg-utils
DESCRIPTION="Jabber client written in PyGTK"
HOMEPAGE="https://www.gajim.org/"
SRC_URI="https://dev.gajim.org/gajim/gajim/-/archive/gajim-${PV}/gajim-gajim-${PV}.tar.bz2"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
IUSE="gpg +crypt remote idle jingle keyring networkmanager upnp geoclue spell +webp rst omemo"
COMMON_DEPEND="
dev-libs/gobject-introspection[cairo,${PYTHON_USEDEP}]
x11-libs/gtk+:3[introspection]
"
DEPEND="
${COMMON_DEPEND}
app-arch/unzip
>=dev-util/intltool-0.40.1
virtual/pkgconfig
>=sys-devel/gettext-0.17-r1
"
RDEPEND="
${COMMON_DEPEND}
dev-python/pyasn1[${PYTHON_USEDEP}]
dev-python/pycairo[${PYTHON_USEDEP}]
dev-python/pygobject:3[${PYTHON_USEDEP}]
>=dev-python/python-nbxmpp-0.6.9[${PYTHON_USEDEP}]
dev-python/pyopenssl[${PYTHON_USEDEP}]
>=dev-python/cssutils-1.0.2[${PYTHON_USEDEP}]
dev-python/idna[${PYTHON_USEDEP}]
dev-python/precis-i18n[${PYTHON_USEDEP}]
dev-python/pycurl[${PYTHON_USEDEP}]
crypt? ( dev-python/pycryptodome[${PYTHON_USEDEP}] )
gpg? ( >=dev-python/python-gnupg-0.4.0[${PYTHON_USEDEP}] )
idle? ( x11-libs/libXScrnSaver )
remote? (
>=dev-python/dbus-python-1.2.0[${PYTHON_USEDEP}]
dev-libs/dbus-glib
)
rst? ( dev-python/docutils[${PYTHON_USEDEP}] )
keyring? ( dev-python/keyring[${PYTHON_USEDEP}] )
jingle? (
net-libs/farstream:0.2[introspection]
media-libs/gstreamer:1.0[introspection]
media-libs/gst-plugins-base:1.0[introspection]
media-libs/gst-plugins-ugly:1.0
)
networkmanager? ( net-misc/networkmanager[introspection] )
upnp? ( net-libs/gupnp-igd[introspection] )
geoclue? ( app-misc/geoclue[introspection] )
spell? (
app-text/gspell[introspection]
app-text/hunspell
)
omemo? (
dev-python/python-axolotl[${PYTHON_USEDEP}]
dev-python/qrcode[${PYTHON_USEDEP}]
)
webp? ( dev-python/pillow[${PYTHON_USEDEP}] )
"
RESTRICT="test"
S="${WORKDIR}/gajim-${P}"
src_prepare() {
default
use spell || eapply "${FILESDIR}/disable-gspell-1.1.0.patch"
use keyring || sed -i 's/keyring//' setup.cfg || die
}
python_install_all() {
distutils-r1_python_install_all
# Gajims build script compresses the man pages. Gentoo would like to
# compress them itself.
gunzip "${D}/usr/share/man/man1/gajim.1.gz"
gunzip "${D}/usr/share/man/man1/gajim-history-manager.1.gz"
use remote && gunzip "${D}/usr/share/man/man1/gajim-remote.1.gz"
}
pkg_postinst() {
gnome2_icon_cache_update
xdg_desktop_database_update
ewarn "If you run into segfaults upon starting, you most likely ran into an issue"
ewarn "with app-text/enchant (bug 662484). Use USE=\"-spell\" to remedy."
}
pkg_postrm() {
gnome2_icon_cache_update
xdg_desktop_database_update
}