Skip to content

Create Artix build script with required packages#23

Open
SomethingGeneric wants to merge 1 commit into
FULU-Foundation:mainfrom
SomethingGeneric:main
Open

Create Artix build script with required packages#23
SomethingGeneric wants to merge 1 commit into
FULU-Foundation:mainfrom
SomethingGeneric:main

Conversation

@SomethingGeneric

Copy link
Copy Markdown

Add Artix Linux specific build functions and required packages.

Description

Copied the scripts/linux.d/arch to scripts/linux.d/artix and renamed webkit2gtk to match webkit2gtk-4.1 in Artix world repo.

Tests

Ran ./build_linux.sh -ds

Add Artix Linux specific build functions and required packages.
Copilot AI review requested due to automatic review settings May 14, 2026 14:52

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds an Artix Linux system-dependency script intended to let build_linux.sh -u install the correct packages on Artix (notably using webkit2gtk-4.1 instead of webkit2gtk).

Changes:

  • Added scripts/linux.d/artix, based on the existing Arch dependency installer script.
  • Updated the webkit dependency name to webkit2gtk-4.1 for Artix repositories.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread scripts/linux.d/artix
Comment on lines +1 to +3
#!/bin/bash
# these are the Artix Linux specific build functions

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot apply changes based on this feedback

Comment thread scripts/linux.d/artix

if [[ -n "$UPDATE_LIB" ]]
then
echo -n -e "Updating linux ...\n"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants