From 4ce013c36639137b4fce1909f91d563b65393581 Mon Sep 17 00:00:00 2001 From: David Runge Date: Tue, 16 Aug 2022 21:03:23 +0200 Subject: Add packages to extra .config/nvchecker/extra.toml: Add upstream tracking for libtiff, python-pip, python-resolvelib and seabios. .config/packages/extra.txt: Add libtiff, python-pip, python-resolvelib and seabios to extra. --- .config/nvchecker/extra.toml | 18 ++++++++++++++++++ .config/packages/extra.txt | 4 ++++ 2 files changed, 22 insertions(+) (limited to '.config') diff --git a/.config/nvchecker/extra.toml b/.config/nvchecker/extra.toml index 5231611..4ac9bb4 100644 --- a/.config/nvchecker/extra.toml +++ b/.config/nvchecker/extra.toml @@ -234,6 +234,11 @@ git = "https://github.com/libsndfile/libsndfile/" exclude_regex = "(v|)([\\d.]+)(-|)(rc|RC|alpha|beta)(-[\\d.]+|[\\d.]+|)" use_max_tag = true +[libtiff] +source = "git" +git = "https://gitlab.com/libtiff/libtiff" +use_max_tag = true + [libupnp] source = "git" git = "https://github.com/pupnp/pupnp" @@ -357,6 +362,14 @@ use_max_tag = true source = "pypi" pypi = "notify2" +[python-pip] +source = "pypi" +pypi = "pip" + +[python-resolvelib] +source = "pypi" +pypi = "resolvelib" + [qemu] source = "git" git = "https://gitlab.com/qemu-project/qemu.git" @@ -401,6 +414,11 @@ source = "git" git = "https://github.com/scons/scons" use_max_tag = true +[seabios] +source = "git" +git = "https://github.com/coreboot/seabios" +use_max_tag = true + [squashfs-tools] source = "git" git = "https://github.com/plougher/squashfs-tools" diff --git a/.config/packages/extra.txt b/.config/packages/extra.txt index cd57b15..aa38278 100644 --- a/.config/packages/extra.txt +++ b/.config/packages/extra.txt @@ -46,6 +46,7 @@ libnitrokey libopenmpt libsamplerate libsndfile +libtiff libupnp liburing libwebsockets @@ -72,6 +73,8 @@ postfix prrte pulseaudio python-notify2 +python-pip +python-resolvelib qemu raptor rasqal @@ -80,6 +83,7 @@ refind sane sbsigntools scons +seabios squashfs-tools tcpdump tinycdb -- cgit v1.2.3-54-g00ecf