synfigstudio: update to 1.4.0
This commit is contained in:
parent
053cac3352
commit
53f80e4b2f
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'synfigstudio'
|
||||
pkgname=synfigstudio
|
||||
version=1.2.2
|
||||
revision=4
|
||||
version=1.4.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-update-mimedb"
|
||||
hostmakedepends="pkg-config intltool gettext"
|
||||
|
@ -10,10 +10,10 @@ short_desc="Vector based 2D animation studio"
|
|||
maintainer="newbluemoon <blaumolch@mailbox.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="http://www.synfig.org/"
|
||||
distfiles="https://github.com/synfig/synfig/releases/download/v${version}/source-synfigstudio-${version}.tar.gz"
|
||||
checksum=76fa37998af634cf694f9b5bdfcb90220bc88f8527df117d9282a39fe01489e2
|
||||
python_version=2 #unverified
|
||||
CXXFLAGS="-Wno-deprecated-copy"
|
||||
distfiles="https://github.com/synfig/synfig/releases/download/v${version}/synfigstudio-${version}.tar.gz"
|
||||
checksum=ca1eb1a3e2264c57974a576d1995e005079d96cee19d3dffaacded72c93fbd56
|
||||
python_version=3
|
||||
CXXFLAGS="-Wno-deprecated-copy -DHAVE_LOCALE_H=1"
|
||||
|
||||
if [ -n "$CROSS_BUILD" ]; then
|
||||
# uses synfig to create some icons
|
||||
|
@ -25,6 +25,6 @@ synfigstudio-devel_package() {
|
|||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/*.so
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue