Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 105923 Details for
Bug 160707
New ebuild: kde-misc/rio600-0.4
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
kde-misc/rio600/rio600-0.4.ebuild, version 2
rio600-0.4.ebuild (text/plain), 1.26 KB, created by
Jouni Rinne
on 2007-01-07 19:06:41 UTC
(
hide
)
Description:
kde-misc/rio600/rio600-0.4.ebuild, version 2
Filename:
MIME Type:
Creator:
Jouni Rinne
Created:
2007-01-07 19:06:41 UTC
Size:
1.26 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit autotools kde-functions > >IUSE="arts" > >DESCRIPTION="Rio600 kio-slave allows you to access a RIO600 or compatible via Konqueror." >HOMEPAGE="http://elina.htlw16.ac.at/~hoerandl/rio600.html" >SRC_URI="http://elina.htlw16.ac.at/~hoerandl/${P}.tar.gz" > >SLOT="0" >LICENSE="GPL-2" >KEYWORDS="~x86" > >RDEPEND=">=app-misc/rioutil-1.5.0-r1 > kde-base/konqueror" > >DEPEND="${RDEPEND} > kde-base/kdelibs" > >src_unpack(){ > unpack ${A} > cd ${S} > epatch ${FILESDIR}/${P}-arts.patch > autotools_run_tool aclocal > autotools_run_tool autoconf > autotools_run_tool automake > > sed -ie "s:konqueror:kfmclient openProfile filemanagement:" rio600/rio600 >} > >src_compile() { > set-kdedir > ewarn "Installing into ${KDEDIR}" > local myconf > myconf="--prefix=${KDEDIR}" > > econf \ > ${myconf} \ > $(use_with arts) \ > || die "econf failed" > > emake || die "emake failed" >} > >src_install() { > insinto ${KDEDIR}/lib/kde3 > insopts -m0755 > doins rio600/.libs/kio_rio600.so > insopts -m0644 > doins rio600/kio_rio600.la > insinto ${KDEDIR}/share/services > doins rio600/rio600.protocol > dobin rio600/rio600 > dodoc AUTHORS ChangeLog README TODO >} > >pkg_postinst() { > buildsycoca >} > >pkg_postrm() { > buildsycoca >}
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 160707
:
105827
|
105829
| 105923