lib2geom, revbump, cleanup (#12647)

This commit is contained in:
Schrijvers Luc
2025-07-31 15:47:04 +02:00
committed by GitHub
parent 2eb51633df
commit 2f9444f636

View File

@@ -1,7 +1,7 @@
SUMMARY="Easy to use 2D geometry library in C++"
DESCRIPTION="2Geom is a C++ 2D geometry library geared towards robust processing of computational \
geometry data associated with vector graphics. The primary design consideration is ease of use \
and clarity. It is dual-licensed under LGPL 2.1 and MPL 1.1.
and clarity.
The library is descended from a set of geometric routines present in Inkscape, a vector graphics \
editor based around the Scalable Vector Graphics format, the most widespread vector graphics \
@@ -12,11 +12,10 @@ Rendering is outside the scope of this library, and it is assumed something like
similar is employed for this. 2geom concentrates on higher level algorithms and geometric \
computations."
HOMEPAGE="https://gitlab.com/inkscape/lib2geom"
COPYRIGHT="2014 Developer name
2016 Another developer's name"
COPYRIGHT="2025 Inkscape Developers"
LICENSE="GNU LGPL v2.1
MPL v1.1"
REVISION="1"
REVISION="2"
SOURCE_URI="https://gitlab.com/inkscape/lib2geom/-/archive/$portVersion/lib2geom-$portVersion.tar.bz2"
CHECKSUM_SHA256="717a87ce7f2192271a789c1273ae7b432856c522647b9fe33bb4dd662942b3ea"
@@ -87,8 +86,3 @@ INSTALL()
$developDir \
$libDir/cmake
}
TEST()
{
make check
}