commit
8f2fa41fd5
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'pysolfc'
|
||||
pkgname=pysolfc
|
||||
version=2.0
|
||||
revision=2
|
||||
revision=3
|
||||
noarch=yes
|
||||
wrksrc="PySolFC-${version}"
|
||||
build_style=python2-module
|
||||
pycompile_module=pysollib
|
||||
hostmakedepends="python"
|
||||
depends="python-tkinter"
|
||||
depends="python-tkinter python-pygame"
|
||||
short_desc="A Python solitaire game collection"
|
||||
maintainer="Michael Gehring <mg@ebfe.org>"
|
||||
license="GPL-3"
|
||||
|
@ -15,10 +15,6 @@ homepage="http://pysolfc.sourceforge.net/"
|
|||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/PySolFC-${version}.tar.bz2"
|
||||
checksum=dbcb8e7e6d0479c230745a2be91c0c9b9e8524407cd2075f2dae144e5d441b6c
|
||||
|
||||
pre_build() {
|
||||
sed -i "s|SOUND_MOD = 'auto'|SOUND_MOD = 'none'|g" pysollib/settings.py
|
||||
}
|
||||
|
||||
post_install() {
|
||||
mv ${DESTDIR}/usr/bin/pysol{.py,}
|
||||
sed -i "s|pysol.py|pysol|g" ${DESTDIR}/usr/share/applications/pysol.desktop
|
||||
|
|
Loading…
Reference in New Issue