From ce59b5b4fc163c7af8e546a77059c0609f055f89 Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Fri, 9 Apr 2010 05:40:28 -0700 Subject: New pidgin plugins to mature. --- x11-plugins/pidgin-awayonlock/Manifest | 2 ++ x11-plugins/pidgin-awayonlock/metadata.xml | 8 +++++ .../pidgin-awayonlock-0.5.2.ebuild | 34 ++++++++++++++++++++++ x11-plugins/pidgin-extended_blist_sort/Manifest | 2 ++ .../pidgin-extended_blist_sort/metadata.xml | 8 +++++ .../pidgin-extended_blist_sort-1.6.ebuild | 31 ++++++++++++++++++++ x11-plugins/pidgin-toobars/Manifest | 2 ++ x11-plugins/pidgin-toobars/metadata.xml | 8 +++++ .../pidgin-toobars/pidgin-toobars-1.5.ebuild | 29 ++++++++++++++++++ 9 files changed, 124 insertions(+) create mode 100644 x11-plugins/pidgin-awayonlock/Manifest create mode 100644 x11-plugins/pidgin-awayonlock/metadata.xml create mode 100644 x11-plugins/pidgin-awayonlock/pidgin-awayonlock-0.5.2.ebuild create mode 100644 x11-plugins/pidgin-extended_blist_sort/Manifest create mode 100644 x11-plugins/pidgin-extended_blist_sort/metadata.xml create mode 100644 x11-plugins/pidgin-extended_blist_sort/pidgin-extended_blist_sort-1.6.ebuild create mode 100644 x11-plugins/pidgin-toobars/Manifest create mode 100644 x11-plugins/pidgin-toobars/metadata.xml create mode 100644 x11-plugins/pidgin-toobars/pidgin-toobars-1.5.ebuild diff --git a/x11-plugins/pidgin-awayonlock/Manifest b/x11-plugins/pidgin-awayonlock/Manifest new file mode 100644 index 0000000..8d58a63 --- /dev/null +++ b/x11-plugins/pidgin-awayonlock/Manifest @@ -0,0 +1,2 @@ +DIST awayonlock-0.5.2.tar.gz 18347 RMD160 b4bee2e9090c101637954afb864c2bd342ac8a3f SHA1 85d5ed7d8c49f9062c0d43efb9248447aa609619 SHA256 145104286c041addf88ca95dbc76d0bb22fc3cbe94be21e6d91b08eeee6fde2f +EBUILD pidgin-awayonlock-0.5.2.ebuild 683 RMD160 aab23507e250b6976ab67da693091be291fba4fc SHA1 63cf0b7b483737e7a64a8750c6ff13ac659dc4dd SHA256 71d2b1c920d0b42f6ea2078a12569375e35e19ce3517f4128f104ddabff9bb5a diff --git a/x11-plugins/pidgin-awayonlock/metadata.xml b/x11-plugins/pidgin-awayonlock/metadata.xml new file mode 100644 index 0000000..5d9f5be --- /dev/null +++ b/x11-plugins/pidgin-awayonlock/metadata.xml @@ -0,0 +1,8 @@ + + + +no-herd + + robbat2@gentoo.org + + diff --git a/x11-plugins/pidgin-awayonlock/pidgin-awayonlock-0.5.2.ebuild b/x11-plugins/pidgin-awayonlock/pidgin-awayonlock-0.5.2.ebuild new file mode 100644 index 0000000..93c19ae --- /dev/null +++ b/x11-plugins/pidgin-awayonlock/pidgin-awayonlock-0.5.2.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3 +MY_PN="${PN/pidgin-}" +MY_P="${MY_PN}-${PV}" + +inherit cmake-utils + +DESCRIPTION="Away-on-Lock change your Pidgin status when the screensaver gets activated" +HOMEPAGE="http://costela.net/projects/awayonlock/" +SRC_URI="http://costela.net/files/${MY_P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="net-im/pidgin + dev-libs/dbus-glib" + +DEPEND="${RDEPEND} + dev-util/pkgconfig" + + +S="${WORKDIR}/${MY_P}" + +src_install() { + cmake-utils_src_install + dodoc AUTHORS + insinto /usr/share/doc/${PF} + doins utils/mimic_gnome-screensaver.py +} diff --git a/x11-plugins/pidgin-extended_blist_sort/Manifest b/x11-plugins/pidgin-extended_blist_sort/Manifest new file mode 100644 index 0000000..3e7a9d2 --- /dev/null +++ b/x11-plugins/pidgin-extended_blist_sort/Manifest @@ -0,0 +1,2 @@ +DIST extended_blist_sort-1.6.tar.gz 339612 RMD160 e264128dd05abd759215f30556e8a8439b57b71e SHA1 08b2783f5f0126d99e083e6ee1b35ff72389215e SHA256 eb141c27fdedc490ea56a3a855fbcdec548a588d7d656ca44b11ac9f98cc3d00 +EBUILD pidgin-extended_blist_sort-1.6.ebuild 793 RMD160 a5d8b426139153a94b6e2d661238913cae54cc60 SHA1 909657f79a792eda662cf17accd604b943f8d3d7 SHA256 8c7b0229ef8ea090a8bef187d424e0c98334795d7f8c8498b592ee7c382478d8 diff --git a/x11-plugins/pidgin-extended_blist_sort/metadata.xml b/x11-plugins/pidgin-extended_blist_sort/metadata.xml new file mode 100644 index 0000000..5d9f5be --- /dev/null +++ b/x11-plugins/pidgin-extended_blist_sort/metadata.xml @@ -0,0 +1,8 @@ + + + +no-herd + + robbat2@gentoo.org + + diff --git a/x11-plugins/pidgin-extended_blist_sort/pidgin-extended_blist_sort-1.6.ebuild b/x11-plugins/pidgin-extended_blist_sort/pidgin-extended_blist_sort-1.6.ebuild new file mode 100644 index 0000000..b8a7ce8 --- /dev/null +++ b/x11-plugins/pidgin-extended_blist_sort/pidgin-extended_blist_sort-1.6.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3 +PROJ_PN="p-extblistsort" +MY_PN="${PN/pidgin-}" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Plugin allows you to sort your buddy list more flexible than Pidgin does" +HOMEPAGE="http://sourceforge.net/projects/p-extblistsort/" +SRC_URI="mirror://sourceforge/${PROJ_PN}/${MY_P}.tar.gz" +#http://sourceforge.net/projects/p-extblistsort/files/p-extblistsort/1.6/extended_blist_sort-1.6.tar.gz/download" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="net-im/pidgin[gtk] + dev-libs/glib" + +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +S="${WORKDIR}/${MY_P}" + +src_install() { + emake install DESTDIR="${D}" || die "emake install failed" + dodoc README AUTHORS VERSION +} diff --git a/x11-plugins/pidgin-toobars/Manifest b/x11-plugins/pidgin-toobars/Manifest new file mode 100644 index 0000000..be05199 --- /dev/null +++ b/x11-plugins/pidgin-toobars/Manifest @@ -0,0 +1,2 @@ +DIST pidgin-toobars-1.5.tar.gz 402293 RMD160 aa03f1122110d77b88c8a88c9ad597698ab8319a SHA1 615963da54e55163cce2c0c87e67449bd079eeb9 SHA256 05b79d91d7c659daabf651bb61ef6c6e5a4fd3d2c31f378293ccf593d1806426 +EBUILD pidgin-toobars-1.5.ebuild 561 RMD160 493c3cb9d8c00660930c49a5119d5403b0927418 SHA1 371c97237d7e771cf5f669fd99bd7af849c1489f SHA256 7890c2dedf23d013b367b982a11dc0a465d9cf48fad5593b4d4e3fed93f4687b diff --git a/x11-plugins/pidgin-toobars/metadata.xml b/x11-plugins/pidgin-toobars/metadata.xml new file mode 100644 index 0000000..5d9f5be --- /dev/null +++ b/x11-plugins/pidgin-toobars/metadata.xml @@ -0,0 +1,8 @@ + + + +no-herd + + robbat2@gentoo.org + + diff --git a/x11-plugins/pidgin-toobars/pidgin-toobars-1.5.ebuild b/x11-plugins/pidgin-toobars/pidgin-toobars-1.5.ebuild new file mode 100644 index 0000000..83f2d5b --- /dev/null +++ b/x11-plugins/pidgin-toobars/pidgin-toobars-1.5.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3 + +DESCRIPTION="Plugin adds toolbar and status bar to Pidgin buddy list" +HOMEPAGE="http://vayurik.ru/wordpress/en/toobars" +SRC_URI="http://vayurik.ru/wordpress/wp-content/uploads/toobars/${P}.tar.gz" + +LICENSE="GPL" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="net-im/pidgin[gtk]" + +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +src_install() { + emake install DESTDIR="${D}" || die "emake install failed" + dodoc README AUTHORS VERSION +} + +pkg_postinst() { + elog "Please note that the MyStatusBar (in purple-plugin_pack) conflicts" + elog" with TooBars and you should only turn one on at a time." +} -- cgit v1.2.3-65-gdbad