summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Mikeshin <hoax@list.ru>2020-11-26 12:05:51 +0800
committerJoonas Niilola <juippis@gentoo.org>2020-11-28 11:15:21 +0200
commit9aba73ed5a96ea85683c3b721aac9fc8ad06c13f (patch)
treea2cd7a1d59a6627c67cc14c0f1e375a6ab386593 /x11-plugins/pidgin-skypeweb
parentdev-embedded/esptool: version bump to 3.0 (diff)
downloadgentoo-9aba73ed5a96ea85683c3b721aac9fc8ad06c13f.tar.gz
gentoo-9aba73ed5a96ea85683c3b721aac9fc8ad06c13f.tar.bz2
gentoo-9aba73ed5a96ea85683c3b721aac9fc8ad06c13f.zip
x11-plugins/pidgin-skypeweb: version 1.7 bump
Closes: https://bugs.gentoo.org/738180 Signed-off-by: Igor Mikeshin <hoax@list.ru> Closes: https://github.com/gentoo/gentoo/pull/17251 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'x11-plugins/pidgin-skypeweb')
-rw-r--r--x11-plugins/pidgin-skypeweb/Manifest1
-rw-r--r--x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.7.ebuild24
2 files changed, 25 insertions, 0 deletions
diff --git a/x11-plugins/pidgin-skypeweb/Manifest b/x11-plugins/pidgin-skypeweb/Manifest
index 2dac376b7c06..5197220502ec 100644
--- a/x11-plugins/pidgin-skypeweb/Manifest
+++ b/x11-plugins/pidgin-skypeweb/Manifest
@@ -1 +1,2 @@
DIST pidgin-skypeweb-1.5.tar.gz 295956 BLAKE2B 0a45c709570c9093df9f0e674e5556a21b832b5e73ab2f32d439aa4fe3ce224df0bab05e054ef352ed337113e6800020cf0da60a7b37a6f39a22fc95ad40d28b SHA512 93043b83132654144f333e90bdff88dec5efe2495412a0b40f0ab64ec96d9427acea553ff73dee054de87e77121cbfd1a7bcaddeb17ab4d91baef55d658b6478
+DIST pidgin-skypeweb-1.7.tar.gz 297565 BLAKE2B 94d4fe7b6408fe054bdb79729493929551aabce03c9157992c7cab283c360adfa20c0b9775d82ec7017d762e208259fbf365e6311df566eda033f5a8c71ce20a SHA512 0981aefe23a7bce423fbc447ae22f79077742ac5cc1fd235611acc34175b4a6d9fd4a4af38f7fc3aa7ff7442be71a70c68ca8c271adbe39c085d6ae599cb0871
diff --git a/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.7.ebuild b/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.7.ebuild
new file mode 100644
index 000000000000..3c7e43e4e7bd
--- /dev/null
+++ b/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.7.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="SkypeWeb Plugin for Pidgin"
+HOMEPAGE="https://github.com/EionRobb/skype4pidgin"
+SRC_URI="https://github.com/EionRobb/skype4pidgin/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+
+BDEPEND="virtual/pkgconfig"
+RDEPEND="net-im/pidgin
+ dev-libs/json-glib"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/skype4pidgin-${PV}/skypeweb"
+
+pkg_postinst() {
+ elog "If you get error message like 'Failed getting Magic T value':"
+ elog "Go to https://web.skype.com ; Log In and follow the instructions to enable your account!"
+}