diff --git a/media-libs/lib2geom/lib2geom-1.4.recipe b/media-libs/lib2geom/lib2geom-1.4.recipe index b87d07027..fbc169aeb 100644 --- a/media-libs/lib2geom/lib2geom-1.4.recipe +++ b/media-libs/lib2geom/lib2geom-1.4.recipe @@ -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 -}