Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add alternative headless and libadwaita builds #227

Merged
merged 14 commits into from
Dec 9, 2023
Merged
Next Next commit
feat: add packages for libadwaita version
  • Loading branch information
ilya-zlobintsev committed Dec 2, 2023
commit 70a3fc6e0b9de18d1b6d07df9b20842b9e95e39c
3 changes: 2 additions & 1 deletion .github/workflows/build-packages.yaml
Original file line number Diff line number Diff line change
@@ -9,7 +9,8 @@ jobs:
build-packages:
strategy:
matrix:
target-os: [debian-12, ubuntu-2204, fedora-38, fedora-39, arch]
target-os: [ debian-12, ubuntu-2204, fedora-38, fedora-39, arch ]
edition: [ default, libadwaita ]
runs-on: ubuntu-latest
steps:
- name: Checkout repository
4 changes: 4 additions & 0 deletions .pkger.yml
Original file line number Diff line number Diff line change
@@ -14,8 +14,12 @@ images:
target: rpm
- name: fedora-39
target: rpm
- name: fedora-39-libadwaita
target: rpm
- name: ubuntu-2204
target: deb
- name: arch
target: pkg
- name: arch-libadwaita
target: pkg
custom_simple_images: ~
2 changes: 2 additions & 0 deletions pkg/recipes/lact/recipe.yml
Original file line number Diff line number Diff line change
@@ -18,7 +18,9 @@ metadata:
all: [ curl, make, dbus, clang ]
debian-12+ubuntu-2204: [ libgtk-4-dev, pkg-config, build-essential, libdrm-dev ]
fedora-38+fedora-39: [ gtk4-devel, gcc, libdrm-devel, blueprint-compiler ]
fedora-39-libadwaita: [ libadwaita-devel ]
arch: [ gtk4, blueprint-compiler ]
arch-libadwaita: [ libadwaita ]
all_images: true
env:
RUSTUP_URL: https://sh.rustup.rs