mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
parent
dcb143e484
commit
46cbd52f1d
1 changed files with 29 additions and 0 deletions
29
srcpkgs/othman/template
Normal file
29
srcpkgs/othman/template
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
# Template file for 'othman'
|
||||||
|
pkgname=othman
|
||||||
|
version=0.5.1
|
||||||
|
revision=1
|
||||||
|
build_style=python2-module
|
||||||
|
hostmakedepends="python-setuptools ImageMagick sqlite intltool"
|
||||||
|
depends="python-sqlite python-gobject amiri-font"
|
||||||
|
short_desc="Quran browser and search engine "
|
||||||
|
maintainer="John <johnz@posteo.net>"
|
||||||
|
license="WAQFv2"
|
||||||
|
homepage="https://github.com/ojuba-org/othman/"
|
||||||
|
distfiles="https://github.com/ojuba-org/othman/archive/${version}.tar.gz"
|
||||||
|
checksum=45bb59dd35dc5c8b731cc58b2ddc016cb60dcc937c1289a182ebaacab9ae07fd
|
||||||
|
repository=nonfree
|
||||||
|
|
||||||
|
pre_build() {
|
||||||
|
sed -i -e 's/usr\/bin\/python/usr\/bin\/env python2/' gen-index.py
|
||||||
|
make icons
|
||||||
|
make Othman.desktop
|
||||||
|
make othman-data/ix.db
|
||||||
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
for _i in 128 96 72 64 48 36 32 24 22 16; do
|
||||||
|
vinstall Othman-${_i}.png 644 usr/share/icons/${_i}x${_i}/apps/ Othman.png
|
||||||
|
done
|
||||||
|
vinstall Othman.desktop 644 usr/share/applications/
|
||||||
|
vlicense waqf2-ar.pdf
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue