Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 178334 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]
new start-script for Spark IM
spark.sh (text/plain), 629 bytes, created by
AnViar
on 2009-01-13 10:04:47 UTC
(
hide
)
Description:
new start-script for Spark IM
Filename:
MIME Type:
Creator:
AnViar
Created:
2009-01-13 10:04:47 UTC
Size:
629 bytes
patch
obsolete
>#!/bin/bash > >BASE=/usr/share/spark > >#Installing emotions >if [[ ! -d ~/.Spark/xtra/emoticons ]] ; then > mkdir -p ~/.Spark/xtra/emoticons > cd ~/.Spark/xtra/emoticons/ > for em in ${BASE}/xtra/emoticons/*.zip ; do > unzip -qq ${em} > done > >fi > >#Installing plugins >if [[ ! -d ~/.Spark/plugins ]] ; then > mkdir -p ~/.Spark/plugins > cp ${BASE}/plugins/*.jar ~/.Spark/plugins/ >fi > >#Preparing sounds >if [[ ! -d ~/.Spark/resources ]] ; then > mkdir -p ~/.Spark/resources > ln -s ${BASE}/resources/sounds ~/.Spark/resources/sounds >fi > > >#Running application >cd ${BASE}/lib/ >"${JAVA_HOME}/bin/java" -jar startup.jar
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