megacoffee.net Gentoo overlay - legacy mirror
We have moved to Git. This repository is only provided for compatibility with old installations. Learn how to migrate your installation here.
comparison net-im/trillian/trillian-1.0.0.2.ebuild @ 58:003bdc73ca7d
added testing ebuild for trillian beta 2
author | Michalis Adamidis <gsnerf@gsnerf.de> |
---|---|
date | Fri, 11 Apr 2014 12:44:17 +0200 |
parents | |
children | c8a52cf20ef3 |
comparison
equal
deleted
inserted
replaced
57:43ee544f8f89 | 58:003bdc73ca7d |
---|---|
1 # Copyright 1999-2014 Gentoo Foundation | |
2 # Distributed under the terms of the GNU General Public License v2 | |
3 # $Header: $ | |
4 EAPI="2" | |
5 | |
6 URI_PRE="http://www.trillian.im/get/linux/beta/apt/dists/stable/main/binary-" | |
7 SRC_URI="x86? ( ${URI_PRE}i386/trillian_${PV}_i386.deb ) | |
8 amd64? ( ${URI_PRE}amd64/trillian_${PV}_amd64.deb )" | |
9 | |
10 DESCRIPTION="Trillian is a multi-platform multi-protocol chat client." | |
11 HOMEPAGE="http://www.trillian.im" | |
12 KEYWORDS="-* ~x86 ~amd64" | |
13 SLOT="0" | |
14 LICENSE="Closed Source" | |
15 IUSE="" | |
16 RESTRICT="mirror" | |
17 | |
18 RDEPEND="" | |
19 DEPEND=">=sys-libs/glibc-2.13.0 | |
20 >=dev-libs/glib-2.30.0 | |
21 >=x11-libs/cairo-1.12.0 | |
22 >=dev-cpp/cairomm-1.10.0 | |
23 >=x11-libs/gdk-pixbuf-2.26.0 | |
24 >=x11-libs/pango-1.30.0 | |
25 >=dev-cpp/pangomm-2.28.0 | |
26 >=dev-cpp/gtkmm-3.4.0 | |
27 >=net-libs/webkit-gtk-1.8.0 | |
28 >=dev-libs/libzip-0.10.0 | |
29 >=x11-libs/libnotify-0.7.5 | |
30 >=sys-libs/zlib-1.2.0 | |
31 >=media-sound/pulseaudio-1 | |
32 >=dev-libs/openssl-1.0.0 | |
33 x11-themes/gtk-engines-unico | |
34 x11-themes/gtk-engines-murrine | |
35 gnome-base/librsvg" | |
36 | |
37 pkg_preinst() { | |
38 cd ${WORKDIR} | |
39 mkdir data | |
40 tar -xzf data.tar.gz -C data | |
41 cp -R data/* ${D} | |
42 } |