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

# Maintainer: Pekka Helenius <fincer89 [at] hotmail [dot] com>
pkgname=kde-servicemenus-unlockpdf
pkgver=1
pkgrel=1
pkgdesc="Unlock PDF files using Dolphin or Konqueror (KDE5 Dolphin action)"
arch=('any')
license=('GPL')
depends=('ghostscript' 'dolphin')
source=(
'pdfunlock.desktop'
'pdfunlock.sh'
)
md5sums=('44ee294b4b8c640d00883f482646fce8'
'c046c519ca61d11b2cf4822c3ea371c8')
package() {
mkdir -p ${pkgdir}/usr/share/kservices5/ServiceMenus/
cp ${srcdir}/{pdfunlock.desktop,pdfunlock.sh} ${pkgdir}/usr/share/kservices5/ServiceMenus/
chmod 755 ${pkgdir}/usr/share/kservices5/ServiceMenus/{pdfunlock.desktop,pdfunlock.sh}
}