added ebuild for skype-2.0.0.72
This commit is contained in:
parent
243b64e9ac
commit
52cb473943
4 changed files with 171 additions and 0 deletions
11
net-im/skype/files/skype.sh
Normal file
11
net-im/skype/files/skype.sh
Normal file
|
@ -0,0 +1,11 @@
|
|||
#!/bin/bash
|
||||
#
|
||||
progname="skype"
|
||||
progpath="/opt/${progname}/"
|
||||
progopts="--resources-path ${progpath}"
|
||||
|
||||
|
||||
#Going to "homedir"
|
||||
cd ${progpath}
|
||||
skypecmd="${progpath}${progname}"
|
||||
XMODIFIERS=@im=none QT_IM_MODULE=simple exec ${skypecmd} ${progopts} $@
|
Loading…
Add table
Add a link
Reference in a new issue