Advertisement
Guest User

BlueJeans 2.0.0 PKGBUILD

a guest
Nov 26th, 2019
408
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.51 KB | None | 0 0
  1. $ diff -u PKGBUILD*
  2. --- PKGBUILD    2019-11-26 15:50:34.809942844 -0700
  3. +++ PKGBUILD.1.37.22-1  2019-11-26 15:46:21.589947081 -0700
  4. @@ -6,7 +6,7 @@
  5.  # $ curl -s https://bluejeans.com/downloads | grep 'desktop/linux'
  6.  
  7.  pkgname=bluejeans
  8. -pkgver=1.37.22
  9. +pkgver=2.0.0
  10.  pkgrel=1
  11.  pkgdesc="BlueJeans desktop app for video calls"
  12.  arch=('x86_64')
  13. @@ -70,24 +70,16 @@
  14.           'xz'
  15.           'zlib')
  16.  install=bluejeans.install
  17. -source=(https://swdl.bluejeans.com/desktop/linux/${pkgver%.*}/${pkgver}/bluejeans-${pkgver}.x86_64.rpm)
  18. +source=(https://swdl.bluejeans.com/desktop-app/linux/${pkgver}/BlueJeans.rpm)
  19.  
  20. -sha256sums=('821fac8ab2fa18a018968143a3ca6f0e1aa2f03e3061676e07e73c2adff80cc2')
  21. +sha256sums=('c1d213d5556f4238adaba163b2ff35549c66c44a3657377622af9c46112663c7')
  22.  
  23.  package() {
  24.    # add bluejeans wrapper to /usr/bin
  25.    mkdir -p "${pkgdir}/usr/bin"
  26. -  chmod +x "opt/bluejeans/bluejeans"
  27. -  ln -nsf "/opt/bluejeans/bluejeans" "${pkgdir}/usr/bin/bluejeans"
  28. +  ln -nsf "/opt/BlueJeans/bluejeans-v2" "${pkgdir}/usr/bin/bluejeans"
  29.  
  30. -  # install desktop file and icons
  31. -  mkdir -p "${pkgdir}/usr/share/applications/"
  32. -  mv "opt/bluejeans/bluejeans.desktop" "${pkgdir}/usr/share/applications/"
  33. -  mv "opt/bluejeans/icons" "${pkgdir}/usr/share/"
  34. -
  35. -  # hack for libudev.so.0
  36. -  ln -nsf "/usr/lib/libudev.so.1" "opt/bluejeans/libudev.so.0"
  37. -
  38. -  # put the rest in /opt
  39. -  mv "opt" "${pkgdir}"
  40. +  # move the rest of the files into the package directory
  41. +  mv "opt" "${pkgdir}/"
  42. +  mv "usr/share" "${pkgdir}/usr/"
  43.  }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement