aboutsummarylogtreecommitdiffstats
path: root/README.md
blob: e394171e87866cf2c2bfc8b846f04dab812f60f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# atmosphera-git

AUR package for [Atmosphera](https://github.com/alexindigo/atmosphera) — git version tracking `main` branch.

## Contents

- `PKGBUILD` — Arch Linux package build script.
- `.SRCINFO` — AUR package metadata (auto-generated from PKGBUILD).

## Dependencies

- **Runtime**: `noctalia-qs`, `imagemagick`, `brightnessctl`, `ffmpeg`, `qt6-multimedia`, `python`, `wlr-randr`
- **Build**: `git`

## Building

```
makepkg -si
```

## Maintenance

### Update .SRCINFO after PKGBUILD changes

```
makepkg --printsrcinfo > .SRCINFO
```

### Push to AUR

```
git add -A && git commit -m "description of changes"
git push origin master
```