summaryrefslogtreecommitdiff
path: root/chat/gajim/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2020-07-08 11:57:12 +0000
committeradam <adam@pkgsrc.org>2020-07-08 11:57:12 +0000
commite4bfa89a2df531093aea92cd91e24aaea8c5c758 (patch)
tree00e61d88f89da6e1ea640e9fb35430b993da16b0 /chat/gajim/Makefile
parentd3cfa934cf38814bd0d36b91f657401a7c9450b6 (diff)
downloadpkgsrc-e4bfa89a2df531093aea92cd91e24aaea8c5c758.tar.gz
gajim: updated to 1.2.0
Gajim 1.2.0 Gajim is a fully-featured XMPP client. It enables you to chat in a decentralized network using one of the many providers available or even your own service. The choice is yours. Gajim offers End-to-End encryption, is extensible, and open-source. More than a year after the release of Gajim 1.1.3 it is finally time for Gajim 1.2. A year of developing new features, cleaning up old code, and bug fixing. Highlights of this release are (amongst others): improved group chat system, completely rewritten network code, and a new account creation assistant. But there is much more to discover.
Diffstat (limited to 'chat/gajim/Makefile')
-rw-r--r--chat/gajim/Makefile29
1 files changed, 20 insertions, 9 deletions
diff --git a/chat/gajim/Makefile b/chat/gajim/Makefile
index 45e8aa236c7..998715f2d6e 100644
--- a/chat/gajim/Makefile
+++ b/chat/gajim/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.53 2020/03/10 22:09:28 wiz Exp $
+# $NetBSD: Makefile,v 1.54 2020/07/08 11:57:12 adam Exp $
-DISTNAME= gajim-1.1.3
-PKGREVISION= 3
+DISTNAME= gajim-1.2.0
CATEGORIES= chat python
-MASTER_SITES= https://www.gajim.org/downloads/1.1/
+MASTER_SITES= https://www.gajim.org/downloads/${PKGVERSION_NOREV:R}/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gajim.org/
@@ -18,19 +17,31 @@ MAKE_ENV+= PKGMANDIR=${PKGMANDIR}
# needs --desktop
_TOOLS_USE_PKGSRC.msgfmt= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 27
+PYTHON_VERSIONS_INCOMPATIBLE= 27 36
-DEPENDS+= ${PYPKGPREFIX}-certifi-[0-9]*:../../security/py-certifi
-DEPENDS+= ${PYPKGPREFIX}-cssutils-[0-9]*:../../textproc/py-cssutils
-DEPENDS+= ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3
+DEPENDS+= ${PYPKGPREFIX}-cairo>=1.16.0:../../graphics/py-cairo
+DEPENDS+= ${PYPKGPREFIX}-css-parser-[0-9]*:../../textproc/py-css-parser
DEPENDS+= ${PYPKGPREFIX}-keyring-[0-9]*:../../security/py-keyring
DEPENDS+= ${PYPKGPREFIX}-nbxmpp-[0-9]*:../../chat/py-nbxmpp
+DEPENDS+= ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging
DEPENDS+= ${PYPKGPREFIX}-OpenSSL-[0-9]*:../../security/py-OpenSSL
DEPENDS+= ${PYPKGPREFIX}-precis-i18n-[0-9]*:../../textproc/py-precis-i18n
DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
+.include "../../mk/bsd.prefs.mk"
+.if ${OPSYS} == "Darwin"
+DEPENDS+= ${PYPKGPREFIX}-pyobjc-framework-Cocoa-[0-9]*:../../devel/py-pyobjc-framework-Cocoa
+.endif
+
+SUBST_CLASSES+= paths
+SUBST_STAGE.paths= pre-configure
+SUBST_MESSAGE.paths= Fixing absolute paths.
+SUBST_FILES.paths= gajim/common/i18n.py
+SUBST_SED.paths= -e 's,/usr/local,${PREFIX},g'
+
.include "options.mk"
+
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
-.include "../../x11/gtk3/buildlink3.mk"
.include "../../lang/python/egg.mk"
+.include "../../x11/gtk3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"