User talk:Anna

From ArchWiki
Latest comment: 5 May 2015 by Anna in topic Webex

Webex

I've deleted the Webex page you created as these things should be included in a PKGBUILD, possibly published on AUR:

# Maintainer: Your Name <youremail@domain.com>
pkgname=webex
pkgver=1
pkgrel=1
pkgdesc="Webex is an online meeting and conferencing tool used by many businesses."
arch=(i686 x86_64)
url="http://www.webex.com/test-meeting.html"
license=(custom)
depends=(jre8-openjdk icedtea-web bin32-jdk java32-runtime-common java32-environment-common
	 lib32-libx11 lib32-gtk2 lib32-alsa-lib lib32-libxv lib32-libxt lib32-libxmu lib32-libxtst
	 lib32-pangox-compat lib32-libpng12)
install=
md5sums=(SKIP) #generate with 'makepkg -g'

package() {
    printf "Point your browser to http://www.webex.com/test-meeting.html\n"
    printf "This will create a directory in $HOME/.webex/ containing extra libraries needed by the Webex application.\n"
}

It would be better if there were some way to track the files by pacman, but asking proprietary software to behave is much I guess. -- Alad (talk) 15:17, 5 May 2015 (UTC)Reply[reply]


Makes sense, and I'll probably make that PKGBUILD in the next few days. I agree that tracking all the extra files would be great, but getting these dependencies is good enough for configuring a new laptop. Thanks for letting me know! Anna (talk) 15:30, 5 May 2015 (UTC)Reply[reply]