Skip to content

Commit

Permalink
pkg: add fedora-38 package
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-zlobintsev committed Mar 18, 2023
1 parent 0a4b7b2 commit 4594baa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .pkger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ images:
target: deb
- name: fedora-37
target: rpm
- name: fedora-38
target: rpm
- name: ubuntu-2204
target: deb
custom_simple_images: ~
1 change: 1 addition & 0 deletions pkg/images/fedora-38/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
FROM fedora:38
4 changes: 2 additions & 2 deletions pkg/recipes/lact/recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ metadata:
depends:
all: [ hwdata ]
debian-12+ubuntu-2204: [ libgtk-4-1 ]
fedora-37: [ gtk4, libdrm ]
fedora-37+fedora-38: [ gtk4, libdrm ]
build_depends:
all: [ curl, make, dbus, clang ]
debian-12+ubuntu-2204: [ libgtk-4-dev, pkg-config, build-essential, libdrm-dev ]
fedora-37: [ gtk4-devel, gcc, libdrm-devel ]
fedora-37+fedora-38: [ gtk4-devel, gcc, libdrm-devel ]
all_images: true
env:
RUSTUP_URL: https://sh.rustup.rs
Expand Down

0 comments on commit 4594baa

Please sign in to comment.