[arch-commits] Commit in gajim/repos/community-any (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Mon May 20 21:38:54 UTC 2019


    Date: Monday, May 20, 2019 @ 21:38:53
  Author: arojas
Revision: 468154

archrelease: copy trunk to community-any

Added:
  gajim/repos/community-any/PKGBUILD
    (from rev 468153, gajim/trunk/PKGBUILD)
Deleted:
  gajim/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   98 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-20 21:38:36 UTC (rev 468153)
+++ PKGBUILD	2019-05-20 21:38:53 UTC (rev 468154)
@@ -1,49 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Eric Bélanger <eric at archlinux.org>
-
-pkgname=gajim
-pkgver=1.1.2
-pkgrel=1
-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-cssutils'
-         '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'
-            'geoclue2: 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.bz2)
-sha512sums=('69c03277ef368c562ebb1567474b39fb8c0e1f9c03196b3c6a81c6749f178b7ab8096264b89f4d33d78729c4d9e3f6baa7fabf1ab0b0742c5330e5685a4be7c4')
-
-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 468153, gajim/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-05-20 21:38:53 UTC (rev 468154)
@@ -0,0 +1,49 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Eric Bélanger <eric at archlinux.org>
+
+pkgname=gajim
+pkgver=1.1.3
+pkgrel=1
+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-cssutils'
+         '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'
+            'geoclue2: 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.bz2)
+sha512sums=('18062832f9b9295c7a844c347d5ece4a6db43126d5b58bbf362fdf2f8e082e2241c46dae6d1cbe66ebf2ef19f65618102c3c21fa0079a96fc21511e6e93420ac')
+
+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