summaryrefslogtreecommitdiff
path: root/x11-plugins/pidgin-window_merge
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /x11-plugins/pidgin-window_merge
reinit the tree, so we can have metadata
Diffstat (limited to 'x11-plugins/pidgin-window_merge')
-rw-r--r--x11-plugins/pidgin-window_merge/Manifest4
-rw-r--r--x11-plugins/pidgin-window_merge/metadata.xml12
-rw-r--r--x11-plugins/pidgin-window_merge/pidgin-window_merge-0.3.ebuild26
3 files changed, 42 insertions, 0 deletions
diff --git a/x11-plugins/pidgin-window_merge/Manifest b/x11-plugins/pidgin-window_merge/Manifest
new file mode 100644
index 000000000000..7bebe7888639
--- /dev/null
+++ b/x11-plugins/pidgin-window_merge/Manifest
@@ -0,0 +1,4 @@
+DIST window_merge-0.3.tar.gz 328953 SHA256 e890c829f8f074ca0bbf32a0bd3c9b8008802f2795d6f40a19756379e2ce6531 SHA512 6863c58b3054aac51ed109ca8fff5e02459220648e6afa700c7231e259e71893ec7ca237263c230632a512d470c6907d3e8cfc9516cb752c1e78bbfdb05a50d3 WHIRLPOOL 8c459459078b6ca4b06e8afc5273426344bda8b939068c91facf527ac3f1ca8c8a4c65cdc5ede7eda6bd036c61e897c685f857fec86a1c2fc9275500820afb8f
+EBUILD pidgin-window_merge-0.3.ebuild 693 SHA256 0a761125889486be136efe4dc1d974fd0ab5d874bbed6496ba8db27e606f4744 SHA512 1f9c6c1de9cf7a302aed32db7ccd1c37a69f5e4a57f4474db8ea13cd3e5de535fb82c3edc0c6c5c6cc22fedab8daba9ca7bc5c58b53bc5697e08416626048d29 WHIRLPOOL c01085af0df830cdceba99853db969a39a06928d6a5371a28c7634cdd7cbe896c914cd35dd7141116848051c8a88e53c812f0a3356879ecd0e7f4227cde90fa3
+MISC ChangeLog 434 SHA256 ebbaea8abf687b0fc5812db6802e3e503ec66f4720af4e52520f4e63e986a68f SHA512 11cbd6da39261386804db30907157740037669c5df7c30a53094ddd8d746d5c210aedccada4fa7bc1fbdbc7dde81021a1dee33299ba60b3a5d9e2db4a1ff0eae WHIRLPOOL 19001b5d7dc4ee834025c984edf5a9775c68e9fc4f1a468b772541e7795d3fb47147d2eb0c46d921487e9edb8d34db1b303357a92a398f3a69c848360e53133d
+MISC metadata.xml 381 SHA256 d6bec0fbb0480eb9e913aa59eb3ed58cfb57d09d0564600e452fa88394421800 SHA512 7c063bf966941b75f95a2f1eb34d97992628e3d0587d13267141dc8e432cd532decc0c706db7b06c5ea69b7fa607b6caf526d51c217068d9f7a39345e4f1402c WHIRLPOOL 52c7cf3ea6e20e8b8c6826f1f7ada6849bf3a34fc7b79e3b2669790f4d20e641dfd8facf80175e76b9d87d14750d4e7cb5a291747dda2ceb5c329a55804d819d
diff --git a/x11-plugins/pidgin-window_merge/metadata.xml b/x11-plugins/pidgin-window_merge/metadata.xml
new file mode 100644
index 000000000000..c6cf990e2915
--- /dev/null
+++ b/x11-plugins/pidgin-window_merge/metadata.xml
@@ -0,0 +1,12 @@
+<?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>
+ <upstream>
+ <remote-id type="github">dm0-/window_merge</remote-id>
+ </upstream>
+</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
index 000000000000..2b81415d2166
--- /dev/null
+++ b/x11-plugins/pidgin-window_merge/pidgin-window_merge-0.3.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+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"
+}