Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions apk-tools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ subpackages:
dependencies:
runtime:
- apk-tools
test:
pipeline:
- uses: test/pkgconf

- name: "lua5.3-apk"
description: "Lua module for libapk"
Expand Down
3 changes: 3 additions & 0 deletions cairo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ subpackages:
- pixman-dev
- xcb-util-dev
description: cairo dev
test:
pipeline:
- uses: test/pkgconf

- name: cairo-gobject
# dependencies:
Expand Down
1 change: 1 addition & 0 deletions cups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ subpackages:
- runs: |
cups-config --version
cups-config --help
- uses: test/pkgconf

update:
enabled: true
Expand Down
1 change: 1 addition & 0 deletions curl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ subpackages:
- runs: |
curl-config --version
curl-config --help
- uses: test/pkgconf

- name: "curl-doc"
description: "documentation for curl"
Expand Down
3 changes: 3 additions & 0 deletions dbus-glib.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ subpackages:
pipeline:
- uses: split/dev
description: dbus-glib dev
test:
pipeline:
- uses: test/pkgconf

- name: dbus-glib-doc
pipeline:
Expand Down
3 changes: 3 additions & 0 deletions elfutils.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ subpackages:
runtime:
- elfutils
description: elfutils dev
test:
pipeline:
- uses: test/pkgconf

- name: elfutils-doc
pipeline:
Expand Down
3 changes: 3 additions & 0 deletions enchant2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ subpackages:
- name: enchant2-dev
pipeline:
- uses: split/dev
test:
pipeline:
- uses: test/pkgconf

update:
enabled: true
Expand Down
3 changes: 3 additions & 0 deletions fontconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ subpackages:
pipeline:
- uses: split/dev
description: fontconfig dev
test:
pipeline:
- uses: test/pkgconf

update:
enabled: true
Expand Down
1 change: 1 addition & 0 deletions freetype.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ subpackages:
- runs: |
freetype-config --version
freetype-config --help
- uses: test/pkgconf

- name: freetype-doc
pipeline:
Expand Down
3 changes: 3 additions & 0 deletions gd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ subpackages:
- gd
- perl
description: gd dev
test:
pipeline:
- uses: test/pkgconf

- name: libgd
pipeline:
Expand Down
3 changes: 3 additions & 0 deletions gdk-pixbuf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ subpackages:
- libpng-dev
- tiff-dev
description: gdk-pixbuf dev
test:
pipeline:
- uses: test/pkgconf

update:
enabled: true
Expand Down
3 changes: 3 additions & 0 deletions gnutls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ subpackages:
- p11-kit-dev
- libtasn1-dev
description: gnutls dev
test:
pipeline:
- uses: test/pkgconf

- name: gnutls-utils
pipeline:
Expand Down
3 changes: 3 additions & 0 deletions gobject-introspection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ subpackages:
- py3-setuptools
- python3
description: gobject-introspection dev
test:
pipeline:
- uses: test/pkgconf

update:
enabled: true
Expand Down
3 changes: 3 additions & 0 deletions gpgme.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ subpackages:
runtime:
- gpgme
description: gpgme dev
test:
pipeline:
- uses: test/pkgconf

update:
enabled: true
Expand Down
3 changes: 3 additions & 0 deletions gstreamer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ subpackages:
pipeline:
- uses: split/dev
description: gstreamer dev
test:
pipeline:
- uses: test/pkgconf

- name: gstreamer-doc
pipeline:
Expand Down
3 changes: 3 additions & 0 deletions harfbuzz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ subpackages:
- freetype-dev
- glib-dev~2
description: harfbuzz dev
test:
pipeline:
- uses: test/pkgconf

- name: harfbuzz-icu
pipeline:
Expand Down
3 changes: 3 additions & 0 deletions ipset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ subpackages:
runtime:
- ipset
description: ipset dev
test:
pipeline:
- uses: test/pkgconf

- name: ipset-doc
pipeline:
Expand Down
1 change: 1 addition & 0 deletions jemalloc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ subpackages:
- runs: |
jemalloc-config --version
jemalloc-config --help
- uses: test/pkgconf

- name: jemalloc-doc
description: jemalloc documentation
Expand Down
1 change: 1 addition & 0 deletions libgit2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ subpackages:

gcc -o test_libgit2 test_libgit2.c -lgit2
./test_libgit2
- uses: test/pkgconf

- name: "libgit2-static"
description: "libgit2 static library"
Expand Down
3 changes: 3 additions & 0 deletions libnetfilter_conntrack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ subpackages:
description: libnetfilter_conntrack development files
pipeline:
- uses: split/dev
test:
pipeline:
- uses: test/pkgconf

update:
enabled: true
Expand Down
3 changes: 3 additions & 0 deletions libnetfilter_queue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ subpackages:
description: libnetfilter_queue development files
pipeline:
- uses: split/dev
test:
pipeline:
- uses: test/pkgconf

update:
enabled: true
Expand Down
3 changes: 3 additions & 0 deletions libnftnl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ subpackages:
description: libnftnl development files
pipeline:
- uses: split/dev
test:
pipeline:
- uses: test/pkgconf

update:
enabled: true
Expand Down
1 change: 1 addition & 0 deletions libpng.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ subpackages:
libpng-config --help
libpng16-config --version
libpng16-config --help
- uses: test/pkgconf

- name: libpng-utils
pipeline:
Expand Down
3 changes: 3 additions & 0 deletions libssh2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ subpackages:
description: "headers for libssh2"
pipeline:
- uses: split/dev
test:
pipeline:
- uses: test/pkgconf

update:
enabled: true
Expand Down
3 changes: 3 additions & 0 deletions libvips.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ subpackages:
- name: libvips-dev
pipeline:
- uses: split/dev
test:
pipeline:
- uses: test/pkgconf

- name: libvips-doc
pipeline:
Expand Down
3 changes: 3 additions & 0 deletions libxfont.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ subpackages:
- name: libxfont-dev
pipeline:
- uses: split/dev
test:
pipeline:
- uses: test/pkgconf

- name: libxfont-doc
pipeline:
Expand Down
3 changes: 3 additions & 0 deletions libxxf86vm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ subpackages:
pipeline:
- uses: split/dev
description: libxxf86vm dev
test:
pipeline:
- uses: test/pkgconf

- name: libxxf86vm-doc
pipeline:
Expand Down
3 changes: 3 additions & 0 deletions mesa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,9 @@ subpackages:
pipeline:
- uses: split/dev
description: mesa dev
test:
pipeline:
- uses: test/pkgconf

test:
environment:
Expand Down
3 changes: 3 additions & 0 deletions nss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ subpackages:
dependencies:
runtime:
- libnss
test:
pipeline:
- uses: test/pkgconf

- name: libnss-tools
pipeline:
Expand Down
1 change: 1 addition & 0 deletions openscap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,4 @@ test:
- runs: |
oscap --version
oscap --help
- uses: test/pkgconf
3 changes: 3 additions & 0 deletions owfs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ subpackages:
runtime:
- owfs
description: owfs dev
test:
pipeline:
- uses: test/pkgconf

- name: owfs-doc
pipeline:
Expand Down
3 changes: 3 additions & 0 deletions p11-kit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ subpackages:
runtime:
- p11-kit
description: p11-kit dev
test:
pipeline:
- uses: test/pkgconf

- name: p11-kit-trust
pipeline:
Expand Down
3 changes: 3 additions & 0 deletions parted.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ subpackages:
runtime:
- parted
description: parted dev
test:
pipeline:
- uses: test/pkgconf

- name: parted-doc
pipeline:
Expand Down
3 changes: 3 additions & 0 deletions pciutils.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ subpackages:
runtime:
- hwdata-pci
description: pciutils dev
test:
pipeline:
- uses: test/pkgconf

update:
release-monitor:
Expand Down
1 change: 1 addition & 0 deletions pcre.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ subpackages:
pipeline:
- runs: |
pcre-config --version
- uses: test/pkgconf

- name: pcre-doc
pipeline:
Expand Down
1 change: 1 addition & 0 deletions pcre2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ subpackages:
pipeline:
- runs: |
pcre2-config --version
- uses: test/pkgconf

- name: "libpcre2-8-0"
description: "pcre2 runtime library 8-bit"
Expand Down
3 changes: 3 additions & 0 deletions pixman.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ subpackages:
runtime:
- pixman
description: pixman dev
test:
pipeline:
- uses: test/pkgconf

update:
enabled: true
Expand Down
3 changes: 3 additions & 0 deletions pkcs11-helper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ subpackages:
dependencies:
runtime:
- pkcs11-helper
test:
pipeline:
- uses: test/pkgconf

update:
enabled: true
Expand Down
3 changes: 3 additions & 0 deletions pkgconf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ subpackages:
dependencies:
runtime:
- pkgconf
test:
pipeline:
- uses: test/pkgconf

- name: "pkgconf-doc"
description: "pkgconf documentation"
Expand Down
3 changes: 3 additions & 0 deletions readline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ subpackages:
dependencies:
runtime:
- readline
test:
pipeline:
- uses: test/pkgconf

update:
enabled: true
Expand Down
3 changes: 3 additions & 0 deletions serf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ subpackages:
runtime:
- serf
description: serf dev
test:
pipeline:
- uses: test/pkgconf

update:
enabled: true
Expand Down
3 changes: 3 additions & 0 deletions unbound.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ subpackages:
description: "headers for unbound"
pipeline:
- uses: split/dev
test:
pipeline:
- uses: test/pkgconf

- name: "unbound-libs"
description: "libraries for unbound"
Expand Down