Various compilation scripts & patches for Linux programs.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
701 B

  1. # Maintainer: Pekka Helenius <fincer89 [at] hotmail [dot] com>
  2. pkgname=kde-servicemenus-qnapi
  3. pkgver=1
  4. pkgrel=1
  5. pkgdesc="Download subtitles for a video file using QNapi (KDE5 Dolphin action)"
  6. arch=('any')
  7. license=('GPL')
  8. depends=('dolphin' 'konsole' 'qnapi')
  9. source=(
  10. 'qnapi-downloadsub.desktop'
  11. 'qnapi-downloadsub.sh'
  12. )
  13. md5sums=('a5a6d1c01a89239695de7d8c29c1c470'
  14. '1d58fafdf1f8858a65214d64b3056bbf')
  15. package() {
  16. mkdir -p ${pkgdir}/usr/share/kservices5/ServiceMenus/
  17. cp ${srcdir}/{qnapi-downloadsub.desktop,qnapi-downloadsub.sh} ${pkgdir}/usr/share/kservices5/ServiceMenus/
  18. chmod 755 ${pkgdir}/usr/share/kservices5/ServiceMenus/{qnapi-downloadsub.desktop,qnapi-downloadsub.sh}
  19. }