Date: Saturday, December 3, 2022 @ 15:41:08
Author: blakkheim
Revision: 1356345
archrelease: copy trunk to community-any
Added:
gajim/repos/community-any/PKGBUILD
(from rev 1356344, gajim/trunk/PKGBUILD)
Deleted:
gajim/repos/community-any/PKGBUILD
----------+
PKGBUILD | 94 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 47 insertions(+), 47 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-12-03 15:40:38 UTC (rev 1356344)
+++ PKGBUILD 2022-12-03 15:41:08 UTC (rev 1356345)
@@ -1,47 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Eric Bélanger <[email protected]>
-
-pkgname=gajim
-_pkgver=1.5.3
-#_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-pyopenssl' '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=('1c013fbeab1bbb5a6c9ad81d409928290a33622132cbd0ea754c0f701396d52ddc60f5af913522f412157f57bbefbbf81c3ccbfa4d2c485214734b4e8191fc2d')
-b2sums=('939bddcec56adfe4ebccb65b6b5c894a4b0b70219de2eff74b420f20861f7cd2f44096e9e8f617db58b1c133bc0fa1a9899bc6dc30e94e3cbea22f570db7c549')
-
-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 1356344,
gajim/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-12-03 15:41:08 UTC (rev 1356345)
@@ -0,0 +1,47 @@
+# 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=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-pyopenssl' '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: