sk1: update to 2.0rc5
This commit is contained in:
parent
6e2762591a
commit
5bc0410d68
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'sk1'
|
||||
pkgname=sk1
|
||||
version=2.0rc4
|
||||
revision=4
|
||||
version=2.0rc5
|
||||
revision=1
|
||||
build_style=python2-module
|
||||
pycompile_dirs="/usr/lib/sk1-wx-${version}"
|
||||
hostmakedepends="pkg-config python"
|
||||
|
@ -12,15 +12,10 @@ short_desc="Open source multiplatform vector graphics editor"
|
|||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://sk1project.net"
|
||||
distfiles="https://downloads.sk1project.net/sk1/${version}/sk1-${version}.tar.gz"
|
||||
checksum=65ef0856389d3972e758d55eea33357a4bccec8b97d95eb8dc6be186a7956063
|
||||
distfiles="https://downloads.sk1project.net/sk1/sk1-${version}.tar.gz"
|
||||
checksum=1f70dd490a62aad97118454bd18f13c3459dcbd910823835404d6b639f7ef637
|
||||
python_version=2
|
||||
|
||||
pre_configure() {
|
||||
# python2: can't open file 'setup.py': [Errno 2] No such file or directory
|
||||
ln -s setup-sk1.py setup.py
|
||||
}
|
||||
|
||||
do_install() {
|
||||
# must supply either prefix/exec-prefix/home or install-base/install-platbase -- not both
|
||||
python2 setup.py install --root=${DESTDIR}
|
||||
|
|
Loading…
Reference in New Issue