dc5655b277
git-svn-id: http://svn.sabayonlinux.org/overlay@1499 d7aec97c-591d-0410-af39-a8856400b30a
41 lines
824 B
Bash
41 lines
824 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.gz"
|
|
|
|
LICENSE="GPL-2"
|
|
KEYWORDS="~amd64 ~x86 ~ppc"
|
|
IUSE="kdeenablefinal"
|
|
SLOT="0"
|
|
RDEPEND="${DEPEND}"
|
|
S=${WORKDIR}/${P}
|
|
|
|
DEPEND="
|
|
=kde-base/kdelibs-3.5*
|
|
|| ( ( =kde-base/kdebase-kioslaves-3.5* =kde-base/kjsembed-3.5* ) =kde-base/kdebase-3.5* )
|
|
<x11-libs/qt-4
|
|
sys-apps/hwinfo
|
|
>=sys-apps/dbus-1.0
|
|
>=sys-apps/hal-0.5
|
|
"
|
|
|
|
need-kde 3.5
|
|
|
|
src_unpack() {
|
|
unpack ${A}
|
|
cd ${WORKDIR}
|
|
mv kio-${P} ${P}
|
|
}
|
|
|
|
src_compile() {
|
|
append-flags -fno-inline
|
|
|
|
local myconf="$(use_enable kdeenablefinal final)"
|
|
|
|
kde_src_compile
|
|
}
|