Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 113793 Details for
Bug 171472
dev-util/deskzilla-1.3 (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
deskzilla-1.3_beta1.ebuild
deskzilla-1.3_beta1.ebuild (text/plain), 1.06 KB, created by
Marat Radchenko
on 2007-03-19 19:21:24 UTC
(
hide
)
Description:
deskzilla-1.3_beta1.ebuild
Filename:
MIME Type:
Creator:
Marat Radchenko
Created:
2007-03-19 19:21:24 UTC
Size:
1.06 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils versionator java-utils-2 > >DESCRIPTION="Deskzilla is a desktop client for Mozilla's Bugzilla⢠bug tracking system." >HOMEPAGE="http://almworks.com/deskzilla" > >#This is ugly. Remove when http://bugzilla.almworks.com/show_bug.cgi?id=449 is fixed. >DIRVERSION="1.3" >FILEVERSION="1_3_b1" > >S="${WORKDIR}/${PN}-${DIRVERSION}" >SRC_URI="http://d1.almworks.com/.files/${PN}-${FILEVERSION}_without_jre.tar.gz" >SLOT="0" >KEYWORDS="~x86" > >DEPEND="" >RDEPEND=">=virtual/jdk-1.5.0" > >src_install () { > dodir /opt/${P} > dodir /usr/bin > dodir /usr/share/applications > > # Install data files > insopts -m0644 > insinto /opt/${P} > doins -r components etc lib license log deskzilla.jar deskzilla.url license.html README.txt > > #No icon yet. > # Install pixmaps > #dodir /usr/share/pixmaps > #insinto /usr/share/pixmaps > #doins *.png > > java-pkg_dolauncher ${PN} --jar "${PN}.jar" --java_args "-Xmx=256M" > > make_desktop_entry deskzilla "Deskzilla" deskzilla.png "Development" >}
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 171472
:
113793
|
113799
|
113907
|
114576
|
116802