pacstall / pacstall/pacstall-programs

PacReq: strawberry

Open
#5,499 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

package request
Dominant language
Shell
Stars
216
Forks
187
Avg merge
1d 8h
Merged PRs (30d)
117

Description

Types

No response

URL

https://github.com/strawberrymusicplayer/strawberry

Building guide

git clone --recursive https://github.com/strawberrymusicplayer/strawberry

cd strawberry
mkdir build
cd build
cmake .. -DBUILD_WITH_QT6=ON
make -j $(nproc)
sudo make install

Additional context

Strawberry is backwards compatible with Qt 5, to compile with Qt 5 use:

cmake .. -DBUILD_WITH_QT5=ON

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the linked Strawberry repository and its CMake build commands, including the Qt 6 and Qt 5 options. The payload names no target file or test; done means adding Strawberry to pacstall-programs in a form that builds and installs successfully.

Written by the indexing model from the issue text.

Assessment

Tech stack
cmake, git
Domain
build-system, tooling
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.