Date: Saturday, January 7, 2023 @ 14:41:11
  Author: blakkheim
Revision: 1381680

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-07 14:40:47 UTC (rev 1381679)
+++ PKGBUILD    2023-01-07 14:41:11 UTC (rev 1381680)
@@ -1,47 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Eric Bélanger <[email protected]>
-
-pkgname=gajim
-_pkgver=1.5.4
-#_fixupver=2
-pkgver=${_pkgver}
-#pkgver=${_pkgver}.r${_fixupver}
-pkgrel=2
-pkgdesc='Full featured and easy to use XMPP (Jabber) client'
-url='https://gajim.org/'
-arch=('any')
-license=('GPL3')
-depends=('gtk3' 'gtksourceview4' 'python-cairo' 'python-gobject' 
'python-keyring' 'python-nbxmpp'
-         'python-cryptography' 'python-precis_i18n' 'python-css-parser'
-         'python-distro' 'hicolor-icon-theme' 'python-pillow' 'python-gssapi' 
'python-netifaces'
-         'python-packaging')
-makedepends=('python-build' 'python-installer' 'python-wheel' 
'python-setuptools')
-optdepends=('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'
-            'libxss: measure idle time, in order to set auto status'
-            'python-gnupg: encrypting chat messages with OpenPGP'
-            '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)
-#source=(https://www.gajim.org/downloads/${_pkgver%.*}/gajim-${_pkgver}-${_fixupver}.tar.gz)
-sha512sums=('616bcef40a46196e0b390c1f455036f1959f3aaeccf9b06cb7b3ecdd7d303df5ca72fe7b3ceaa3856e744b6de83be8afe8f3ffe054ab7ceb6d9c097e41ce631c')
-b2sums=('5d2555963cd4f3d200cf2d9b7c02c0df7018257087532ccf3ac8f70963619301ef7a98f9f9225b57b782e270fa7ffe6a675a2273946337b3bd187c19c43dc237')
-
-build() {
-  cd ${pkgname}-${_pkgver}
-  python -m build --wheel --no-isolation
-}
-
-package() {
-  cd ${pkgname}-${_pkgver}
-  python -m installer --destdir="$pkgdir" dist/*.whl
-}
-
-# vim: ts=2 sw=2 et:

Copied: gajim/repos/community-any/PKGBUILD (from rev 1381679, 
gajim/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-01-07 14:41:11 UTC (rev 1381680)
@@ -0,0 +1,47 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Eric Bélanger <[email protected]>
+
+pkgname=gajim
+_pkgver=1.6.0
+#_fixupver=2
+pkgver=${_pkgver}
+#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' 'gtksourceview4' 'python-cairo' 'python-gobject' 
'python-keyring' 'python-nbxmpp'
+         'python-cryptography' 'python-precis_i18n' 'python-css-parser'
+         'python-distro' 'hicolor-icon-theme' 'python-pillow' 'python-gssapi' 
'python-netifaces'
+         'python-packaging')
+makedepends=('python-build' 'python-installer' 'python-wheel' 
'python-setuptools')
+optdepends=('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'
+            'libxss: measure idle time, in order to set auto status'
+            'python-gnupg: encrypting chat messages with OpenPGP'
+            '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)
+#source=(https://www.gajim.org/downloads/${_pkgver%.*}/gajim-${_pkgver}-${_fixupver}.tar.gz)
+sha512sums=('0fc238102a67eea0721b3d2d717d60f518b19e39f1245f108b653214d154b6ba063c7481c4449d917f77551106e6199169b8a9a00285a217a2bc54cba632cc8c')
+b2sums=('ce199a77f21f5fc430ce2e50a93e7465709b49b672413a928be29521c34693efa05b853f790942e86989eba78caad08fc538171f24b98c18f30859703684dba1')
+
+build() {
+  cd ${pkgname}-${_pkgver}
+  python -m build --wheel --no-isolation
+}
+
+package() {
+  cd ${pkgname}-${_pkgver}
+  python -m installer --destdir="$pkgdir" dist/*.whl
+}
+
+# vim: ts=2 sw=2 et:

Reply via email to