x11-plugins/pidgin-window_merge: new package, all pidgin UI in a single window, bug...
authorSergei Trofimovich <slyfox@gentoo.org>
Tue, 14 Jun 2016 18:30:12 +0000 (19:30 +0100)
committerSergei Trofimovich <slyfox@gentoo.org>
Tue, 14 Jun 2016 18:37:46 +0000 (19:37 +0100)
Bug: https://bugs.gentoo.org/412149

Package-Manager: portage-2.3.0_rc1

x11-plugins/pidgin-window_merge/Manifest [new file with mode: 0644]
x11-plugins/pidgin-window_merge/metadata.xml [new file with mode: 0644]
x11-plugins/pidgin-window_merge/pidgin-window_merge-0.3.ebuild [new file with mode: 0644]

diff --git a/x11-plugins/pidgin-window_merge/Manifest b/x11-plugins/pidgin-window_merge/Manifest
new file mode 100644 (file)
index 0000000..94b62cb
--- /dev/null
@@ -0,0 +1 @@
+DIST window_merge-0.3.tar.gz 328953 SHA256 e890c829f8f074ca0bbf32a0bd3c9b8008802f2795d6f40a19756379e2ce6531 SHA512 6863c58b3054aac51ed109ca8fff5e02459220648e6afa700c7231e259e71893ec7ca237263c230632a512d470c6907d3e8cfc9516cb752c1e78bbfdb05a50d3 WHIRLPOOL 8c459459078b6ca4b06e8afc5273426344bda8b939068c91facf527ac3f1ca8c8a4c65cdc5ede7eda6bd036c61e897c685f857fec86a1c2fc9275500820afb8f
diff --git a/x11-plugins/pidgin-window_merge/metadata.xml b/x11-plugins/pidgin-window_merge/metadata.xml
new file mode 100644 (file)
index 0000000..248be00
--- /dev/null
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <maintainer type="person">
+               <email>slyfox@gentoo.org</email>
+               <name>Sergei Trofimovich</name>
+               <description>Primary Maintainer</description>
+       </maintainer>
+</pkgmetadata>
diff --git a/x11-plugins/pidgin-window_merge/pidgin-window_merge-0.3.ebuild b/x11-plugins/pidgin-window_merge/pidgin-window_merge-0.3.ebuild
new file mode 100644 (file)
index 0000000..ea2779c
--- /dev/null
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=6
+
+DESCRIPTION="A Pidgin plugin that merges the Buddy List window with a conversation window"
+HOMEPAGE="https://github.com/dm0-/window_merge"
+SRC_URI="mirror://github/dm0-/${PN#pidgin-}/${P#pidgin-}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="dev-libs/glib:2=
+       net-im/pidgin:0=[gtk]"
+DEPEND="${RDEPEND}
+       virtual/pkgconfig"
+
+S=${WORKDIR}/${P#pidgin-}
+
+pkg_postinst() {
+       ewarn "This plugin and infopane plugin (purple-plugin_pack) activated"
+       ewarn "at the same time cause a segfault in pidgin"
+       ewarn "see https://github.com/dm0-/window_merge/issues/4"
+}