Import rpm: c8s
This commit is contained in:
commit
e59e60c5b7
6
.gitignore
vendored
Normal file
6
.gitignore
vendored
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
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
|
||||||
|
/double-conversion-3.1.5-6.el9.src.rpm
|
||||||
|
/inkscape-1.0.2.tar.xz
|
||||||
|
/libgdl-3.34.0-3.fc33.src.rpm
|
14
Fedora-Color-Palette.gpl
Normal file
14
Fedora-Color-Palette.gpl
Normal 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
|
35
cmake-gnuinstalldirs.patch
Normal file
35
cmake-gnuinstalldirs.patch
Normal 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
inkscape1.spec
Normal file
1152
inkscape1.spec
Normal file
File diff suppressed because it is too large
Load Diff
3
sources
Normal file
3
sources
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
SHA512 (double-conversion-3.1.5-6.el9.src.rpm) = 96456d619d33501ec9fadbd9b4ef3a28b73edebb5d23b21c70ef18b97b263448d05c81cd1a171ffeea54155c55bc1918655d4c93d6fb01fddd50441f96e6b8cb
|
||||||
|
SHA512 (inkscape-1.0.2.tar.xz) = f4fbc627c0f07db11194715c505b771a60af29a9a7f8be0232e4f7eb6b1c5814c3f160c2003d64ec62aeb92ef44174320a47aa6b6abc7a67cc27c996cba9522d
|
||||||
|
SHA512 (libgdl-3.34.0-3.fc33.src.rpm) = 502e8469ac5c7bf5469caf019069476698086528074a9884ba1cd056088ffda36dfcad5ba24fb8706088099c7df4f3a49da1bbde5d213e136eed743ff83081ac
|
Loading…
Reference in New Issue
Block a user