net-im/gajim: update to 1.3.2
Changes: https://gajim.org/post/2021-04-24-gajim-1.3.2-released/ Add OPENGPG option (default on) to add dependency required for GPG encryption plugin. PR: 256073 Submitted by: Alastair Hogge <agh@riseup.net>
This commit is contained in:
parent
7682b4ff18
commit
04f0978e3d
2 changed files with 8 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# Created by: Vsevolod Stakhov <vsevolod@highsecure.ru>
|
||||
|
||||
PORTNAME= gajim
|
||||
DISTVERSION= 1.3.1-2
|
||||
DISTVERSION= 1.3.2
|
||||
CATEGORIES= net-im
|
||||
MASTER_SITES= https://gajim.org/downloads/${DISTVERSION:R}/
|
||||
|
||||
|
@ -27,16 +27,16 @@ USE_PYTHON= autoplist distutils noflavors
|
|||
USE_GNOME= pygobject3
|
||||
USE_XORG= x11 xext xscrnsaver
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
|
||||
NO_ARCH= yes
|
||||
DOS2UNIX_FILES= gajim/plugins/plugins_i18n.py
|
||||
INSTALLS_ICONS= yes
|
||||
|
||||
OPTIONS_DEFINE= DBUS DOCS SPELL OMEMO
|
||||
OPTIONS_DEFAULT=DBUS SPELL OMEMO
|
||||
OPTIONS_DEFINE= DBUS DOCS SPELL OMEMO OPENGPG
|
||||
OPTIONS_DEFAULT=DBUS SPELL OMEMO OPENGPG
|
||||
|
||||
SPELL_DESC= Spell checking support
|
||||
OMEMO_DESC= OMEMO end-to-end encryption support
|
||||
OPENGPG_DESC= GPG encryption per XEP-0373
|
||||
|
||||
# GUPNP_DESC= UPnP IGD protocol support
|
||||
|
||||
|
@ -47,6 +47,7 @@ OMEMO_DESC= OMEMO end-to-end encryption support
|
|||
OMEMO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-axolotl>0:security/py-python-axolotl@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}qrcode>0:textproc/py-qrcode@${PY_FLAVOR}
|
||||
DBUS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0.82.2:devel/py-dbus@${PY_FLAVOR}
|
||||
OPENGPG_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gpgme>0:security/py-gpgme@${PY_FLAVOR}
|
||||
SPELL_LIB_DEPENDS= libgspell-1.so:textproc/gspell
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1616058866
|
||||
SHA256 (gajim-1.3.1-2.tar.gz) = 9e6bcfef80104c4ed454ed9f8217b18263461c666a828d53e3736f9323a1f726
|
||||
SIZE (gajim-1.3.1-2.tar.gz) = 9538193
|
||||
TIMESTAMP = 1622106465
|
||||
SHA256 (gajim-1.3.2.tar.gz) = 70ea462b3f3c3b3c0b8d3129fae912d24062e77a8cce80781f69e8f43eda5fee
|
||||
SIZE (gajim-1.3.2.tar.gz) = 9538320
|
||||
|
|
Loading…
Reference in a new issue