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.

25 lines
656 B

7 years ago
  1. # Maintainer: Sabart Otto - Seberm <seberm[at]gmail[dot].com
  2. pkgname=kde-servicemenus-cr2fits
  3. pkgver=1
  4. pkgrel=1
  5. pkgdesc="Convert RAW images to FITS format (KDE5 Dolphin action)"
  6. url=()
  7. arch=('any')
  8. license=('GPL')
  9. install=''
  10. source=(cr2fits.desktop
  11. cr2fits.sh)
  12. depends=('cr2fits' 'dolphin')
  13. optdepends=()
  14. conflicts=()
  15. provides=''
  16. makedepends=()
  17. package() {
  18. mkdir -p $pkgdir/usr/share/kservices5/ServiceMenus/
  19. cp $srcdir/{ale_stack.desktop,ale_stack.sh} $pkgdir/usr/share/kservices5/ServiceMenus/
  20. chmod 755 $pkgdir/usr/share/kservices5/ServiceMenus/*
  21. }
  22. md5sums=('bfbce728d7abea9b6446c932bf7f31e7'
  23. 'e4448d942b57641df540737ab2c1fec9')