Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 178332 Details for
Bug 194693
net-im/spark - ebuild for IM jabber client
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for Spark IM with new start-cript
spark-2.5.8.ebuild (text/plain), 1.23 KB, created by
AnViar
on 2009-01-13 10:03:28 UTC
(
hide
)
Description:
ebuild for Spark IM with new start-cript
Filename:
MIME Type:
Creator:
AnViar
Created:
2009-01-13 10:03:28 UTC
Size:
1.23 KB
patch
obsolete
># Copyright 2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils java-pkg > >DESCRIPTION="Spark is an Open Source, cross-platform IM client optimized for businesses and organizations" >HOMEPAGE="http://www.igniterealtime.org/projects/spark/" >SRC_URI="http://www.igniterealtime.org/builds/spark/${PN//-/_}_${PV//./_}.tar.gz" >LICENSE="GPL-2" > >SLOT="0" > >KEYWORDS="~amd64 ~x86" >IUSE="doc" > >RDEPEND=">=virtual/jdk-1.5 > >=virtual/jre-1.5" >DEPEND="app-arch/unzip" > >S="${WORKDIR}"/Spark > >src_install() { > java-pkg_dojar lib/*.jar > java-pkg_dojar .install4j/*.jar > > insinto /usr/share/spark > doins -r resources > doins -r xtra > doins -r plugins > > dobin "${FILESDIR}"/spark.sh > unzip -qq lib/spark.jar > doicon "${WORKDIR}"/images/spark-64x64.png > make_desktop_entry spark.sh "Spark IM" spark-64x64 "Network;InstantMessaging" > > if use doc; then > dohtml -r documentation/* > fi >} > >pkg_postinst() { > ewarn "If you have problems with system-tray, read this:" > ewarn "http://www.igniterealtime.org/community/message/168762#168711" > ewarn "You must:" > ewarn "1. replace /usr/share/spark/plugins/jniwrapper.jar with attachment from the post above;" > ewarn "2. remove ~/.Spark/plugins" > ewarn "3. re-start Spark IM" >}
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 194693
:
132545
| 178332 |
178334