this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #25979 from jmid/expand-conf-opencc1_1

conf-opencc1_1: add Ubuntu-family support

authored by

Calascibetta Romain and committed by
GitHub
f2328852 cf390aca

+15 -3
+15 -3
packages/conf-opencc1_1/conf-opencc1_1.1/opam
··· 10 10 ] 11 11 12 12 build: [ 13 - ["sh" "-exec" "cc $CFLAGS test.c -l:libopencc.so.1.1"] 13 + ["sh" "-exec" "cc $CFLAGS test.c -l:libopencc.so.1.1"] {os != "macos" & os != "freebsd"} 14 + ["sh" "-exec" "cc $CFLAGS test.c -L/usr/local/lib -l:libopencc.so.1.1"] {os = "freebsd"} 15 + ["sh" "-exec" "cc $CFLAGS test.c -L/usr/local/lib -lopencc.1.1"] {os = "macos" & arch = "x86_64"} 16 + ["sh" "-exec" "cc $CFLAGS test.c -L/opt/homebrew/lib -lopencc.1.1"] {os = "macos" & arch = "arm64"} 14 17 ] 15 18 16 19 depexts: [ 17 - ["libopencc1.1"] {os-family = "debian"} 20 + ["libopencc1.1"] {os-family = "debian" | os-family = "ubuntu"} 18 21 ["opencc"] {os-family = "suse" | os-family = "opensuse"} 19 - ["opencc"] {os-distribution = "archlinux"} 22 + ["opencc"] {os-distribution = "arch"} 20 23 ["app-i18n/opencc"] {os-distribution = "gentoo"} 21 24 ["opencc"] {os-distribution = "fedora"} 22 25 ["opencc"] {os-distribution = "centos"} 23 26 ["opencc"] {os = "macos" & os-distribution = "homebrew"} 27 + ["chinese/opencc"] {os = "freebsd"} 28 + ] 29 + x-ci-accept-failures: [ # RDKit does not exist by default on these distributions 30 + "alpine-3.18" 31 + "alpine-3.19" 32 + "alpine-3.20" 33 + "oraclelinux-7" 34 + "oraclelinux-8" 35 + "oraclelinux-9" 24 36 ] 25 37 26 38 synopsis: "Virtual package relying on opencc v1.1 (libopencc.so.1.1) installation"