[arch-commits] Commit in gajim/trunk (PKGBUILD)
Levente Polyak
anthraxx at gemini.archlinux.org
Fri Jun 24 18:31:13 UTC 2022
Date: Friday, June 24, 2022 @ 18:31:13
Author: anthraxx
Revision: 1239386
upgpkg: gajim 1.4.5-2
Modified:
gajim/trunk/PKGBUILD
----------+
PKGBUILD | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-06-24 18:15:31 UTC (rev 1239385)
+++ PKGBUILD 2022-06-24 18:31:13 UTC (rev 1239386)
@@ -6,7 +6,7 @@
#_fixupver=2
pkgver=${_pkgver}
#pkgver=${_pkgver}.r${_fixupver}
-pkgrel=1
+pkgrel=2
pkgdesc='Full featured and easy to use XMPP (Jabber) client'
url='https://gajim.org/'
arch=('any')
@@ -13,7 +13,9 @@
license=('GPL3')
depends=('gtk3' 'gtksourceview4' 'python-cairo' 'python-gobject' 'python-keyring' 'python-nbxmpp'
'python-pyasn1' 'python-pyopenssl' 'python-precis_i18n' 'python-css-parser'
- 'python-distro' 'hicolor-icon-theme' 'python-pillow')
+ 'python-distro' 'hicolor-icon-theme' 'python-pillow' 'python-gssapi' 'python-netifaces'
+ 'python-packaging')
+makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools')
optdepends=('python-dbus: for gajim-remote and zeroconf support'
'avahi: serverless chatting with autodetected clients in a local network'
'farstream: start audio and video chat'
@@ -24,7 +26,6 @@
'gst-python: for video/voice support'
'gspell: for spell checking support'
'geoclue: share current location'
- 'python-keyring: store passwords encrypted in a keyring'
'gupnp-igd: request your router to forward port for file transfer'
'libxss: measure idle time, in order to set auto status'
'python-gnupg: encrypting chat messages with OpenPGP'
@@ -38,12 +39,12 @@
build() {
cd ${pkgname}-${_pkgver}
- python setup.py build
+ python -m build --wheel --no-isolation
}
package() {
cd ${pkgname}-${_pkgver}
- python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+ python -m installer --destdir="$pkgdir" dist/*.whl
}
# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list