this repo has no description
0
fork

Configure Feed

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

Package to check for / install the Xft font drawing library from X11

Modeled after the conf-libX11 package.

+34
+34
packages/conf-libXft/conf-libXft.1/opam
··· 1 + opam-version: "2.0" 2 + maintainer: [ 3 + "Xavier Leroy <xavier.leroy@college-de-france.fr" 4 + "David Allsopp <david.allsopp@metastack.com>" 5 + ] 6 + bug-reports: "https://github.com/ocaml/opam-repository/issues" 7 + authors: ["X.Org Foundation"] 8 + homepage: "https://www.x.org" 9 + license: "MIT" 10 + build: [ 11 + ["pkg-config" "xft"] {os != "macos"} 12 + [ 13 + "sh" "-exc" 14 + """PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig:/opt/X11/lib/pkgconfig:/opt/X11/share/pkgconfig" pkg-config --libs xft""" 15 + ] {os = "macos"} 16 + ] 17 + depends: [ 18 + "conf-pkg-config" {build} 19 + "conf-libX11" 20 + ] 21 + depexts: [ 22 + ["libxft-dev"] {os-family = "debian" | os-family = "ubuntu"} 23 + ["libXft-devel"] {os-distribution = "centos" | os-distribution = "ol" | os-distribution = "fedora" | os-family = "suse" | os-family = "opensuse"} 24 + ["libxft-dev"] {os-distribution = "alpine"} 25 + ["libxft"] {os-distribution = "arch"} 26 + ["libXft-devel"] {os = "cygwin"} 27 + ["xquartz"] {os = "macos" & os-distribution = "homebrew"} 28 + ["Xft2"] {os = "macos" & os-distribution = "macports"} 29 + ["libXft"] {os = "freebsd"} 30 + ] 31 + synopsis: "Virtual package relying on an Xft system installation" 32 + description: 33 + "This package can only install if Xft (libXft) is installed on the system." 34 + flags: conf