Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 112733 Details for
Bug 147553
ebuild request: Strigi Desktop Search
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
kde-misc/strigi-9999.ebuild (svn-ebuild)
strigi-9999.ebuild (text/plain), 1.13 KB, created by
Thomas Wouters
on 2007-03-09 18:21:27 UTC
(
hide
)
Description:
kde-misc/strigi-9999.ebuild (svn-ebuild)
Filename:
MIME Type:
Creator:
Thomas Wouters
Created:
2007-03-09 18:21:27 UTC
Size:
1.13 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils distutils subversion > >ESVN_REPO_URI="svn://anonsvn.kde.org/home/kde/trunk/kdesupport/strigi" >ESVN_PROJECT="strigi" > >DESCRIPTION="Fast crawling Desktop-Searchengine with QT4 GUI" >HOMEPAGE="http://www.vandenoever.info/software/strigi" >SRC_URI="" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="-*" > >IUSE="dbus hyperestraier inotify log qt4 xml" > >DEPEND=">=dev-cpp/clucene-0.9.15 > sys-apps/attr > >=dev-util/cmake-2.4.0 > >=x11-libs/qt-4.1.2 > dbus? ( sys-apps/dbus ) > hyperestraier? ( app-text/hyperestraier ) > log? ( >=dev-libs/log4cxx-0.9.7 ) > qt4? ( >=x11-libs/qt-4.1.2 ) > xml? ( dev-libs/libxml2 )" > >src_compile() { > cmake -DENABLE_INOTIFY:BOOL=$(use inotify && echo ON || echo OFF ) \ > -DENABLE_DBUS:BOOL=$(use dbus && echo ON || echo OFF) \ > -DENABLE_LOG4CXX:BOOL=$(use log && echo ON || echo OFF) \ > -DCMAKE_INSTALL_PREFIX:PATH=/usr \ > -DSTRIGI_INSTALL_LIB_DIR:PATH=$(get_libdir) \ > . || die > > emake || die >} > >src_install() { > emake install DESTDIR=${D} || die >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 147553
:
97131
|
97207
|
97211
|
98266
|
99505
|
99506
|
102374
|
102375
|
102489
|
102490
|
102672
|
102676
|
102677
|
103260
|
103274
|
103342
|
104909
|
104910
|
108602
|
112733
|
112734
|
112958
|
112959
|
112961