diff --git a/metadata/repository_mask.conf b/metadata/repository_mask.conf index 55b6b96d..9b570010 100644 --- a/metadata/repository_mask.conf +++ b/metadata/repository_mask.conf @@ -8,6 +8,7 @@ games-strategy/freesynd[~scm] media/livestreamer[~scm] media-gfx/pinta[~scm] + net-im/gajim-omemo[~scm] net-im/pidgin-opensteamworks[~scm] net-misc/remmina[~scm] x11-apps/terminator[~scm] diff --git a/packages/net-im/gajim-omemo/gajim-omemo-scm.exheres-0 b/packages/net-im/gajim-omemo/gajim-omemo-scm.exheres-0 new file mode 100644 index 00000000..4f2df64a --- /dev/null +++ b/packages/net-im/gajim-omemo/gajim-omemo-scm.exheres-0 @@ -0,0 +1,32 @@ +# Copyright 2017 Julian Ospald +# Distributed under the terms of the GNU General Public License v2 + +SCM_REPOSITORY="https://dev.gajim.org/gajim/gajim-plugins.git" + +require python [ has_bin=false blacklist=3 multibuild=false ] +require scm-git + +SUMMARY="Gajim plugin for XEP proposal: OMEMO Encryption" +HOMEPAGE="https://dev.gajim.org/gajim/gajim-plugins/wikis/OmemoGajimPlugin" + +LICENCES="GPL-3" +SLOT="0" +PLATFORMS="~amd64 ~x86" +MYOPTIONS="" + +DEPENDENCIES=" + build+run: + dev-python/axolotl[python_abis:*(-)?] + dev-python/qrcode[python_abis:*(-)?] + net-im/gajim[python_abis:*(-)?] +" + +BUGS_TO="hasufell@posteo.de" + +src_install() { + insinto /usr/share/gajim/plugins/omemo + doins -r "${WORK}"/omemo/* + + python_bytecompile /usr/share/gajim/plugins/omemo +} +