Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 161203 Details for
Bug 160139
kscannerbuttons-0.9.4 (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Updated 0.9.5 ebuild to go with my patch
kscannerbuttons-0.9.5.ebuild (text/plain), 899 bytes, created by
Stephan Sokolow
on 2008-07-23 17:17:42 UTC
(
hide
)
Description:
Updated 0.9.5 ebuild to go with my patch
Filename:
MIME Type:
Creator:
Stephan Sokolow
Created:
2008-07-23 17:17:42 UTC
Size:
899 bytes
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >DESCRIPTION="a daemon plus a KDE application for monitoring your scanner buttons" >HOMEPAGE="http://jice.free.fr/" >SRC_URI="http://jice.free.fr/KScannerButtons/${P}.tar.bz2" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~ppc ~x86" >IUSE="" > >DEPEND=">=kde-base/kommander-3.5.5 > >=kde-base/ksystraycmd-3.5.5 > >=media-gfx/sane-backends-1.0.18-r2" > >S=${WORKDIR}/KScannerButtons > >src_unpack() { > unpack ${A} > cd "${S}" > epatch "${FILESDIR}"/${P}-build.patch > epatch "${FILESDIR}"/${P}-fix-ksystraycmd.patch > sed -i \ > -e '/^PREFIX =/s:=.*:=/usr:' \ > Makefile || die > > rm -f src/sanebuttonsd.c > emake clean >} > >src_install() { > emake DESTDIR="${D}" install || die "Install failed" > chmod 755 "${D}/usr/share/kscannerbuttons/KScannerButtons.kmdr" > dodoc Changelog README >}
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 160139
:
105442
|
105449
|
105451
|
108429
|
132161
|
132162
|
161202
| 161203 |
161230