Home
last modified time | relevance | path

Searched full:fedora (Results 1 – 25 of 195) sorted by relevance

12345678

/third_party/notofonts/docs/
Dversions.json3 "Fedora 38": "2.107",
7 "Fedora 38": "1.000",
11 "Fedora 38": "1.000",
15 "Fedora 38": "1.000",
19 "Fedora 38": "1.000",
23 "Fedora 38": "2.001",
28 "Fedora 38": "2.012",
33 "Fedora 38": "2.012",
37 "Fedora 38": "3.003",
43 "Fedora 38": "1.004",
[all …]
/third_party/libinput/
D.gitlab-ci.yml35 # e.g. fedora:31@build-default
50 # Fedora container builder template
51 - '/templates/fedora.yml'
223 fedora:37@container-prep:
225 - .fdo.container-build@fedora
234 fedora:38@container-prep:
236 - .fdo.container-build@fedora
334 fedora:37@container-clean:
340 … CURRENT_CONTAINER_IMAGE: $CI_REGISTRY_IMAGE/fedora/$FDO_DISTRIBUTION_VERSION:$FDO_DISTRIBUTION_TAG
344 fedora:38@container-clean:
[all …]
/third_party/notofonts/scripts/
Dversionator.py40 FEDORA_VERSION = "Fedora 38"
91 # Fedora 38
93 if not os.path.exists("noto-fedora.src.rpm"):
96 print("Downloading Fedora 38 sources")
98 with open("noto-fedora.src.rpm", "wb") as file:
104 os.system("rpm2cpio noto-fedora.src.rpm | cpio -id noto-fonts-0c78c8329.tar.xz")
105 if not os.path.exists("fedora-noto"):
106 os.makedirs("fedora-noto")
108 " xz -dc " + FEDORA_TAR + " | tar -C fedora-noto -xf - '*Regular.ttf'"
111 for file in Path("fedora-noto").glob("**/Noto*.tt?"):
[all …]
Dbuild-site.py67 if "Fedora" in platform:
68 … return f'<img data-toggle="tooltip" title="{platform}" src="fedora.png" width=18 height=18></img>'
/third_party/libabigail/doc/manuals/
Dfedabipkgdiff.rst7 ``fedabipkgdiff`` compares the ABI of shared libraries in `Fedora`_
9 download packages from the `Fedora Build System`_.
11 ``fedabipkgdiff`` knows how to talk with the `Fedora Build System`_ to
95 Specifies the name of the baseline `Fedora`_ distribution in which to
98 ``%{?dist}`` for `Fedora`_, for example, ``fc4``, ``fc23``, ``fc25``.
102 Specifies the name of the `Fedora`_ distribution in which to find
105 of the RPM macro ``%{?dist}`` for `Fedora`_, for example, ``fc4``,
169 by the `Fedora Naming Guidelines <https://fedoraproject.org/wiki/Packaging:NamingGuidelines>`_
194 the latest stable package in `Fedora`_ 23.
199 build from `Fedora`_ 23. The command line invocation would be: ::
[all …]
/third_party/libabigail/
DREADME-DOCKER.md5 - a Fedora base image (recommended)
18 $ docker build -f docker/Dockerfile.fedora -t ghcr.io/woodard/libabigail-fedora .
24 Note that currently the fedora image is deployed to `ghcr.io/woodard/libabigail:latest`.
57 Note that the fedora container does not come with spack.
61 We provide a testing container, which will use a fedora base and add new code to
/third_party/skia/third_party/externals/harfbuzz/
DREADME.mingw.md11 - Fedora: `dnf install wine`.
14 - Fedora, 32bit: `dnf install mingw32-gcc-c++`
15 - Fedora, 64bit: `dnf install mingw64-gcc-c++`
24 - Fedora, 32bit: `dnf install mingw32-glib2 mingw32-cairo mingw32-freetype`
25 - Fedora, 64bit: `dnf install mingw64-glib2 mingw64-cairo mingw64-freetype`
/third_party/libabigail/docker/
DDockerfile.fedora1 FROM ghcr.io/woodard/libabigail-fedora-base as builder
3 # docker build -f docker/Dockerfile.fedora -t ghcr.io/woodard/libabigail-fedora .
24 FROM fedora:latest
DDockerfile.fedora-base3 FROM fedora:${fedora_version} as builder
5 # docker build -f docker/Dockerfile.fedora-base -t ghcr.io/woodard/libabigail-fedora-base .
/third_party/notofonts/
Ddebug.json39 "Fedora 38": {
40 …"icon": "<img data-toggle=\"tooltip\" title=\"Fedora 38\" src=\"fedora.png\" width=18 height=18></…
91 "Fedora 38": {
92 …"icon": "<img data-toggle=\"tooltip\" title=\"Fedora 38\" src=\"fedora.png\" width=18 height=18></…
167 "Fedora 38": {
168 …"icon": "<img data-toggle=\"tooltip\" title=\"Fedora 38\" src=\"fedora.png\" width=18 height=18></…
243 "Fedora 38": {
244 …"icon": "<img data-toggle=\"tooltip\" title=\"Fedora 38\" src=\"fedora.png\" width=18 height=18></…
312 "Fedora 38": {
313 …"icon": "<img data-toggle=\"tooltip\" title=\"Fedora 38\" src=\"fedora.png\" width=18 height=18></…
[all …]
/third_party/libabigail/.github/workflows/
Dbuild-container.yaml36 container: [["Dockerfile.fedora", "ghcr.io/woodard/libabigail-fedora", true],
38 ["Dockerfile.fedora-base", "ghcr.io/woodard/libabigail-fedora-base", false]]
/third_party/libwebsockets/lib/roles/dbus/
DREADME.md5 Fedora: dbus-devel
10 Fedora example:
25 for `LWS_DBUS_INCLUDE1`, on both Fedora and Debian / Ubuntu, this is
29 packaged separately than the main dbus headers. On Fedora, this is in
/third_party/mesa3d/.gitlab-ci/container/
Dgitlab-ci.yml259 # Fedora 34 based x86 build image
260 fedora/x86_build:
262 - .fdo.container-build@fedora
266 MESA_IMAGE_TAG: &fedora-x86_build ${FEDORA_X86_BUILD_TAG}
268 .use-fedora/x86_build:
272 MESA_IMAGE_PATH: "fedora/x86_build"
273 MESA_IMAGE_TAG: *fedora-x86_build
275 - fedora/x86_build
/third_party/libwebsockets/
D.sai.json33 "linux-fedora-32/x86_64-amd/gcc": {
106 "linux-fedora-32/riscv64-virt/gcc": {
163 "platforms": "none,linux-fedora-32/x86_64-amd/gcc"
167 "platforms": "none,linux-fedora-32/x86_64-amd/gcc"
171 "platforms": "none,linux-fedora-32/x86_64-amd/gcc"
175 "platforms": "none,linux-fedora-32/x86_64-amd/gcc"
179 "platforms": "none,linux-fedora-32/x86_64-amd/gcc"
191 "platforms": "none,linux-fedora-32/x86_64-amd/gcc"
199 …"platforms": "none,linux-fedora-32/x86_64-amd/gcc,linux-debian-sid/x86-amd/gcc,linux-debian-sid/x8…
220 …0/x86_64-amd/msvc, linux-ubuntu-2004/aarch64-a72-bcm2711-rpi4/gcc, linux-fedora-32/riscv64-virt/gc…
[all …]
/third_party/python/Lib/test/
Dtest_platform.py14 NAME=Fedora
16 ID=fedora
20 PRETTY_NAME="Fedora 32 (Thirty Two)"
22 LOGO=fedora-logo-icon
23 CPE_NAME="cpe:/o:fedoraproject:fedora:32"
25 DOCUMENTATION_URL="https://docs.fedoraproject.org/en-US/fedora/f32/system-administrators-guide/"
28 REDHAT_BUGZILLA_PRODUCT="Fedora"
30 REDHAT_SUPPORT_PRODUCT="Fedora"
508 self.assertEqual(info["NAME"], "Fedora")
509 self.assertEqual(info["ID"], "fedora")
/third_party/mesa3d/docs/drivers/
Dsvga3d.rst85 - Fedora: For Fedora you also need to install a number of build
162 For 32-bit Fedora systems:
168 For 64-bit Fedora systems:
239 If you're using a Fedora OS:
/third_party/node/deps/v8/third_party/ittapi/ittapi-rs/
DREADME.md4 …nly supported (tested) on a couple of Linux platforms (recent Ubuntu and Fedora builds) but suppor…
9 … in turn requires recent versions of cmake and llvm to be installed. For Fedora, "yum install llvm…
/third_party/libabigail/tools/
Dfedabipkgdiff36 # Fedora packagers and developers. Usually, excpet the RPM packages built
171 Currently, check for Fedora and RHEL.
174 :return: True if distro is the one specific to Fedora, like fc24, el7.
181 """Get the part of a string that designates the Fedora distro version number
188 Fedora distro version number, or None if the parameter does not
898 # is present in current Fedora 27 is foo-1.fc26. That
899 # build originates from Fedora 26 but is being re-used in
900 # Fedora 27. So we want this function to pick up that
1245 latest stable package from Fedora 23, one would do:
1281 evolved between fedora 19 and fedora 22. She would thus type the command:
[all …]
/third_party/libinput/doc/user/
Dbuilding.rst36 - **Fedora:** https://copr.fedorainfracloud.org/coprs/whot/libinput-git/
142 - **Fedora 22** and later: ``sudo dnf reinstall libinput``
143 - **RHEL/CentOS/Fedora 21** and earlier: ``sudo yum reinstall libinput``
200 - **Fedora 22** and later: ``sudo dnf builddep libinput``
201 - **RHEL/CentOS/Fedora 21** and earlier: ``sudo yum-builddep libinput``
/third_party/ltp/testcases/kdump/
DREADME29 releases), OpenSUSE, Fedora, Debian, as well as RedHat Enterprise Linux
44 For RHEL5 or Fedora distro :
/third_party/ltp/testcases/kdump/doc/
DREADME29 releases), OpenSUSE, Fedora, Debian, as well as RedHat Enterprise Linux
44 For RHEL5 or Fedora distro :
/third_party/libwebsockets/READMEs/
DREADME.build.md228 For Fedora, it's, eg, `dnf install mingw64-gcc`
232 For Fedora, it's `dnf install cmake`
236 For Fedora, it's `mingw64-openssl.noarch mingw64-openssl-static.noarch`
245 For Fedora, they provide a `mingw64-cmake` wrapper in the package
283 Just building lws against stock Fedora OpenSSL or stock Fedora mbedTLS, for
736 [2] `1024` fd per process is the default limit (set by ulimit) in at least Fedora
/third_party/skia/third_party/externals/harfbuzz/.circleci/
Dconfig.yml54 fedora-valgrind:
56 - image: fedora:33
199 - fedora-valgrind
/third_party/backends/
D.gitlab-ci.yml79 fedora-36-clang:
80 image: $REGISTRY_HUB:fedora-36-clang
/third_party/libbpf/
DREADME_zh.md55 -[Fedora](https://src.fedoraproject.org/rpms/libbpf)
123 * Fedora 32+

12345678