7f8aa69cc7
git-svn-id: http://svn.sabayonlinux.org/overlay@733 d7aec97c-591d-0410-af39-a8856400b30a
32 lines
648 B
Bash
32 lines
648 B
Bash
# Copyright 2004-2006 SabayonLinux
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
inherit kde eutils flag-o-matic
|
|
|
|
DESCRIPTION="A modified system information page for konqi from Suse"
|
|
HOMEPAGE="http://opensuse.org"
|
|
SRC_URI="http://sabayonlinux.org/distfiles/kde-misc/${PN}/${P}.tar.bz2"
|
|
|
|
LICENSE="GPL-2"
|
|
KEYWORDS="~amd64 ~x86 ~ppc"
|
|
IUSE="kdeenablefinal"
|
|
SLOT="0"
|
|
RDEPEND="${DEPEND}"
|
|
|
|
DEPEND="
|
|
|| ( >=kde-base/kdebase-3.5.0 >=kde-base/kdebase-meta-3.5.0 )
|
|
<x11-libs/qt-4
|
|
"
|
|
|
|
# S=${PN}/work
|
|
|
|
need-kde 3.5
|
|
|
|
src_compile() {
|
|
append-flags -fno-inline
|
|
|
|
local myconf="$(use_enable kdeenablefinal final)"
|
|
|
|
kde_src_compile
|
|
}
|