Starting on version 1.8.0 Gajim comes with integrated OMEMO encryption.
https://gajim.org/post/2023-05-27-gajim-1.8.0-released/
The plugin is now obsolete.

Patch as attachment.
>From 27ecc70de1e6b37dcfa44462c007e91c650c6a0b Mon Sep 17 00:00:00 2001
From: David Ludovino <[email protected]>
Date: Wed, 31 May 2023 15:37:26 +0100
Subject: [PATCH] remove pcr/gajim-plugin-omemo

Starting on version 1.8.0 Gajim comes with integrated OMEMO encryption.
https://gajim.org/post/2023-05-27-gajim-1.8.0-released/
The plugin is now obsolete.

Signed-off-by: David Ludovino <[email protected]>
---
 pcr/gajim-plugin-omemo/PKGBUILD | 36 ---------------------------------
 1 file changed, 36 deletions(-)
 delete mode 100644 pcr/gajim-plugin-omemo/PKGBUILD

diff --git a/pcr/gajim-plugin-omemo/PKGBUILD b/pcr/gajim-plugin-omemo/PKGBUILD
deleted file mode 100644
index eb12cb90db6..00000000000
--- a/pcr/gajim-plugin-omemo/PKGBUILD
+++ /dev/null
@@ -1,36 +0,0 @@
-# Maintainer (aur): Bjoern Franke <bjo+aur at schafweide.org>
-# Contributor: Tommaso Sardelli <lacapannadelloziotom AT gmail DOT com>
-# Maintainer: David P. <megver83 at parabola.nu>
-# Contributor: Denis 'GNUtoo' Carikli <GNUtoo at cyberdimension.org>
-# Contributor: Wael Karram <wael at waelk.tech>
-
-
-# parabola changes and rationale:
-#  - cleanup unnecessary files
-
-
-pkgname=gajim-plugin-omemo
-_pkgname=omemo
-pkgver=2.9.0
-pkgrel=2
-_pythonversion=3.10
-pkgdesc='Gajim plugin for OMEMO Multi-End Message and Object Encryption.'
-arch=(any)
-url='https://dev.gajim.org/gajim/gajim-plugins/wikis/OmemoGajimPlugin'
-license=('GPL')
-depends=('gajim>=1.6' 'python-qrcode' 'python-setuptools' 'python-cryptography' 'python-axolotl')
-provides=('gajim-plugin-omemo')
-conflicts=('gajim-plugin-omemo-git')
-source=("https://ftp.gajim.org/plugins/master/${_pkgname}/${_pkgname}_${pkgver}.zip";)
-sha512sums=('c17140f3a15167d6e8c0dd5de3af6888c21a8e06c114daede3010e611ca50fe210cef9f1eadd8c869b641d852ce123cd8bab4d74de5ed4034325cb5eb821514a')
-
-package() {
-  cd "${srcdir}"
-
-  # Remove unnecessary files
-  rm -f CHANGELOG COPYING
-
-  # Install the plugin
-  install -d "${pkgdir}/usr/lib/python${_pythonversion}/site-packages/gajim/data/plugins/${_pkgname}"
-  cp -r * "${pkgdir}/usr/lib/python${_pythonversion}/site-packages/gajim/data/plugins/${_pkgname}/"
-}
-- 
2.40.1

_______________________________________________
Dev mailing list
[email protected]
https://lists.parabola.nu/mailman/listinfo/dev

Reply via email to