- get .deb
- extract to /opt/pkg/jitsi # control.tar.gz, data.tar.gz, usr/
- apply patches
- ln -s /opt/pkg/jitsi/usr/bin/jitsi /usr/local/bin/jitsi
- ln -s /opt/pkg/jitsi/usr/share/applications/jitsi.desktop /usr/share/applications/jitsi.desktop
Last active
December 21, 2015 19:49
-
-
Save obfusk/6357018 to your computer and use it in GitHub Desktop.
jitsi in /opt from .deb w/o apt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- jitsi.desktop.bak 2013-08-27 20:08:14.261843712 +0200 | |
| +++ jitsi.desktop 2013-08-27 20:08:46.481845301 +0200 | |
| @@ -2,7 +2,7 @@ | |
| Name=Jitsi | |
| GenericName=Jitsi | |
| Comment=VoIP and Instant Messaging client | |
| -Icon=/usr/share/pixmaps/jitsi.svg | |
| +Icon=/opt/pkg/jitsi/usr/share/pixmaps/jitsi.svg | |
| Type=Application | |
| Categories=Network;InstantMessaging;Chat;Telephony;VideoConference;Java; | |
| Exec=jitsi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- jitsi.bak 2013-08-27 20:07:09.841840530 +0200 | |
| +++ jitsi 2013-08-27 20:07:53.369842678 +0200 | |
| @@ -13,7 +13,7 @@ | |
| javabin=`which java` | |
| -SCDIR=/usr/share/jitsi | |
| +SCDIR=/opt/pkg/jitsi/usr/share/jitsi | |
| LIBPATH=$SCDIR/lib | |
| CLASSPATH=$LIBPATH/jdic_stub.jar:$LIBPATH/jdic-all.jar:$LIBPATH/felix.jar:$LIBPATH/bcprovider.jar:$SCDIR/sc-bundles/sc-launcher.jar:$SCDIR/sc-bundles/util.jar | |
| FELIX_CONFIG=$LIBPATH/felix.client.run.properties |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment