]> Pileus Git - ~andy/sunrise/commitdiff
x11-plugins/pidgin-window_merge: New Ebuild for bug #412149 thanks to hasufell and...
authorManuel Rüger (mrueg) <gentoo@rueg.eu>
Sun, 22 Apr 2012 02:26:59 +0000 (04:26 +0200)
committerManuel Rüger (mrueg) <gentoo@rueg.eu>
Sun, 22 Apr 2012 02:26:59 +0000 (04:26 +0200)
x11-plugins/pidgin-window_merge/ChangeLog [new file with mode: 0644]
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.2_p20120420.ebuild [new file with mode: 0644]

diff --git a/x11-plugins/pidgin-window_merge/ChangeLog b/x11-plugins/pidgin-window_merge/ChangeLog
new file mode 100644 (file)
index 0000000..36ef6f5
--- /dev/null
@@ -0,0 +1,10 @@
+# ChangeLog for x11-plugins/pidgin-window_merge
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*pidgin-window_merge-0.2_p20120420 (22 Apr 2012)
+
+  22 Apr 2012; Manuel Rüger (mrueg) gentoo@rueg.eu
+  +pidgin-window_merge-0.2_p20120420.ebuild, +metadata.xml:
+  New Ebuild for bug #412149 thanks to hasufell and floppym
+
diff --git a/x11-plugins/pidgin-window_merge/Manifest b/x11-plugins/pidgin-window_merge/Manifest
new file mode 100644 (file)
index 0000000..8cf717d
--- /dev/null
@@ -0,0 +1,3 @@
+EBUILD pidgin-window_merge-0.2_p20120420.ebuild 828 RMD160 38ee278b100029d299a7f1a6d573ba20191928ca SHA1 96c516b13a77b15190782757f02c89178b7d0219 SHA256 c1be84185b243491ef4cd5eada332093e8ec4d0497ced3c70ae4c821d77c9f65
+MISC ChangeLog 355 RMD160 a9dfb78c3b2ce45d45af9829ca551a60ec57d4c2 SHA1 c4ea9ede9201601ef02a4a58ccc41acf922c67a1 SHA256 95348dbd4feda7da2828b0b67a5aeb018cd1e30fbb56f0178db38d932d571589
+MISC metadata.xml 214 RMD160 efd8175069efb91061298ff4584218b633e44678 SHA1 d372fdbfcb7fd07a4082961d3f3527be4fca1d60 SHA256 c1f09dc7d5313cd2da7b82259c7846ed23144d62b15e59680ada90e2b6b4d154
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..cc3fe24
--- /dev/null
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <maintainer>
+               <email>maintainer-wanted@gentoo.org</email>
+       </maintainer>
+</pkgmetadata>
diff --git a/x11-plugins/pidgin-window_merge/pidgin-window_merge-0.2_p20120420.ebuild b/x11-plugins/pidgin-window_merge/pidgin-window_merge-0.2_p20120420.ebuild
new file mode 100644 (file)
index 0000000..bd5a6f0
--- /dev/null
@@ -0,0 +1,33 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+inherit autotools git-2
+
+DESCRIPTION="A Pidgin plugin that merges the Buddy List window with a conversation window"
+HOMEPAGE="https://github.com/dm0-/window_merge"
+
+EGIT_REPO_URI="git://github.com/dm0-/${PN#pidgin-}.git"
+EGIT_COMMIT="cf1dba5ff3b1006552a7a779b3bf9acfd56e9e82"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="dev-libs/glib:2
+       net-im/pidgin[gtk]"
+DEPEND="${RDEPEND}
+       dev-util/pkgconfig"
+
+src_prepare(){
+       sed -e "/ACLOCAL_AMFLAGS/d" -i Makefile.am || die
+       eautoreconf
+}
+
+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"
+}