diff options
author | David Runge <dave@sleepmap.de> | 2022-08-16 21:03:23 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2022-08-16 21:03:23 +0200 |
commit | 4ce013c36639137b4fce1909f91d563b65393581 (patch) | |
tree | f205de89fff23f90986f1db801aaa57ed4346ef5 /.config/nvchecker | |
parent | a052f062421d16d27ec1f2350c5b56097460298d (diff) | |
download | dotfiles-4ce013c36639137b4fce1909f91d563b65393581.tar.gz dotfiles-4ce013c36639137b4fce1909f91d563b65393581.tar.bz2 dotfiles-4ce013c36639137b4fce1909f91d563b65393581.tar.xz dotfiles-4ce013c36639137b4fce1909f91d563b65393581.zip |
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.
Diffstat (limited to '.config/nvchecker')
-rw-r--r-- | .config/nvchecker/extra.toml | 18 |
1 files changed, 18 insertions, 0 deletions
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" |