/[gentoo-x86]/x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild
Gentoo

Contents of /x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.6 - (show annotations) (download)
Sat May 5 05:12:00 2012 UTC (12 months, 2 weeks ago) by jdhore
Branch: MAIN
CVS Tags: HEAD
Changes since 1.5: +3 -3 lines
dev-util/pkgconfig -. virtual/pkgconfig

(Portage version: 2.2.0_alpha101/cvs/Linux i686)

1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild,v 1.5 2011/12/07 07:51:06 phajdan.jr Exp $
4
5 EAPI=4
6 inherit eutils toolchain-funcs
7
8 DESCRIPTION="A fun clock applet for your desktop featuring swimming fish"
9 HOMEPAGE="http://www.ne.jp/asahi/linux/timecop"
10 SRC_URI="http://www.ne.jp/asahi/linux/timecop/software/${P}.tar.gz"
11
12 LICENSE="GPL-2"
13 SLOT="0"
14 KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86"
15 IUSE=""
16
17 RDEPEND="x11-libs/gtk+:2
18 x11-libs/libX11"
19 DEPEND="${RDEPEND}
20 virtual/pkgconfig"
21
22 src_prepare() {
23 epatch "${FILESDIR}"/${P}-gtk.patch
24 epatch "${FILESDIR}"/${P}-no_display.patch
25 sed -i -e "s/\$(CC)/& \$(LDFLAGS)/" Makefile || die #331891
26 }
27
28 src_compile() {
29 emake CC="$(tc-getCC)"
30 }
31
32 src_install() {
33 dobin ${PN}
34 doman ${PN}.1
35 dodoc ALL_I_GET_IS_A_GRAY_BOX AUTHORS ChangeLog CODING README
36 }

  ViewVC Help
Powered by ViewVC 1.1.13