From f2f5eebcafc8345ecb19f67f67874897b6f02de5 Mon Sep 17 00:00:00 2001 From: David Runge Date: Fri, 4 Aug 2023 16:04:33 +0200 Subject: pkgs: Add packages to extra Add pipectl and wl-mirror. --- .config/nvchecker/extra.toml | 10 ++++++++++ .config/packages/extra.txt | 3 ++- 2 files changed, 12 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf