import inkscape1-1.0.2-2.el8

This commit is contained in:
CentOS Sources 2022-11-09 04:12:25 +00:00 committed by Stepan Oksanichenko
commit e40e566a2f
5 changed files with 1207 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
SOURCES/double-conversion-3.1.5-6.el9.src.rpm
SOURCES/inkscape-1.0.2.tar.xz
SOURCES/libgdl-3.34.0-3.fc33.src.rpm

3
.inkscape1.metadata Normal file
View File

@ -0,0 +1,3 @@
b939cb68f6be6108faceed42c03442aecdae0907 SOURCES/double-conversion-3.1.5-6.el9.src.rpm
17a1c90f49bc45f4068f35a7986f92399f9c1be5 SOURCES/inkscape-1.0.2.tar.xz
dc697a00ba1d9cfcc4d646e251f036e9f574e771 SOURCES/libgdl-3.34.0-3.fc33.src.rpm

View File

@ -0,0 +1,14 @@
GIMP Palette
Name: Fedora RGB
Columns: 2
#
60 110 180 Fedora Blue
41 65 114 Fedora Dark Blue
219 50 121 Friends Magenta
229 151 40 Features Orange
121 219 50 First Green
160 124 188 Freedom Purple
0 0 0 Black
76 76 76 Dark Grey
140 140 140 Grey
222 222 222 Light Grey

View File

@ -0,0 +1,35 @@
From 429bd2860bf372448cdafdfe04e95a2f4329c3f6 Mon Sep 17 00:00:00 2001
From: Vitaly Lipatov <lav@etersoft.ru>
Date: Sun, 8 Nov 2020 02:53:18 +0300
Subject: [PATCH] CMakeLists.txt: move GNUInstallDirs after project(NAME) to
fix warning
Unable to determine default CMAKE_INSTALL_LIBDIR directory because no
target architecture is known. Please enable at least one language before
including GNUInstallDirs.
Signed-off-by: Vitaly Lipatov <lav@etersoft.ru>
---
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 93ab430549..e31038c086 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -30,11 +30,11 @@ set(CMAKE_BUILD_TYPE_INIT "Release")
include(CMakeScripts/HelperFunctions.cmake)
include(CMakeScripts/ConfigEnv.cmake)
-include(GNUInstallDirs) # for the CMAKE_INSTALL_LIBDIR variable
project(inkscape)
set(CMAKE_INSTALL_DEFAULT_COMPONENT_NAME inkscape) # needs to be before any install() commands
+include(GNUInstallDirs) # for the CMAKE_INSTALL_LIBDIR variable
include(CMakeScripts/ConfigPaths.cmake)
set(PROJECT_NAME inkscape)
--
GitLab

1152
SPECS/inkscape1.spec Normal file

File diff suppressed because it is too large Load Diff