Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 103342 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]
strigi-0.3.10.ebuild (change mirror, again)
strigi-0.3.10.ebuild (text/plain), 2.29 KB, created by
Franz Trischberger
on 2006-12-04 10:36:38 UTC
(
hide
)
Description:
strigi-0.3.10.ebuild (change mirror, again)
Filename:
MIME Type:
Creator:
Franz Trischberger
Created:
2006-12-04 10:36:38 UTC
Size:
2.29 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: > >inherit eutils multilib > >DESCRIPTION="Fast crawling Desktop-Searchengine with (optional) QT4 GUI" >HOMEPAGE="http://www.vandenoever.info/software/strigi" >SRC_URI="http://www.vandenoever.info/software/strigi/${P}.tar.bz2" > ># sourceforge does not have the LIB_DESTINATION-fix. ># so we don't use it for this version. ># SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" > >LICENSE="GPL-2" > >SLOT="0" >KEYWORDS="~x86" >IUSE="dbus hyperestraier inotify log polling qt4 xml" > >DEPEND=">=app-arch/bzip2-1.0.3 > >=dev-cpp/clucene-0.9.16 > dev-libs/openssl > >=dev-util/cmake-2.4.2 > sys-apps/attr > >=sys-libs/zlib-1.2.3 > dbus? ( sys-apps/dbus ) > hyperestraier? ( app-text/hyperestraier ) > log? ( >=dev-libs/log4cxx-0.9.7 ) > qt4? ( >=x11-libs/qt-4.2.1-r1 ) > xml? ( dev-libs/libxml2 )" > >pkg_setup() { > pause=false > > # Better dont't use qt4-gui without dbus > if use qt4 && !(use dbus); then > ewarn "" > ewarn "WARNING:" > ewarn "You enabled qt4 an disabled dbus!" > ewarn "strigiclient won't be able to detect a running daemon." > ewarn "Please enable both qt4 and dbus Use-Flags to avoid this" > ewarn "" > pause=true > fi > > # polling and inotify still in development and unstable > if use inotify || use polling; then > ewarn "" > ewarn "WARNING:" > ewarn "Use-Flags inotify / polling" > ewarn "Still under development and unstable" > ewarn "You can get problems." > ewarn "" > pause=true > fi > > # You can't use both inotify and polling > if use inotify && use polling; then > ewarn "" > ewarn "ERROR:" > ewarn "Use-Flags: polling <> inotify" > ewarn "You can't enable both at the same time!" > ewarn "Please remove one of them!" > ewarn "" > die > fi > > if ${pause} ; then > sleep 5 > fi >} > >src_compile() { > cmake \ > -DENABLE_INOTIFY:BOOL=$( use inotify && echo ON || echo OFF ) \ > -DENABLE_POLLING:BOOL=$( use polling && 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 \ > -DLIB_DESTINATION: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