|
|
发表于 2007-7-19 18:41:58
|
显示全部楼层
你这样会显得比较粗暴~ 改ebuild用gnome2的eclass吧
- # Copyright 1999-2007 Gentoo Foundation
- # Distributed under the terms of the GNU General Public License v2
- # $Header: $
- inherit gnome2 subversion autotools eutils
- ESVN_REPO_URI="http://avant-window-navigator.googlecode.com/svn/trunk/"
- DESCRIPTION="Avant Window Navgator (Awn) is a dock-like bar which sits at the bottom of the screen (in all its composited-goodness) tracking open windows."
- HOMEPAGE="http://code.google.com/p/avant-window-navigator/"
- SRC_URI=""
- LICENSE="GPL-2"
- SLOT="0"
- KEYWORDS=""
- IUSE=""
- DEPEND=">=dev-libs/glib-2.8.0
- gnome-base/gconf
- gnome-base/gnome-desktop
- gnome-base/libgnome
- gnome-base/gnome-vfs
- x11-libs/gtk+
- x11-libs/libwnck"
- RDEPEND=""
- S="${WORKDIR}/${PN}"
- src_compile() {
- eautoreconf || die "eautoreconf failed"
- glib-gettextize --copy --force || die "glib-gettextize failed"
- intltoolize --force --copy || die "intltoolize failed"
- gnome2_src_compile
- }
复制代码 |
|