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

Antonio Rojas arojas at archlinux.org
Mon Apr 2 10:00:01 UTC 2018


    Date: Monday, April 2, 2018 @ 10:00:00
  Author: arojas
Revision: 313837

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-02 09:59:27 UTC (rev 313836)
+++ PKGBUILD	2018-04-02 10:00:00 UTC (rev 313837)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=gajim
-pkgver=1.0.0
-pkgrel=2
-pkgdesc="Full featured and easy to use XMPP (Jabber) client"
-arch=('any')
-url="https://www.gajim.org/"
-license=('GPL3')
-depends=('gtk3' 'python-cairo' 'python-gobject' 'python-keyring' 'python-nbxmpp'
-         'python-pyasn1' 'python-pyopenssl')
-makedepends=('intltool')
-optdepends=('alsa-utils: play notification sounds'
-            'avahi: serverless chatting with autodetected clients in a local network'
-            'farstream: start audio and video chat'
-            'geoclue2: share current location'
-            'gnome-keyring: password storage'
-            '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'
-            'python-crypto: encrypting chat messages'
-            'python-docutils: generate XHTML output from RST code'
-            'python-gnupg: encrypting chat messages with OpenPGP')
-source=(https://www.gajim.org/downloads/${pkgver%.*}/gajim-${pkgver}.tar.bz2)
-sha1sums=('05d5177af4a09b041aa03d488524c6859fa51130')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: gajim/repos/community-any/PKGBUILD (from rev 313836, gajim/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-04-02 10:00:00 UTC (rev 313837)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=gajim
+pkgver=1.0.1
+pkgrel=1
+pkgdesc="Full featured and easy to use XMPP (Jabber) client"
+arch=('any')
+url="https://www.gajim.org/"
+license=('GPL3')
+depends=('gtk3' 'python-cairo' 'python-gobject' 'python-keyring' 'python-nbxmpp'
+         'python-pyasn1' 'python-pyopenssl')
+makedepends=('intltool')
+optdepends=('alsa-utils: play notification sounds'
+            'avahi: serverless chatting with autodetected clients in a local network'
+            'farstream: start audio and video chat'
+            'geoclue2: share current location'
+            'gnome-keyring: password storage'
+            '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'
+            'python-crypto: encrypting chat messages'
+            'python-docutils: generate XHTML output from RST code'
+            'python-gnupg: encrypting chat messages with OpenPGP')
+source=(https://www.gajim.org/downloads/${pkgver%.*}/gajim-${pkgver}.tar.bz2)
+sha1sums=('3db04c9af8ed0eb00182477a094c17cd163e5d41')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list