diff options
author | David Runge <dave@sleepmap.de> | 2023-08-04 16:04:33 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2023-08-04 16:04:33 +0200 |
commit | f2f5eebcafc8345ecb19f67f67874897b6f02de5 (patch) | |
tree | 206699f0f8c9ce1f1fc841a4098f4be6f75f63c0 | |
parent | 53179a3d5839008fbd3b21f6e8a87dd3b7d3a156 (diff) | |
download | dotfiles-f2f5eebcafc8345ecb19f67f67874897b6f02de5.tar.gz dotfiles-f2f5eebcafc8345ecb19f67f67874897b6f02de5.tar.bz2 dotfiles-f2f5eebcafc8345ecb19f67f67874897b6f02de5.tar.xz dotfiles-f2f5eebcafc8345ecb19f67f67874897b6f02de5.zip |
pkgs: Add packages to extra
Add pipectl and wl-mirror.
-rw-r--r-- | .config/nvchecker/extra.toml | 10 | ||||
-rw-r--r-- | .config/packages/extra.txt | 3 |
2 files changed, 12 insertions, 1 deletions
diff --git a/.config/nvchecker/extra.toml b/.config/nvchecker/extra.toml index 5f3d88e..c11101f 100644 --- a/.config/nvchecker/extra.toml +++ b/.config/nvchecker/extra.toml @@ -1906,6 +1906,11 @@ git = "https://github.com/metabrainz/picard" use_max_tag = true exclude_regex = "(v|release-|)([\\d.]+)(-|)(dev|rc|RC|alpha|beta|[b])(-[\\d.]+|[\\d.]+|)" +[pipectl] +source = "git" +git = "https://github.com/Ferdi265/pipectl" +use_max_tag = true + [pipewire] source = "git" git = "https://gitlab.freedesktop.org/pipewire/pipewire" @@ -3518,6 +3523,11 @@ source = "git" git = "https://gitlab.freedesktop.org/pipewire/wireplumber" use_max_tag = true +[wl-mirror] +source = "git" +git = "https://github.com/Ferdi265/wl-mirror" +use_max_tag = true + [wofi] source = "regex" regex = "rev/v([\\d.]+)?" diff --git a/.config/packages/extra.txt b/.config/packages/extra.txt index fd313d8..b9211ef 100644 --- a/.config/packages/extra.txt +++ b/.config/packages/extra.txt @@ -69,6 +69,7 @@ opencore-amr openmpi openpmix ostree +pipectl pipewire pipewire-media-session portaudio @@ -91,7 +92,6 @@ python-resolvelib python-sphinx-book-theme python-tpm2-pytss python-yaml -python-yaml qemu qpwgraph raptor @@ -110,6 +110,7 @@ virtiofsd vlc webrtc-audio-processing wireplumber +wl-mirror wolfssl yajl zita-alsa-pcmi |