ebuild for telegram-purple
This commit is contained in:
parent
9546b222b3
commit
9c3f9c173c
3 changed files with 80 additions and 0 deletions
2
x11-plugins/telegram-purple/Manifest
Normal file
2
x11-plugins/telegram-purple/Manifest
Normal file
|
@ -0,0 +1,2 @@
|
|||
EBUILD telegram-purple-1.3.0.ebuild 731 SHA256 c8de6c4443621be11543e346b921667c705190e90b4594d8444761ec28a96c62 SHA512 edd350b64ff6f24fa3e7e21e3e1c755107c8ca342e0ee939a151ee6bf946e950f5474e55afc97bfb89b1c743ad3a34612a9901cf29ee23c0ab5ffb3377e9ab2d WHIRLPOOL 55b4ecb8604a5a315d2eae2655cd0a3b3e698dec61a445681d87d0f2b98cc868dc6a0b0d57312e97ba0d7e9e0076528d16c293e6b04bf20c4db514ecdeb5a903
|
||||
EBUILD telegram-purple-9999.ebuild 731 SHA256 c8de6c4443621be11543e346b921667c705190e90b4594d8444761ec28a96c62 SHA512 edd350b64ff6f24fa3e7e21e3e1c755107c8ca342e0ee939a151ee6bf946e950f5474e55afc97bfb89b1c743ad3a34612a9901cf29ee23c0ab5ffb3377e9ab2d WHIRLPOOL 55b4ecb8604a5a315d2eae2655cd0a3b3e698dec61a445681d87d0f2b98cc868dc6a0b0d57312e97ba0d7e9e0076528d16c293e6b04bf20c4db514ecdeb5a903
|
39
x11-plugins/telegram-purple/telegram-purple-1.3.0.ebuild
Normal file
39
x11-plugins/telegram-purple/telegram-purple-1.3.0.ebuild
Normal file
|
@ -0,0 +1,39 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit git-r3
|
||||
|
||||
DESCRIPTION="Adds support for Telegram to Pidgin, Adium, Finch and other Libpurple based messengers"
|
||||
HOMEPAGE="https://github.com/majn/telegram-purple"
|
||||
|
||||
EGIT_REPO_URI="https://github.com/majn/telegram-purple"
|
||||
KEYWORDS="~amd64"
|
||||
case ${PV} in
|
||||
"1.3.0")
|
||||
EGIT_COMMIT="0340e4f14b2480782db4e5b9242103810227c522"
|
||||
;;
|
||||
*)
|
||||
EGIT_BRANCH="master"
|
||||
KEYWORDS="~*"
|
||||
;;
|
||||
esac
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
IUSE="+libwebp"
|
||||
|
||||
DEPEND="
|
||||
sys-devel/gettext
|
||||
dev-libs/libgcrypt:0/20
|
||||
libwebp? ( media-libs/libwebp )
|
||||
net-im/pidgin
|
||||
sys-libs/zlib
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_configure() {
|
||||
econf $(use_enable libwebp)
|
||||
}
|
39
x11-plugins/telegram-purple/telegram-purple-9999.ebuild
Normal file
39
x11-plugins/telegram-purple/telegram-purple-9999.ebuild
Normal file
|
@ -0,0 +1,39 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit git-r3
|
||||
|
||||
DESCRIPTION="Adds support for Telegram to Pidgin, Adium, Finch and other Libpurple based messengers"
|
||||
HOMEPAGE="https://github.com/majn/telegram-purple"
|
||||
|
||||
EGIT_REPO_URI="https://github.com/majn/telegram-purple"
|
||||
KEYWORDS="~amd64"
|
||||
case ${PV} in
|
||||
"1.3.0")
|
||||
EGIT_COMMIT="0340e4f14b2480782db4e5b9242103810227c522"
|
||||
;;
|
||||
*)
|
||||
EGIT_BRANCH="master"
|
||||
KEYWORDS="~*"
|
||||
;;
|
||||
esac
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
IUSE="+libwebp"
|
||||
|
||||
DEPEND="
|
||||
sys-devel/gettext
|
||||
dev-libs/libgcrypt:0/20
|
||||
libwebp? ( media-libs/libwebp )
|
||||
net-im/pidgin
|
||||
sys-libs/zlib
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_configure() {
|
||||
econf $(use_enable libwebp)
|
||||
}
|
Loading…
Reference in a new issue