Skip to content

Commit

Permalink
libxcvt: Add 0.1.2 for mutter
Browse files Browse the repository at this point in the history
Signed-off-by: Ikey Doherty <[email protected]>
  • Loading branch information
ikeycode committed Feb 6, 2024
1 parent ae8763e commit 2027c82
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 0 deletions.
Binary file added l/libxcvt/manifest.x86_64.bin
Binary file not shown.
38 changes: 38 additions & 0 deletions l/libxcvt/manifest.x86_64.jsonc
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
/** Human readable report. This is not consumed by boulder */
{
"manifest-version": "0.2",
"packages": {
"libxcvt": {
"depends": [
"interpreter(/usr/lib/ld-linux-x86-64.so.2(x86_64))",
"soname(libc.so.6(x86_64))"
],
"files": [
"/usr/bin/cvt",
"/usr/lib/libxcvt.so.0",
"/usr/lib/libxcvt.so.0.1.2",
"/usr/share/man/man1/cvt.1"
],
"name": "libxcvt",
"provides": [
"binary(cvt)",
"soname(libxcvt.so.0(x86_64))"
]
},
"libxcvt-devel": {
"files": [
"/usr/include/libxcvt/libxcvt.h",
"/usr/include/libxcvt/libxcvt_mode.h",
"/usr/lib/libxcvt.so",
"/usr/lib/pkgconfig/libxcvt.pc"
],
"name": "libxcvt-devel",
"provides": [
"pkgconfig(libxcvt)"
]
}
},
"source-name": "libxcvt",
"source-release": "1",
"source-version": "0.1.2"
}
2 changes: 2 additions & 0 deletions l/libxcvt/monitoring.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
releases:
id: 235147
22 changes: 22 additions & 0 deletions l/libxcvt/stone.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
#
# SPDX-FileCopyrightText: © 2020-2024 Serpent OS Developers
#
# SPDX-License-Identifier: MPL-2.0
#
name : libxcvt
version : 0.1.2
release : 1
homepage : https://www.x.org/archive//individual/lib
upstreams :
- https://www.x.org/archive//individual/lib/libxcvt-0.1.2.tar.xz : 0561690544796e25cfbd71806ba1b0d797ffe464e9796411123e79450f71db38
summary : VESA CVT standard timing modeline generation library & utility.
description : |
VESA CVT standard timing modeline generation library & utility.
license :
- X11
setup : |
%meson
build : |
%meson_build
install : |
%meson_install

0 comments on commit 2027c82

Please sign in to comment.