File tree Expand file tree Collapse file tree 9 files changed +13
-7
lines changed
conf-libev/conf-libev.4-11 Expand file tree Collapse file tree 9 files changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ depexts: [
2525 ["cairo"] {os-family = "arch"}
2626 ["cairo"] {os = "macos" & os-distribution = "homebrew"}
2727 ["cairo"] {os = "win32" & os-distribution = "cygwinports"}
28- ["libcairo-devel"] {os = "cygwin"}
28+ ["libcairo-devel"] {os = "win32" & os-distribution = " cygwin"}
2929]
3030synopsis: "Virtual package relying on a Cairo system installation"
3131description:
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ depexts: [
1616 ["clang"] {os-distribution = "ol"}
1717 ["clang"] {os-distribution = "arch"}
1818 # on FreeBSD clang is already part of the base system in contrib/llvm-project/clang
19+ ["clang"] {os = "win32"}
1920]
2021synopsis: "Virtual package relying on clang"
2122description:
Original file line number Diff line number Diff line change 33authors: "The GTK Toolkit"
44homepage: "https://developer.gnome.org/"
55bug-reports: "https://github.com/garrigue/lablgtk/issues"
6- build: [["pkg-config" "--short-errors" "--print-errors" "--atleast-version" "3.18" "gtk+-3.0"]]
6+ build: [
7+ ["pkgconf" "gtk+-3.0"] {os = "win32" & os-distribution != "cygwinports"}
8+ ["pkg-config" "--short-errors" "--print-errors" "--atleast-version" "3.18" "gtk+-3.0"] {os != "win32" | os-distribution != "cygwin"}
9+ ]
710depends: ["conf-pkg-config" {build}]
811depexts: [
912 ["libgtk-3-dev" "libexpat1-dev"] {os-family = "debian" | os-family = "ubuntu"}
@@ -16,7 +19,7 @@ depexts: [
1619 ["gtk3-devel"] {os-family = "suse" | os-family = "opensuse"}
1720 ["gtk3"] {os-family = "arch"}
1821 ["gtk3"] {os = "win32" & os-distribution = "cygwinports"}
19- ["libgtk3-devel"] {os = "cygwin"}
22+ ["libgtk3-devel"] {os = "win32" & os-distribution = " cygwin"}
2023 ["gtk3"] {os = "freebsd"}
2124]
2225post-messages: [
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ Libev is modelled (very loosely) after libevent and the Event perl
2727module, but is faster, scales better and is more correct, and also more
2828featureful. And also smaller. Yay."""
2929bug-reports: "https://github.com/ocaml/opam-repository/issues"
30+ available: os != "win32"
3031flags: conf
3132extra-source "discover.ml" {
3233 src:
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ depexts: [
2525 ["mpfr-dev"] {os-family = "alpine"}
2626 ["mpfr-devel"] {os-family = "suse" | os-family = "opensuse"}
2727 ["mpfr"] {os = "win32" & os-distribution = "cygwinports"}
28+ ["libmpfr-devel"] {os = "win32" & os-distribution = "cygwin"}
2829]
2930synopsis: "Virtual package relying on library MPFR installation"
3031description:
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ authors: [
99license: "GPL-2.0-only"
1010dev-repo: "git+https://github.com/ocaml-omake/omake.git"
1111homepage: "http://projects.camlcity.org/projects/omake.html"
12- bug-reports: "https://github.com/ocaml-omake/issues"
12+ bug-reports: "https://github.com/ocaml-omake/omake/ issues"
1313
1414patches: ["lib_build_OCaml.om.diff"]
1515
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ authors: [
99license: "GPL-2.0-only"
1010dev-repo: "git+https://github.com/ocaml-omake/omake.git"
1111homepage: "http://projects.camlcity.org/projects/omake.html"
12- bug-reports: "https://github.com/ocaml-omake/issues"
12+ bug-reports: "https://github.com/ocaml-omake/omake/ issues"
1313
1414build: [
1515 ["./configure" "-prefix" "%{prefix}%"]
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ authors: [
99license: "GPL-2.0-only"
1010dev-repo: "git+https://github.com/ocaml-omake/omake.git"
1111homepage: "http://projects.camlcity.org/projects/omake.html"
12- bug-reports: "https://github.com/ocaml-omake/issues"
12+ bug-reports: "https://github.com/ocaml-omake/omake/ issues"
1313
1414build-env: OCAMLPARAM = "_,w=-46,keywords=5.2"
1515
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ authors: [
1010license: "GPL-2.0-only"
1111dev-repo: "git+https://github.com/ocaml-omake/omake.git"
1212homepage: "http://projects.camlcity.org/projects/omake.html"
13- bug-reports: "https://github.com/ocaml-omake/issues"
13+ bug-reports: "https://github.com/ocaml-omake/omake/ issues"
1414
1515build: [
1616 ["./configure" "-prefix" "%{prefix}%"]
You can’t perform that action at this time.
0 commit comments