[arch-commits] Commit in gajim/repos (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Thu Nov 12 19:35:27 UTC 2020
Date: Thursday, November 12, 2020 @ 19:35:27
Author: foutrelis
Revision: 753538
archrelease: copy trunk to community-staging-any
Added:
gajim/repos/community-staging-any/
gajim/repos/community-staging-any/PKGBUILD
(from rev 753537, gajim/trunk/PKGBUILD)
----------+
PKGBUILD | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 49 insertions(+)
Copied: gajim/repos/community-staging-any/PKGBUILD (from rev 753537, gajim/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2020-11-12 19:35:27 UTC (rev 753538)
@@ -0,0 +1,49 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Eric Bélanger <eric at archlinux.org>
+
+pkgname=gajim
+pkgver=1.2.2
+pkgrel=2
+pkgdesc='Full featured and easy to use XMPP (Jabber) client'
+url='https://www.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=('alsa-utils: play notification sounds'
+ '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'
+ 'notification-daemon: for desktop notifications'
+ 'geoclue: share current location'
+ 'gnome-keyring: store passwords encrypted in GNOME Keyring'
+ 'kded: store passwords encrypted in KSecretService'
+ 'gupnp-igd: request your router to forward port for file transfer'
+ 'libxss: measure idle time, in order to set auto status'
+ 'python-crypto: encrypting chat messages'
+ 'python-docutils: generate XHTML output from RST code'
+ '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')
+source=(https://www.gajim.org/downloads/${pkgver%.*}/gajim-${pkgver}.tar.gz)
+sha512sums=('297afa2b0ac44aad59b203907b1479fb8f004e2dc2a00681fa8034d76e4fb89ee3dcb4fb96011028382659bcb978cf214c396073d29b3dd0a7a711454915057b')
+
+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:
More information about the arch-commits
mailing list