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.
 
 

30 lines
847 B

# Maintainer: Sabart Otto - Seberm <seberm[at]gmail[dot].com
pkgname=kde-servicemenus-hexstrings
pkgver=1
pkgrel=1
pkgdesc="Extract all readable strings from a file using Dolphin or Konqueror (KDE5 Dolphin action)"
url=()
arch=('any')
license=('BSD')
install=''
source=(hexstrings.patch)
depends=('binutils' 'dolphin')
optdepends=()
conflicts=()
#provides=''
makedepends=()
prepare() {
mkdir $pkgname-$pkgver
cd $srcdir/$pkgname-$pkgver
touch hexstrings.sh hexstrings.desktop
patch -Np1 -i "$srcdir/hexstrings.patch"
}
package() {
mkdir -p $pkgdir/usr/share/kservices5/ServiceMenus/
cp $srcdir/$pkgname-$pkgver/{hexstrings.desktop,hexstrings.sh} $pkgdir/usr/share/kservices5/ServiceMenus/
chmod 755 $pkgdir/usr/share/kservices5/ServiceMenus/{hexstrings.desktop,hexstrings.sh}
}
md5sums=('501cf2c12fa9c8e7f88012b9e6a77d21')