summaryrefslogtreecommitdiff
blob: 741468a35c19a3d1461efa39e55920e550499968 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/rox-base/pager/pager-1.0.1.ebuild,v 1.5 2006/10/05 17:22:23 lack Exp $

ROX_CLIB_VER=1.9.14
inherit rox eutils

PAGER_PATCH_FN="01_all_libwnck-2-fix.patch"
DESCRIPTION="Pager - A pager applet for ROX-Filer"
HOMEPAGE="http://rox.sourceforge.net/"
SRC_URI="mirror://sourceforge/rox/${P}.tgz"
LICENSE="GPL-2"

SLOT="0"
KEYWORDS="~x86"
IUSE=""
DEPEND=">=x11-libs/libwnck-2.4.0
		>=dev-libs/libxml2-2.0"

APPNAME=Pager

src_unpack() {
	unpack ${A}
	cd "${WORKDIR}"/${P}/${APPNAME}/src
	epatch "${FILESDIR}"/${PAGER_PATCH_FN}
	autoconf
}