Skip to content

Commit

Permalink
pkg: add ubuntu 24.04 package (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-zlobintsev authored May 20, 2024
1 parent ea63322 commit fd85122
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build-packages:
strategy:
matrix:
target-os: [ debian-12, ubuntu-2204, fedora-39, fedora-40, arch, opensuse-tumbleweed ]
target-os: [ debian-12, ubuntu-2204, ubuntu-2404, fedora-39, fedora-40, arch, opensuse-tumbleweed ]
recipe: [ lact, lact-headless ]
include:
- target-os: fedora-39
Expand Down
3 changes: 3 additions & 0 deletions .pkger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ images:
- name: ubuntu-2204
target: deb
os: Ubuntu
- name: ubuntu-2404
target: deb
os: Ubuntu
- name: arch
target: pkg
os: Arch Linux
Expand Down
1 change: 1 addition & 0 deletions pkg/images/ubuntu-2404/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
FROM ubuntu:noble
4 changes: 2 additions & 2 deletions pkg/recipes/lact-headless/recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ metadata:
conflicts: [ lact, lact-libadwaita ]
depends:
all: [ hwdata ]
debian-12+ubuntu-2204: [ libdrm-amdgpu1 ]
debian-12+ubuntu-2204+ubuntu-2404: [ libdrm-amdgpu1 ]
fedora-39+fedora-40: [ libdrm ]
arch: [ libdrm ]
opensuse-tumbleweed: [ libdrm ]
build_depends:
all: [ curl, make, clang, git ]
debian-12+ubuntu-2204: [ pkg-config, build-essential, libdrm-dev, dbus ]
debian-12+ubuntu-2204+ubuntu-2404: [ pkg-config, build-essential, libdrm-dev, dbus ]
fedora-39+fedora-40: [ gcc, libdrm-devel, dbus ]
arch: [ libdrm, dbus ]
opensuse-tumbleweed: [ libdrm-devel ]
Expand Down
4 changes: 2 additions & 2 deletions pkg/recipes/lact/recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ metadata:
conflicts: [ lact-headless, lact-libadwaita ]
depends:
all: [ hwdata ]
debian-12+ubuntu-2204: [ libgtk-4-1 ]
debian-12+ubuntu-2204+ubuntu-2404: [ libgtk-4-1 ]
fedora-39+fedora-40: [ gtk4, libdrm ]
arch: [ gtk4 ]
opensuse-tumbleweed: [ gtk4 ]
build_depends:
all: [ curl, make, clang, git ]
debian-12+ubuntu-2204: [ libgtk-4-dev, pkg-config, build-essential, libdrm-dev, dbus ]
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 ]
arch: [ gtk4, blueprint-compiler, dbus ]
opensuse-tumbleweed: [ gtk4-devel, libdrm-devel, blueprint-compiler ]
Expand Down

0 comments on commit fd85122

Please sign in to comment.