[arch-commits] Commit in gajim/repos/community-any (PKGBUILD PKGBUILD)
Levente Polyak
anthraxx at gemini.archlinux.org
Tue Nov 9 21:39:32 UTC 2021
Date: Tuesday, November 9, 2021 @ 21:39:31
Author: anthraxx
Revision: 1039476
archrelease: copy trunk to community-any
Added:
gajim/repos/community-any/PKGBUILD
(from rev 1039475, gajim/trunk/PKGBUILD)
Deleted:
gajim/repos/community-any/PKGBUILD
----------+
PKGBUILD | 92 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 46 insertions(+), 46 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-09 21:39:27 UTC (rev 1039475)
+++ PKGBUILD 2021-11-09 21:39:31 UTC (rev 1039476)
@@ -1,46 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Eric Bélanger <eric at archlinux.org>
-
-pkgname=gajim
-pkgver=1.3.2
-pkgrel=1
-pkgdesc='Full featured and easy to use XMPP (Jabber) client'
-url='https://gajim.org/'
-arch=('any')
-license=('GPL3')
-depends=('gtk3' 'python-cairo' 'python-gobject' 'python-keyring' 'python-nbxmpp'
- 'python-pyasn1' 'python-pyopenssl' 'python-precis_i18n' 'python-css-parser'
- 'python-distro' 'hicolor-icon-theme')
-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'
- 'gst-plugins-good: for video/voice support'
- 'gst-plugins-bad: for video/voice support'
- 'gst-plugins-ugly: for video/voice support'
- 'gst-libav: for video/voice support'
- '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'
- 'python-pillow: support of WebP avatars'
- 'python-axolotl: OMEMO support'
- 'python-qrcode: generate QR codes for OMEMO keys'
- 'gsound: Notification Sounds')
-source=(https://www.gajim.org/downloads/${pkgver%.*}/gajim-${pkgver}.tar.gz)
-sha512sums=('92c86d1fa2fab51b402b6ddc0b838f321ab744c9c2add743b3f1820215eef84cafabc50227606088d077bdd9f52998f4ca6f98ad153346b9fb37691b71e9c267')
-b2sums=('9af561d4316a34480d073dcbf95fbc04ffd30bb4195633141ad1e9fa96145e61b54acff32891aadbdb93d0a775d69f2491e56f97fc67d2a1b2a76fcaab09f7ef')
-
-build() {
- cd ${pkgname}-${pkgver}
- python setup.py build
-}
-
-package() {
- cd ${pkgname}-${pkgver}
- python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}
-
-# vim: ts=2 sw=2 et:
Copied: gajim/repos/community-any/PKGBUILD (from rev 1039475, gajim/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-09 21:39:31 UTC (rev 1039476)
@@ -0,0 +1,46 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Eric Bélanger <eric at archlinux.org>
+
+pkgname=gajim
+pkgver=1.3.3
+pkgrel=1
+pkgdesc='Full featured and easy to use XMPP (Jabber) client'
+url='https://gajim.org/'
+arch=('any')
+license=('GPL3')
+depends=('gtk3' 'python-cairo' 'python-gobject' 'python-keyring' 'python-nbxmpp'
+ 'python-pyasn1' 'python-pyopenssl' 'python-precis_i18n' 'python-css-parser'
+ 'python-distro' 'hicolor-icon-theme')
+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'
+ 'gst-plugins-good: for video/voice support'
+ 'gst-plugins-bad: for video/voice support'
+ 'gst-plugins-ugly: for video/voice support'
+ 'gst-libav: for video/voice support'
+ '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'
+ 'python-pillow: support of WebP avatars'
+ 'python-axolotl: OMEMO support'
+ 'python-qrcode: generate QR codes for OMEMO keys'
+ 'gsound: Notification Sounds')
+source=(https://www.gajim.org/downloads/${pkgver%.*}/gajim-${pkgver}.tar.gz)
+sha512sums=('b1b6ed1eeb9ce01c26240a0a0c1ff3991ac305787e2ed49ecf7ed9cc75789da2d0ec1c3a1fda6dc67fe440fa7aa143af9be1a837acfc94255d7027f63f55ced2')
+b2sums=('27c4163a5762e8fa72524f91d846439b5bd54aff8ec0c4f8ffe4061295540d986b71fc333a2d65110e87821efc5a96ce0dc8a519236c5d71df9a722c65851296')
+
+build() {
+ cd ${pkgname}-${pkgname}-${pkgver}
+ python setup.py build
+}
+
+package() {
+ cd ${pkgname}-${pkgname}-${pkgver}
+ python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list