mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
gajim-omemo: change to dummy package
The functionality of Gajim's OMEMO plugin has been merged into the client since v1.8.0.
This commit is contained in:
parent
1a966cfdda
commit
3bdab0058a
4 changed files with 7 additions and 21 deletions
1
srcpkgs/gajim-omemo
Symbolic link
1
srcpkgs/gajim-omemo
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
gajim
|
|
@ -1,19 +0,0 @@
|
||||||
# Template file for 'gajim-omemo'
|
|
||||||
pkgname=gajim-omemo
|
|
||||||
version=2.9.0
|
|
||||||
revision=1
|
|
||||||
create_wrksrc="omemo"
|
|
||||||
hostmakedepends="unzip"
|
|
||||||
depends="python3 python3-setuptools python3-cryptography python3-axolotl
|
|
||||||
python3-qrcode gajim"
|
|
||||||
short_desc="Gajim plugin for OMEMO Encryption"
|
|
||||||
maintainer="Urs Schulz <voidpkgs@ursschulz.de>"
|
|
||||||
license="GPL-3.0-or-later"
|
|
||||||
homepage="https://dev.gajim.org/gajim/gajim-plugins/wikis/OmemoGajimPlugin"
|
|
||||||
distfiles="https://ftp.gajim.org/plugins/master/omemo/omemo_${version}.zip"
|
|
||||||
checksum=076396ac441b4e5bae62328575be85492a87229c7a214b23f7edd1ac5dcac97b
|
|
||||||
|
|
||||||
do_install() {
|
|
||||||
install -d "${DESTDIR}/${py3_sitelib}/gajim/data/plugins/${pkgname#gajim-}"
|
|
||||||
cp -r * "${DESTDIR}/${py3_sitelib}/gajim/data/plugins/${pkgname#gajim-}"
|
|
||||||
}
|
|
|
@ -1,2 +0,0 @@
|
||||||
site=https://dev.gajim.org/gajim/gajim-plugins/raw/gajim_1.3/omemo/manifest.ini
|
|
||||||
pattern="version: \K[\d.]+"
|
|
|
@ -32,3 +32,9 @@ post_install() {
|
||||||
do_check() {
|
do_check() {
|
||||||
python -m unittest discover -s test
|
python -m unittest discover -s test
|
||||||
}
|
}
|
||||||
|
|
||||||
|
gajim-omemo_package() {
|
||||||
|
depends="gajim"
|
||||||
|
short_desc+=" (transitional dummy package)"
|
||||||
|
build_style=meta
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue