-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #562 from serpent-os/qt6
Qt6: Initial Packages
- Loading branch information
Showing
76 changed files
with
39,921 additions
and
205 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
/** Human readable report. This is not consumed by boulder */ | ||
{ | ||
"manifest-version": "0.2", | ||
"packages": { | ||
"double-conversion": { | ||
"depends": [ | ||
"soname(libc++.so.1(x86_64))", | ||
"soname(libc.so.6(x86_64))", | ||
"soname(libunwind.so.1(x86_64))" | ||
], | ||
"files": [ | ||
"/usr/lib/libdouble-conversion.so.3", | ||
"/usr/lib/libdouble-conversion.so.3.3.0" | ||
], | ||
"name": "double-conversion", | ||
"provides": [ | ||
"soname(libdouble-conversion.so.3(x86_64))" | ||
] | ||
}, | ||
"double-conversion-devel": { | ||
"depends": [ | ||
"double-conversion" | ||
], | ||
"files": [ | ||
"/usr/include/double-conversion/bignum.h", | ||
"/usr/include/double-conversion/cached-powers.h", | ||
"/usr/include/double-conversion/diy-fp.h", | ||
"/usr/include/double-conversion/double-conversion.h", | ||
"/usr/include/double-conversion/double-to-string.h", | ||
"/usr/include/double-conversion/fast-dtoa.h", | ||
"/usr/include/double-conversion/fixed-dtoa.h", | ||
"/usr/include/double-conversion/ieee.h", | ||
"/usr/include/double-conversion/string-to-double.h", | ||
"/usr/include/double-conversion/strtod.h", | ||
"/usr/include/double-conversion/utils.h", | ||
"/usr/lib/cmake/double-conversion/double-conversionConfig.cmake", | ||
"/usr/lib/cmake/double-conversion/double-conversionConfigVersion.cmake", | ||
"/usr/lib/cmake/double-conversion/double-conversionTargets-release.cmake", | ||
"/usr/lib/cmake/double-conversion/double-conversionTargets.cmake", | ||
"/usr/lib/libdouble-conversion.so" | ||
], | ||
"name": "double-conversion-devel", | ||
"provides": [ | ||
"cmake(double-conversion)" | ||
] | ||
} | ||
}, | ||
"source-name": "double-conversion", | ||
"source-release": "1", | ||
"source-version": "3.3.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
releases: | ||
id: 7454 | ||
rss: https://github.com/google/double-conversion/tags.atom | ||
security: | ||
# No known CPE, checked 2024-04-02 | ||
cpe: ~ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# | ||
# SPDX-FileCopyrightText: © 2020-2024 Serpent OS Developers | ||
# | ||
# SPDX-License-Identifier: MPL-2.0 | ||
# | ||
name : double-conversion | ||
version : 3.3.0 | ||
release : 1 | ||
homepage : https://github.com/google/double-conversion | ||
upstreams : | ||
- https://github.com/google/double-conversion/archive/refs/tags/v3.3.0.tar.gz : 04ec44461850abbf33824da84978043b22554896b552c5fd11a9c5ae4b4d296e | ||
summary : Efficient binary-decimal and decimal-binary conversion routines for IEEE doubles. | ||
description : | | ||
Efficient binary-decimal and decimal-binary conversion routines for IEEE doubles. | ||
license : BSD-3-Clause | ||
setup : | | ||
%cmake -DBUILD_SHARED_LIBS=ON | ||
build : | | ||
%cmake_build | ||
install : | | ||
%cmake_install |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
/** Human readable report. This is not consumed by boulder */ | ||
{ | ||
"manifest-version": "0.2", | ||
"packages": { | ||
"md4c": { | ||
"depends": [ | ||
"interpreter(/usr/lib/ld-linux-x86-64.so.2(x86_64))", | ||
"soname(libc.so.6(x86_64))" | ||
], | ||
"files": [ | ||
"/usr/bin/md2html", | ||
"/usr/lib/libmd4c-html.so.0", | ||
"/usr/lib/libmd4c-html.so.0.5.2", | ||
"/usr/lib/libmd4c.so.0", | ||
"/usr/lib/libmd4c.so.0.5.2", | ||
"/usr/share/man/man1/md2html.1" | ||
], | ||
"name": "md4c", | ||
"provides": [ | ||
"binary(md2html)", | ||
"soname(libmd4c-html.so.0(x86_64))", | ||
"soname(libmd4c.so.0(x86_64))" | ||
] | ||
}, | ||
"md4c-devel": { | ||
"depends": [ | ||
"md4c" | ||
], | ||
"files": [ | ||
"/usr/include/md4c-html.h", | ||
"/usr/include/md4c.h", | ||
"/usr/lib/cmake/md4c/md4cConfig-release.cmake", | ||
"/usr/lib/cmake/md4c/md4cConfig.cmake", | ||
"/usr/lib/libmd4c-html.so", | ||
"/usr/lib/libmd4c.so", | ||
"/usr/lib/pkgconfig/md4c-html.pc", | ||
"/usr/lib/pkgconfig/md4c.pc" | ||
], | ||
"name": "md4c-devel", | ||
"provides": [ | ||
"cmake(md4c)", | ||
"pkgconfig(md4c)", | ||
"pkgconfig(md4c-html)" | ||
] | ||
} | ||
}, | ||
"source-name": "md4c", | ||
"source-release": "1", | ||
"source-version": "3.3.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
releases: | ||
id: 371144 | ||
rss: https://github.com/mity/md4c/tags.atom | ||
security: | ||
cpe: | ||
- vendor: md4c_project | ||
product: md4c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# | ||
# SPDX-FileCopyrightText: © 2020-2024 Serpent OS Developers | ||
# | ||
# SPDX-License-Identifier: MPL-2.0 | ||
# | ||
name : md4c | ||
version : 3.3.0 | ||
release : 1 | ||
homepage : https://github.com/mity/md4c | ||
upstreams : | ||
- https://github.com/mity/md4c/archive/refs/tags/release-0.5.2.tar.gz : 55d0111d48fb11883aaee91465e642b8b640775a4d6993c2d0e7a8092758ef21 | ||
summary : C Markdown parser and library | ||
description : | | ||
C Markdown parser. Fast. SAX-like interface. Compliant to CommonMark specification. | ||
license : MIT | ||
setup : | | ||
%cmake | ||
build : | | ||
%cmake_build | ||
install : | | ||
%cmake_install |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.