pkg: add fedora 41 package (#399)

This commit is contained in:
Ilya Zlobintsev 2024-11-02 18:44:54 +02:00 committed by GitHub
parent bc594da95b
commit 88ba80c21b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 13 additions and 7 deletions

View File

@ -9,13 +9,15 @@ jobs:
build-packages:
strategy:
matrix:
target-os: [ debian-12, ubuntu-2204, ubuntu-2404, fedora-39, fedora-40, arch, opensuse-tumbleweed ]
target-os: [ debian-12, ubuntu-2204, ubuntu-2404, fedora-39, fedora-40, fedora-41, arch, opensuse-tumbleweed ]
recipe: [ lact, lact-headless ]
include:
- target-os: fedora-39
recipe: lact-libadwaita
- target-os: fedora-40
recipe: lact-libadwaita
- target-os: fedora-41
recipe: lact-libadwaita
- target-os: arch
recipe: lact-libadwaita
- target-os: opensuse-tumbleweed

View File

@ -17,6 +17,9 @@ images:
- name: fedora-40
target: rpm
os: Fedora
- name: fedora-41
target: rpm
os: Fedora
- name: ubuntu-2204
target: deb
os: Ubuntu

View File

@ -0,0 +1 @@
FROM fedora:41

View File

@ -13,13 +13,13 @@ metadata:
depends:
all: [ hwdata ]
debian-12+ubuntu-2204+ubuntu-2404: [ libdrm-amdgpu1, libdrm2 ]
fedora-39+fedora-40+rhel-8+rhel-9: [ libdrm ]
fedora-39+fedora-40+fedora-41+rhel-8+rhel-9: [ libdrm ]
arch: [ libdrm ]
opensuse-tumbleweed: [ libdrm ]
build_depends:
all: [ curl, make, clang, git ]
debian-12+ubuntu-2204+ubuntu-2404: [ pkg-config, build-essential, libdrm-dev, dbus ]
fedora-39+fedora-40+rhel-8+rhel-9: [ gcc, libdrm-devel, dbus ]
fedora-39+fedora-40+fedora-41+rhel-8+rhel-9: [ gcc, libdrm-devel, dbus ]
arch: [ libdrm, dbus ]
opensuse-tumbleweed: [ libdrm-devel ]
all_images: true

View File

@ -12,12 +12,12 @@ metadata:
conflicts: [ lact, lact-headless ]
depends:
all: [ hwdata ]
fedora-39+fedora-40: [ gtk4, libdrm, libadwaita ]
fedora-39+fedora-40+fedora-41: [ gtk4, libdrm, libadwaita ]
arch: [ gtk4, libadwaita ]
opensuse-tumbleweed: [ libdrm, libadwaita ]
build_depends:
all: [ curl, make, clang, git ]
fedora-39+fedora-40: [ gtk4-devel, gcc, libdrm-devel, blueprint-compiler, libadwaita-devel, dbus ]
fedora-39+fedora-40+fedora-41: [ gtk4-devel, gcc, libdrm-devel, blueprint-compiler, libadwaita-devel, dbus ]
arch: [ gtk4, blueprint-compiler, libadwaita, dbus ]
opensuse-tumbleweed: [ libdrm-devel, blueprint-compiler, libadwaita-devel ]
all_images: true

View File

@ -13,13 +13,13 @@ metadata:
depends:
all: [ hwdata ]
debian-12+ubuntu-2204+ubuntu-2404: [ libgtk-4-1, libdrm2, libdrm-amdgpu1 ]
fedora-39+fedora-40: [ gtk4, libdrm ]
fedora-39+fedora-40+fedora-41: [ gtk4, libdrm ]
arch: [ gtk4 ]
opensuse-tumbleweed: [ gtk4 ]
build_depends:
all: [ curl, make, clang, git ]
debian-12+ubuntu-2204+ubuntu-2404: [ libgtk-4-dev, pkg-config, build-essential, libdrm-dev, dbus ]
fedora-39+fedora-40: [ gtk4-devel, gcc, libdrm-devel, blueprint-compiler, dbus ]
fedora-39+fedora-40+fedora-41: [ gtk4-devel, gcc, libdrm-devel, blueprint-compiler, dbus ]
arch: [ gtk4, blueprint-compiler, dbus ]
opensuse-tumbleweed: [ gtk4-devel, libdrm-devel, blueprint-compiler ]
all_images: true