[arch-commits] Commit in gajim/trunk (PKGBUILD)
Levente Polyak
anthraxx at archlinux.org
Thu Nov 15 22:05:09 UTC 2018
Date: Thursday, November 15, 2018 @ 22:05:09
Author: anthraxx
Revision: 407778
upgpkg: gajim 1.1.0-1
Modified:
gajim/trunk/PKGBUILD
----------+
PKGBUILD | 31 ++++++++++++++++++++++---------
1 file changed, 22 insertions(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-11-15 21:51:22 UTC (rev 407777)
+++ PKGBUILD 2018-11-15 22:05:09 UTC (rev 407778)
@@ -1,20 +1,31 @@
-# Maintainer: Eric Bélanger <eric at archlinux.org>
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Eric Bélanger <eric at archlinux.org>
pkgname=gajim
-pkgver=1.0.3
-pkgrel=3
-pkgdesc="Full featured and easy to use XMPP (Jabber) client"
+pkgver=1.1.0
+pkgrel=1
+pkgdesc='Full featured and easy to use XMPP (Jabber) client'
+url='https://www.gajim.org/'
arch=('any')
-url="https://www.gajim.org/"
license=('GPL3')
depends=('gtk3' 'python-cairo' 'python-dbus' 'python-gobject' 'python-keyring' 'python-nbxmpp'
- 'python-pyasn1' 'python-pyopenssl')
+ 'python-pyasn1' 'python-pyopenssl' 'python-precis_i18n' 'python-cssutils'
+ 'python-distro' 'hicolor-icon-theme')
makedepends=('intltool')
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'
'geoclue2: share current location'
- 'gnome-keyring: password storage'
+ 'gnome-keyring: store passwords encrypted in GNOME Keyring'
+ 'kded: store passwords encrypted in KSecretService'
'gspell: spellchecking of composed messages'
'gupnp-igd: request your router to forward port for file transfer'
'libxss: measure idle time, in order to set auto status'
@@ -23,7 +34,7 @@
'python-gnupg: encrypting chat messages with OpenPGP'
'python-pillow: support of WebP avatars')
source=(https://www.gajim.org/downloads/${pkgver%.*}/gajim-${pkgver}.tar.bz2)
-sha1sums=('82e103e35ce29ea7b587ef55b8d8da1c013ddfcb')
+sha512sums=('47b18de111643eba382255e7c2d195b41f30bf15957cd27939ebd44eade7af1b9ebe50c30ca10f33ca36e879d309fc414369fd8ba2c725c336f38a3a0f88ba7c')
build() {
cd ${pkgname}-${pkgver}
@@ -32,5 +43,7 @@
package() {
cd ${pkgname}-${pkgver}
- python setup.py install --root="$pkgdir" --optimize=1
+ python setup.py install --root="${pkgdir}" --optimize=1
}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list