29 lines
1.1 KiB
Bash
29 lines
1.1 KiB
Bash
# Template file for 'inkscape'
|
|
pkgname=inkscape
|
|
version=0.92.3
|
|
revision=5
|
|
build_style=gnu-configure
|
|
configure_args="--enable-lcms --enable-poppler-cairo
|
|
--without-gnome-vfs --disable-static"
|
|
hostmakedepends="automake pkg-config libtool intltool gettext-devel
|
|
glib-devel perl-XML-Parser"
|
|
makedepends="
|
|
popt-devel libpng-devel gsl-devel gc-devel gtkmm2-devel libxslt-devel
|
|
lcms2-devel poppler-glib-devel boost-devel libmagick-devel
|
|
libvisio-devel libwpg-devel libcdr-devel dbus-glib-devel libgomp-devel
|
|
potrace-devel cairomm-devel"
|
|
depends="desktop-file-utils hicolor-icon-theme python-lxml"
|
|
short_desc="Vector-based drawing program"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
homepage="http://inkscape.org/"
|
|
license="GPL-2, LGPL-2.1"
|
|
distfiles="https://gitlab.com/inkscape/inkscape/-/archive/INKSCAPE_${version//./_}/inkscape-INKSCAPE_${version//./_}.tar.bz2"
|
|
checksum=a530c3ac5c9670a0533f4b71e27e62fa9c8a7f3bcff2148d882e4afafb2387d4
|
|
wrksrc="${pkgname}-INKSCAPE_${version//./_}"
|
|
|
|
# Use c++11 mode and reduce log spam due to gcc6 warnings
|
|
CXXFLAGS="-std=c++11 -Wno-deprecated -Wno-misleading-indentation -Wno-cast-align"
|
|
|
|
pre_configure() {
|
|
./autogen.sh
|
|
}
|