diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-10-09 18:53:29 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-10-09 18:53:29 +0100 |
commit | 4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch) | |
tree | ba5f07bf3f9d22d82e54a462313f5d244036c768 /x11-plugins/pidgin-latex |
reinit the tree, so we can have metadata
Diffstat (limited to 'x11-plugins/pidgin-latex')
-rw-r--r-- | x11-plugins/pidgin-latex/Manifest | 5 | ||||
-rw-r--r-- | x11-plugins/pidgin-latex/metadata.xml | 12 | ||||
-rw-r--r-- | x11-plugins/pidgin-latex/pidgin-latex-1.5.0.ebuild | 45 |
3 files changed, 62 insertions, 0 deletions
diff --git a/x11-plugins/pidgin-latex/Manifest b/x11-plugins/pidgin-latex/Manifest new file mode 100644 index 000000000000..a623169bfe2e --- /dev/null +++ b/x11-plugins/pidgin-latex/Manifest @@ -0,0 +1,5 @@ +DIST pidgin-latex_1.5.0.tar.bz2 17585 SHA256 9c850aee90d7e59de834f83e09fa6e3e51b123f06e265ead70957608ada95441 SHA512 e9f81f948eb70880e027d3b83a058b509b860664f3c8fb39c95fa1ac5c0c843bf37f9b5abcf095ff30942dad7b55262c27494419d55af1c14898be4caddec912 WHIRLPOOL 56b1ee07fa4784cce078fce169775dcc946f040b87cb52fae2831edd9af2c66f93e75c0be03526a2fa9471ba3cea2c953910d136126f513c2e893d70ed214ed1 +EBUILD pidgin-latex-1.5.0.ebuild 1093 SHA256 88b3ee442e4049d0328fd984c01c6693b7b14396bc7311d46aa3400d79394b18 SHA512 7bbf8af494597921b3e73115436e7eee8abd3817f5358e431cff4605aa32b1894299337e347e7867a7d9d8d2d773a94c2df4c5187947617d9b0d78b590615914 WHIRLPOOL e8061764b94ee77f834d96569dad47d6b062752ce9924c611704903234a4f8d39015193553ed739a821f4c5034d4b977fbc80627326cba0db74d1c75d48aff50 +MISC ChangeLog 2591 SHA256 e3095f488f79722229a8e79a5cd93e325c0464e17e6787da13898611a76e9a6a SHA512 b8fd161e9858e67ef938d581432bc70e7e5469f891a195817b4baf4dcdac9cf0b0d678aaa752f0798ad20df20bf7f1dd999007f6832a84bf8f886e51fead1ee5 WHIRLPOOL 3a89bdae46230955e48e8ccec01048340240d37e814f26e2327ac0f7b3a857307e108949f02df6a3acc79816054ffb59d8e31a3a21ea80b5e28bfde2f299be5a +MISC ChangeLog-2015 4534 SHA256 76f8f67fb810ddda1d63d7f95e3a98f8acd1d29797bb415f74f34dcc4aacb982 SHA512 076cc1e781cd730ba3a1b9f02bc730a6ade386fc58ae8bef6eebcc47b1d9cfc3dfad85f915b1164502b3fa1ca2c5a21d0d555d865577666c7e732fcae334864a WHIRLPOOL b494aa181099b9d943d2441c2b603a5218e4367a7e42808163a559fa329410c86286ee504536e7374b43d55a49e4fd593cb8bfbccd32bbbb34d6758c988af6e2 +MISC metadata.xml 383 SHA256 39c53697fb4efa48b4fce74d1f74ecb09fbdfd599b11fd1ba8aefd95c4c750c6 SHA512 2b78621c1f3badc78dad07dc4f30844d4f81bfddb4e12dfe9bc311b93585b6a99ab8f6ccec973aecb4916b6c77218f4cdb2278e6136fbbeb807f16b7bcba26ee WHIRLPOOL a4b46812661df7b26362b49acc8c262017a2cb2bb1db2058b7368dc5e3ea3b1eacc94e6c13d725fb4660914e08faabc8884b5388e69375df58e81952b71b0dbd diff --git a/x11-plugins/pidgin-latex/metadata.xml b/x11-plugins/pidgin-latex/metadata.xml new file mode 100644 index 000000000000..d5374f0bfef1 --- /dev/null +++ b/x11-plugins/pidgin-latex/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-needed --> + <longdescription> +A plugin for Pidgin which translates LaTeX code into images in your IM and Chat +conversations. +</longdescription> + <upstream> + <remote-id type="sourceforge">pidgin-latex</remote-id> + </upstream> +</pkgmetadata> diff --git a/x11-plugins/pidgin-latex/pidgin-latex-1.5.0.ebuild b/x11-plugins/pidgin-latex/pidgin-latex-1.5.0.ebuild new file mode 100644 index 000000000000..45e131099e73 --- /dev/null +++ b/x11-plugins/pidgin-latex/pidgin-latex-1.5.0.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +inherit multilib toolchain-funcs + +MY_P=${PN}_${PV} + +DESCRIPTION="Pidgin plugin that renders latex formulae" +HOMEPAGE="https://sourceforge.net/projects/pidgin-latex/" +SRC_URI="mirror://sourceforge/pidgin-latex/${MY_P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 ~ppc x86" +IUSE="" + +COMMON_DEPEND=" + net-im/pidgin[gtk] + x11-libs/gtk+:2" +DEPEND="${COMMON_DEPEND} + sys-devel/libtool + virtual/pkgconfig" +RDEPEND="${COMMON_DEPEND} + virtual/latex-base + app-text/dvipng" + +S=${WORKDIR}/${PN} + +src_prepare() { + sed -e "s:\(CC.*=\).*:\1 $(tc-getCC):" \ + -e "/LIB_INSTALL_DIR/{s:/lib/pidgin:/$(get_libdir)/pidgin:;}" \ + -i Makefile || die +} + +src_install() { + emake PREFIX="${D}/usr" install + dodoc README CHANGELOG TODO +} + +pkg_postinst() { + elog 'Note, to see formulas either disable "Conversation Colors" plugin or' + elog 'switch off "ignore incoming format" option in plugin configuration.' + elog 'For details, take a look (and vote) at http://developer.pidgin.im/ticket/2772' +} |