Skip to content

Commit

Permalink
Merge pull request ocaml#18655 from tjammer/xlibs-conf-packages
Browse files Browse the repository at this point in the history
Xlibs conf packages
  • Loading branch information
kit-ty-kate authored May 12, 2021
2 parents 3c3fcc9 + 46d0de1 commit d26bd31
Show file tree
Hide file tree
Showing 5 changed files with 101 additions and 0 deletions.
20 changes: 20 additions & 0 deletions packages/conf-libxcursor/conf-libxcursor.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
opam-version: "2.0"
maintainer: "Tobias Mock <tobiasjammer@gmail.com>"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
authors: ["X.Org Foundation"]
homepage: "https://xorg.freedesktop.org"
license: "MIT"
build: [
["pkg-config" "xcursor"]
]
depends: ["conf-pkg-config" {build}]
depexts: [
["libxcursor-dev"] {os-family = "debian"}
["libXcursor-devel"] {os-family = "fedora" | os-family = "rhel" | os-family = "suse"}
["libxcursor-dev"] {os-distribution = "alpine"}
["libxcursor"] {os-distribution = "arch"}
["libXcursor"] {os-distribution = "freebsd"}
]
synopsis: "Virtual package relying on an libXcursor system installation"
description:
"This package can only install if libXcursor is installed on the system."
20 changes: 20 additions & 0 deletions packages/conf-libxi/conf-libxi.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
opam-version: "2.0"
maintainer: "Tobias Mock <tobiasjammer@gmail.com>"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
authors: ["X.Org Foundation"]
homepage: "https://xorg.freedesktop.org"
license: "MIT"
build: [
["pkg-config" "xi"]
]
depends: ["conf-pkg-config" {build}]
depexts: [
["libxi-dev"] {os-family = "debian"}
["libXi-devel"] {os-family = "fedora" | os-family = "rhel" | os-family = "suse"}
["libxi-dev"] {os-distribution = "alpine"}
["libxi"] {os-distribution = "arch"}
["libXi"] {os-distribution = "freebsd"}
]
synopsis: "Virtual package relying on an libXi system installation"
description:
"This package can only install if libXi is installed on the system."
20 changes: 20 additions & 0 deletions packages/conf-libxinerama/conf-libxinerama.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
opam-version: "2.0"
maintainer: "Tobias Mock <tobiasjammer@gmail.com>"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
authors: ["X.Org Foundation"]
homepage: "https://xorg.freedesktop.org"
license: "MIT"
build: [
["pkg-config" "xinerama"]
]
depends: ["conf-pkg-config" {build}]
depexts: [
["libxinerama-dev"] {os-family = "debian"}
["libXinerama-devel"] {os-family = "fedora" | os-family = "rhel" | os-family = "suse"}
["libxinerama-dev"] {os-distribution = "alpine"}
["libxinerama"] {os-distribution = "arch"}
["libXinerama"] {os-distribution = "freebsd"}
]
synopsis: "Virtual package relying on an libXinerama system installation"
description:
"This package can only install if libXinerama is installed on the system."
20 changes: 20 additions & 0 deletions packages/conf-libxrandr/conf-libxrandr.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
opam-version: "2.0"
maintainer: "Tobias Mock <tobiasjammer@gmail.com>"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
authors: ["X.Org Foundation"]
homepage: "https://xorg.freedesktop.org"
license: "MIT"
build: [
["pkg-config" "xrandr"]
]
depends: ["conf-pkg-config" {build}]
depexts: [
["libxrandr-dev"] {os-family = "debian"}
["libXrandr-devel"] {os-family = "fedora" | os-family = "rhel" | os-family = "suse"}
["libxrandr-dev"] {os-distribution = "alpine"}
["libxrandr"] {os-distribution = "arch"}
["libXrandr"] {os-distribution = "freebsd"}
]
synopsis: "Virtual package relying on an libXRandR system installation"
description:
"This package can only install if libXRandR is installed on the system."
21 changes: 21 additions & 0 deletions packages/conf-mesa/conf-mesa.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
opam-version: "2.0"
maintainer: "Tobias Mock <tobiasjammer@gmail.com>"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
authors: ["Brian Paul"]
homepage: "https://mesa3d.org/"
license: "MIT"
build: [
["pkg-config" "gl"]
]
depends: ["conf-pkg-config" {build}]
depexts: [
["libgl1-mesa-dev"] {os-family = "debian"}
["mesa-libGL-devel"] {os-family = "fedora" | os-family = "rhel"}
["Mesa-libGL-devel"] {os-family = "suse"}
["mesa-dev"] {os-distribution = "alpine"}
["mesa"] {os-distribution = "arch"}
["mesa-libs"] {os-distribution = "freebsd"}
]
synopsis: "Virtual package relying on an mesa system installation"
description:
"This package can only install if mesa (libGL) is installed on the system."

0 comments on commit d26bd31

Please sign in to comment.