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

Levente Polyak anthraxx at gemini.archlinux.org
Tue Mar 8 21:50:26 UTC 2022


    Date: Tuesday, March 8, 2022 @ 21:50:26
  Author: anthraxx
Revision: 1145599

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   94 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 48 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-08 21:50:21 UTC (rev 1145598)
+++ PKGBUILD	2022-03-08 21:50:26 UTC (rev 1145599)
@@ -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.3
-pkgrel=2
-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:

Copied: gajim/repos/community-any/PKGBUILD (from rev 1145598, gajim/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-08 21:50:26 UTC (rev 1145599)
@@ -0,0 +1,48 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Eric Bélanger <eric at archlinux.org>
+
+pkgname=gajim
+_pkgver=1.3.3
+_fixupver=2
+pkgver=${_pkgver}.r${_fixupver}
+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}-${_fixupver}.tar.gz)
+sha512sums=('e7a2564710ffdf0b971d005f8b84c60d72c471727be2bd1b75e564f70a25101a4eb44603fc9f98163bc12a5049dc876f50cdaf8eb5b7d596203c986e55de7442')
+b2sums=('de41eb488480c1e9267a7e64c33dcc225ba68348fad51fe2f114199972a0fc998ae2c6efba1ea48ecb17b819509c1b45745e98e41f99f2e4afd4a4c1daff4865')
+
+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