Advertisement
Guest User

GSCONNECT

a guest
Dec 12th, 2017
564
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. # Maintainer: Guillaume Hayot <ghayot@postblue.info>
  2.  
  3. pkgname=gnome-shell-extension-gsconnect
  4. pkgver=7
  5. pkgrel=2
  6. pkgdesc="KDE Connect implementation with GNOME Shell integration"
  7. arch=('any')
  8. url="https://github.com/andyholmes/gnome-shell-extension-gsconnect"
  9. license=('GPL')
  10. makedepends=('unzip')
  11. depends=('gnome-shell')
  12. optdepends=(
  13. 'sshfs: Browse remote files'
  14. 'folks: Contacts integration (Evolution)'
  15. 'libgdata: Contacts integration (GNOME Online Accounts)'
  16. 'python2-nautilus: Nautilus integration'
  17. 'gsound: Themed sound effects'
  18. )
  19. source=("https://github.com/andyholmes/$pkgname/releases/download/v$pkgver/gsconnect.andyholmes.github.io.zip")
  20. noextract=('gsconnect.andyholmes.github.io.zip')
  21. sha256sums=('781886ff8d55ae65cf584cf9dfd5567ba03903916c76bda54d8aaf31ea402f8b')
  22.  
  23. package() {
  24. unzip -q "$srcdir/gsconnect.andyholmes.github.io.zip" -d "$HOME/.local/share/gnome-shell/extensions/gsconnect@andyholmes.github.io"
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement