From 35a96bde514a8897f6f0fcc41c5833bf63df2e2a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 18:29:01 +0200 Subject: Adding upstream version 1.0.2. Signed-off-by: Daniel Baumann --- src/2geom/!PLEASE DON'T MAKE CHANGES IN THESE FILES.README | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/2geom/!PLEASE DON'T MAKE CHANGES IN THESE FILES.README (limited to 'src/2geom/!PLEASE DON'T MAKE CHANGES IN THESE FILES.README') diff --git a/src/2geom/!PLEASE DON'T MAKE CHANGES IN THESE FILES.README b/src/2geom/!PLEASE DON'T MAKE CHANGES IN THESE FILES.README new file mode 100644 index 0000000..e0919de --- /dev/null +++ b/src/2geom/!PLEASE DON'T MAKE CHANGES IN THESE FILES.README @@ -0,0 +1,14 @@ +This is an in-tree copy of lib2geom, a 2D geometry library started +by Inkscape developers. If you want to change code in 2Geom, you should +commit it first to upstream repository and then execute this command: + +rsync -r --existing --exclude CMakeLists.txt /path/to/lib2geom/src/2geom/ /path/to/inkscape/src/2geom/ + +The command above will only update existing files. If you add new files +to 2Geom, you'll need to copy the new files manually. Same if you remove +some files. Note that the trailing slashes are required! + +2Geom's git repository is hosted on GitHub + https://github.com/inkscape/lib2geom +and mirrored on GitLab + https://gitlab.com/inkscape/lib2geom -- cgit v1.2.3