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
650 B

7 years ago
7 years ago
7 years ago
7 years ago
  1. # Maintainer: Pekka Helenius <fincer89 [at] hotmail [dot] com>
  2. pkgname=kde-servicemenus-unlockpdf
  3. pkgver=1
  4. pkgrel=1
  5. pkgdesc="Unlock PDF files using Dolphin or Konqueror (KDE5 Dolphin action)"
  6. arch=('any')
  7. license=('GPL')
  8. depends=('ghostscript' 'dolphin')
  9. source=(
  10. 'pdfunlock.desktop'
  11. 'pdfunlock.sh'
  12. )
  13. md5sums=('44ee294b4b8c640d00883f482646fce8'
  14. 'c046c519ca61d11b2cf4822c3ea371c8')
  15. package() {
  16. mkdir -p ${pkgdir}/usr/share/kservices5/ServiceMenus/
  17. cp ${srcdir}/{pdfunlock.desktop,pdfunlock.sh} ${pkgdir}/usr/share/kservices5/ServiceMenus/
  18. chmod 755 ${pkgdir}/usr/share/kservices5/ServiceMenus/{pdfunlock.desktop,pdfunlock.sh}
  19. }