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.

18 lines
698 B

  1. pkgname=kde-servicemenus-destroyfile
  2. pkgver=1
  3. pkgrel=1
  4. pkgdesc="A KDE service menu entry for destroying files with shred (KDE5 Dolphin action)"
  5. arch=('any')
  6. url=""
  7. license=('GPL')
  8. depends=('coreutils' 'dolphin' 'kdialog' 'libnotify')
  9. source=('dolphin-destroyfile.desktop'
  10. 'dolphin-destroyfile.sh')
  11. md5sums=('c7b3ed98ea6ec462c598d720f5c21c4a'
  12. '1944d544ee7666864ed7822c18add4d9')
  13. package() {
  14. mkdir -p $pkgdir/usr/share/kservices5/ServiceMenus/
  15. install -m 755 $srcdir/dolphin-destroyfile.desktop $pkgdir/usr/share/kservices5/ServiceMenus/dolphin-destroyfile.desktop
  16. install -m 755 $srcdir/dolphin-destroyfile.sh $pkgdir/usr/share/kservices5/ServiceMenus/dolphin-destroyfile.sh
  17. }