Skip to content

Commit

Permalink
synfigstudio: update to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
newbluemoon authored and Vaelatern committed Nov 16, 2020
1 parent 053cac3 commit 53f80e4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions srcpkgs/synfigstudio/template
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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
Expand All @@ -25,6 +25,6 @@ synfigstudio-devel_package() {
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/*.so
vmove "usr/lib/*.so"
}
}

0 comments on commit 53f80e4

Please sign in to comment.