From 91f7392b8d1698d86833d830d0066462b277d3f9 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Mon, 22 Jul 2019 18:19:33 +0300 Subject: [PATCH] Merge texlive packages (fixes #224) --- 500.wildcard.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/500.wildcard.yaml b/500.wildcard.yaml index a09473e6c..24d6bdcb9 100644 --- a/500.wildcard.yaml +++ b/500.wildcard.yaml @@ -165,6 +165,10 @@ # Rust - { setname: "rust:$1", addflag: wconce, noflag: [wconce,not_rust], namepat: "rust-(.*)", ruleset: [ arch, debuntu, fedora, nix, sisyphus ] } +# Texlive +- { setname: "texlive:$1", addflag: wconce, noflag: [wconce,not_texlive], namepat: "tex-(.*)", ruleset: [ pkgsrc ] } +- { setname: "texlive:$1", addflag: wconce, noflag: [wconce,not_texlive], namepat: "texlive-(.*)", ruleset: [ openmandriva, rosa ] } + # Vaporsynth - { setname: "vapoursynth:$1", addflag: wconce, noflag: [wconce,not_vapoursynth], namepat: "vapoursynth-plugin-(.*)" } - { setname: "vapoursynth:$1", addflag: wconce, noflag: [wconce,not_vapoursynth], namepat: "vapoursynth-(.*)" }