Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 110186 Details for
Bug 166876
app-accessibility/onboard (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild for onboard-0.85
onboard-0.85.ebuild (text/plain), 1.25 KB, created by
Dustin Spicuzza
on 2007-02-14 18:35:16 UTC
(
hide
)
Description:
Ebuild for onboard-0.85
Filename:
MIME Type:
Creator:
Dustin Spicuzza
Created:
2007-02-14 18:35:16 UTC
Size:
1.25 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >DESCRIPTION="Simple On-screen Keyboard with macros and easy layout creation." >HOMEPAGE="https://wiki.ubuntu.com/Accessibility/Projects/onBoard" >SRC_URI="http://archive.ubuntu.com/ubuntu/pool/main/o/onboard/onboard_0.85.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="alpha amd64 hppa mips ppc ppc-macos ppc64 sparc x86" >IUSE="" > ># not sure about versioning at this point >DEPEND="dev-lang/python > pycairo > dev-python/gnome-python > dev-python/pygtk > dev-python/pyxml > virtkey" > > >src_unpack() { > unpack ${A} >} > ># from debian file ># *.py /usr/share/onboard ># *.glade* /usr/share/onboard ># layouts /usr/share/onboard ># scripts /usr/share/onboard ># *.svg /usr/share/onboard ># debian/*.desktop /usr/share/applications > >src_install() { > > # i think that this is just $D... > DROOT=/usr/lib/onboard > > exeinto $DROOT > doexe *.py > > insinto $DROOT > doins *.glade* > doins *.svg > > insinto $DROOT/layouts > doins layouts/* > > exeinto $DROOT/scripts > doexe scripts/*.py > > insinto /usr/share/applications > doins debian/*.desktop > > dohtml -r docs/* > > dodir /usr/bin > dosym $DROOT/run-onboard.py /usr/bin/run-onboard.py >} >
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 166876
:
110186
|
110188
|
110230
|
141905
|
174398
|
188294
|
200139
|
205974
|
206050
|
206055
|
520056