From 3a021a2ec6a9d5f74b11d7faad0b15130b53bee2 Mon Sep 17 00:00:00 2001 From: Matthew Schultz Date: Thu, 11 Apr 2019 14:08:59 -0500 Subject: [PATCH] net-im/skype-dbus-mock: mock system dbus so skype works without it Bug: https://bugs.gentoo.org/669538 Signed-off-by: Matthew Schultz Package-Manager: Portage-2.3.62, Repoman-2.3.11 Signed-off-by: Joonas Niilola --- net-im/skype-dbus-mock/Manifest | 1 + net-im/skype-dbus-mock/metadata.xml | 12 ++++++ .../skype-dbus-mock-0_pre20181011.ebuild | 40 +++++++++++++++++++ profiles/arch/amd64/x32/package.mask | 1 + 4 files changed, 54 insertions(+) create mode 100644 net-im/skype-dbus-mock/Manifest create mode 100644 net-im/skype-dbus-mock/metadata.xml create mode 100644 net-im/skype-dbus-mock/skype-dbus-mock-0_pre20181011.ebuild diff --git a/net-im/skype-dbus-mock/Manifest b/net-im/skype-dbus-mock/Manifest new file mode 100644 index 000000000000..891c4cd4f5f8 --- /dev/null +++ b/net-im/skype-dbus-mock/Manifest @@ -0,0 +1 @@ +DIST skype-dbus-mock-0_pre20181011.tar.gz 2851 BLAKE2B fbb2d476d6a0402ea6ac70198d0aac87c24d7c9815fe27b03631625df10f24c71634f7f22eec2256869746cbf9d308ab3275380a755455ebbbb23ad2adcdd5a2 SHA512 d566a91cb279fe07626744e6196e3dcf7b36a5535bb8fe3cd7e6245d874bdf82f7948bd7f476f73c72f972894ee250d89a9eb055fdf55af9cbe97b1b05e39e16 diff --git a/net-im/skype-dbus-mock/metadata.xml b/net-im/skype-dbus-mock/metadata.xml new file mode 100644 index 000000000000..fbd99da1cd1b --- /dev/null +++ b/net-im/skype-dbus-mock/metadata.xml @@ -0,0 +1,12 @@ + + + + + mattsch@gmail.com + Matthew Schultz + + + proxy-maint@gentoo.org + Proxy Maintainers + + diff --git a/net-im/skype-dbus-mock/skype-dbus-mock-0_pre20181011.ebuild b/net-im/skype-dbus-mock/skype-dbus-mock-0_pre20181011.ebuild new file mode 100644 index 000000000000..bac70bb79264 --- /dev/null +++ b/net-im/skype-dbus-mock/skype-dbus-mock-0_pre20181011.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} ) + +inherit python-r1 + +GIT_COMMIT="3a9e2882ac5c0ad6be3c5cb5c7da008b4cfa51da" +DESCRIPTION="Mocked systemd dbus interface for skype 8.30+" +HOMEPAGE="https://github.com/maelnor/skype-dbus-mock" +SRC_URI="https://github.com/maelnor/${PN}/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +DEPEND="${PYTHON_DEPS}" +RDEPEND="${DEPEND} + >=net-im/skypeforlinux-8.30 + dev-python/dbus-python[${PYTHON_USEDEP}] + !sys-apps/systemd + !sys-auth/elogind" + +S=${WORKDIR}/${PN}-${GIT_COMMIT} + +src_install() { + newbin skype-dbus-mock.py skype-dbus-mock + insinto /usr/share/dbus-1/system-services + doins org.freedesktop.login1.service + insinto /usr/share/dbus-1/system.d + doins skype-dbus-mock.conf +} + +pkg_postinst() { + ewarn "Restart dbus service to apply changes" +} diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask index 02af1528e42b..459b9d6098f8 100644 --- a/profiles/arch/amd64/x32/package.mask +++ b/profiles/arch/amd64/x32/package.mask @@ -18,6 +18,7 @@ dev-libs/amdgpu-pro-opencl # Broken multilib dependencies. net-im/mattermost-desktop-bin net-im/skypeforlinux +net-im/skype-dbus-mock net-im/slack-bin # Pawel Hajdan jr (2012-10-07) -- 2.26.2