mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 15:08:57 +02:00
x11-libs: Mark libraries that actually utilize the X connection directly.
Add a comment and make them depend on libX11_xcb instead of just libX11. The libraries which do not actually use the connection but just call APIs are left alone. Preparation for BeXlib (which is a ways off, but this will allow me to build things in HaikuPorts against it properly.)
This commit is contained in:
@@ -6,7 +6,7 @@ COPYRIGHT="2001, 2003 Keith Packard
|
|||||||
2003 Noah Levitt
|
2003 Noah Levitt
|
||||||
2006, 2007 Oracle and/or its affiliates"
|
2006, 2007 Oracle and/or its affiliates"
|
||||||
LICENSE="libXcomposite"
|
LICENSE="libXcomposite"
|
||||||
REVISION="1"
|
REVISION="2"
|
||||||
SOURCE_URI="https://www.x.org/releases/individual/lib/libXcomposite-$portVersion.tar.bz2"
|
SOURCE_URI="https://www.x.org/releases/individual/lib/libXcomposite-$portVersion.tar.bz2"
|
||||||
CHECKSUM_SHA256="b3218a2c15bab8035d16810df5b8251ffc7132ff3aa70651a1fba0bfe9634e8f"
|
CHECKSUM_SHA256="b3218a2c15bab8035d16810df5b8251ffc7132ff3aa70651a1fba0bfe9634e8f"
|
||||||
SOURCE_DIR="libXcomposite-$portVersion"
|
SOURCE_DIR="libXcomposite-$portVersion"
|
||||||
@@ -17,13 +17,15 @@ SECONDARY_ARCHITECTURES="x86"
|
|||||||
libVersion="1.0.0"
|
libVersion="1.0.0"
|
||||||
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||||
|
|
||||||
|
# server-interfacing: needs libX11_xcb.
|
||||||
|
|
||||||
PROVIDES="
|
PROVIDES="
|
||||||
libxcomposite$secondaryArchSuffix = $portVersion
|
libxcomposite$secondaryArchSuffix = $portVersion
|
||||||
lib:libXcomposite$secondaryArchSuffix = $libVersionCompat
|
lib:libXcomposite$secondaryArchSuffix = $libVersionCompat
|
||||||
"
|
"
|
||||||
REQUIRES="
|
REQUIRES="
|
||||||
haiku$secondaryArchSuffix
|
haiku$secondaryArchSuffix
|
||||||
lib:libX11$secondaryArchSuffix
|
lib:libX11_xcb$secondaryArchSuffix
|
||||||
lib:libXfixes$secondaryArchSuffix
|
lib:libXfixes$secondaryArchSuffix
|
||||||
"
|
"
|
||||||
|
|
||||||
@@ -37,7 +39,7 @@ REQUIRES_devel="
|
|||||||
|
|
||||||
BUILD_REQUIRES="
|
BUILD_REQUIRES="
|
||||||
haiku${secondaryArchSuffix}_devel
|
haiku${secondaryArchSuffix}_devel
|
||||||
devel:libX11$secondaryArchSuffix
|
devel:libX11_xcb$secondaryArchSuffix
|
||||||
devel:libXfixes$secondaryArchSuffix
|
devel:libXfixes$secondaryArchSuffix
|
||||||
devel:util_macros
|
devel:util_macros
|
||||||
"
|
"
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ COPYRIGHT="2001, 2003 Keith Packard
|
|||||||
2003 Noah Levitt
|
2003 Noah Levitt
|
||||||
2007 Eric Anholt"
|
2007 Eric Anholt"
|
||||||
LICENSE="libXdamage"
|
LICENSE="libXdamage"
|
||||||
REVISION="1"
|
REVISION="2"
|
||||||
SOURCE_URI="https://www.x.org/releases/individual/lib/libXdamage-$portVersion.tar.bz2"
|
SOURCE_URI="https://www.x.org/releases/individual/lib/libXdamage-$portVersion.tar.bz2"
|
||||||
CHECKSUM_SHA256="b734068643cac3b5f3d2c8279dd366b5bf28c7219d9e9d8717e1383995e0ea45"
|
CHECKSUM_SHA256="b734068643cac3b5f3d2c8279dd366b5bf28c7219d9e9d8717e1383995e0ea45"
|
||||||
SOURCE_DIR="libXdamage-$portVersion"
|
SOURCE_DIR="libXdamage-$portVersion"
|
||||||
@@ -17,13 +17,15 @@ SECONDARY_ARCHITECTURES="x86"
|
|||||||
libVersion="1.1.0"
|
libVersion="1.1.0"
|
||||||
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||||
|
|
||||||
|
# server-interfacing: needs libX11_xcb.
|
||||||
|
|
||||||
PROVIDES="
|
PROVIDES="
|
||||||
libxdamage$secondaryArchSuffix = $portVersion
|
libxdamage$secondaryArchSuffix = $portVersion
|
||||||
lib:libXdamage$secondaryArchSuffix = $libVersionCompat
|
lib:libXdamage$secondaryArchSuffix = $libVersionCompat
|
||||||
"
|
"
|
||||||
REQUIRES="
|
REQUIRES="
|
||||||
haiku$secondaryArchSuffix
|
haiku$secondaryArchSuffix
|
||||||
lib:libX11$secondaryArchSuffix
|
lib:libX11_xcb$secondaryArchSuffix
|
||||||
lib:libXfixes$secondaryArchSuffix
|
lib:libXfixes$secondaryArchSuffix
|
||||||
"
|
"
|
||||||
|
|
||||||
@@ -34,14 +36,14 @@ PROVIDES_devel="
|
|||||||
REQUIRES_devel="
|
REQUIRES_devel="
|
||||||
libxdamage$secondaryArchSuffix == $portVersion base
|
libxdamage$secondaryArchSuffix == $portVersion base
|
||||||
devel:damageproto
|
devel:damageproto
|
||||||
devel:libX11$secondaryArchSuffix
|
devel:libX11_xcb$secondaryArchSuffix
|
||||||
devel:libXfixes$secondaryArchSuffix
|
devel:libXfixes$secondaryArchSuffix
|
||||||
devel:xproto
|
devel:xproto
|
||||||
"
|
"
|
||||||
|
|
||||||
BUILD_REQUIRES="
|
BUILD_REQUIRES="
|
||||||
haiku${secondaryArchSuffix}_devel
|
haiku${secondaryArchSuffix}_devel
|
||||||
devel:libX11$secondaryArchSuffix
|
devel:libX11_xcb$secondaryArchSuffix
|
||||||
devel:libXfixes$secondaryArchSuffix
|
devel:libXfixes$secondaryArchSuffix
|
||||||
devel:util_macros
|
devel:util_macros
|
||||||
"
|
"
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ functions to aid authors of client APIs for X protocol extensions."
|
|||||||
HOMEPAGE="http://xorg.freedesktop.org/releases/individual/lib/"
|
HOMEPAGE="http://xorg.freedesktop.org/releases/individual/lib/"
|
||||||
COPYRIGHT="1986, 1987, 1988, 1989, 1994, 1998 The Open Group"
|
COPYRIGHT="1986, 1987, 1988, 1989, 1994, 1998 The Open Group"
|
||||||
LICENSE="MIT (no promotion)"
|
LICENSE="MIT (no promotion)"
|
||||||
REVISION="1"
|
REVISION="2"
|
||||||
SOURCE_URI="https://www.x.org/archive/individual/lib/libXext-$portVersion.tar.gz"
|
SOURCE_URI="https://www.x.org/archive/individual/lib/libXext-$portVersion.tar.gz"
|
||||||
CHECKSUM_SHA256="8ef0789f282826661ff40a8eef22430378516ac580167da35cc948be9041aac1"
|
CHECKSUM_SHA256="8ef0789f282826661ff40a8eef22430378516ac580167da35cc948be9041aac1"
|
||||||
SOURCE_DIR="libXext-$portVersion"
|
SOURCE_DIR="libXext-$portVersion"
|
||||||
@@ -19,13 +19,15 @@ SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
|||||||
libVersion="6.4.0"
|
libVersion="6.4.0"
|
||||||
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||||
|
|
||||||
|
# server-interfacing: needs libX11_xcb.
|
||||||
|
|
||||||
PROVIDES="
|
PROVIDES="
|
||||||
libxext$secondaryArchSuffix = $portVersion
|
libxext$secondaryArchSuffix = $portVersion
|
||||||
lib:libXext$secondaryArchSuffix = $libVersionCompat
|
lib:libXext$secondaryArchSuffix = $libVersionCompat
|
||||||
"
|
"
|
||||||
REQUIRES="
|
REQUIRES="
|
||||||
haiku$secondaryArchSuffix
|
haiku$secondaryArchSuffix
|
||||||
lib:libX11$secondaryArchSuffix
|
lib:libX11_xcb$secondaryArchSuffix
|
||||||
"
|
"
|
||||||
|
|
||||||
PROVIDES_devel="
|
PROVIDES_devel="
|
||||||
@@ -34,7 +36,7 @@ PROVIDES_devel="
|
|||||||
"
|
"
|
||||||
REQUIRES_devel="
|
REQUIRES_devel="
|
||||||
libxext$secondaryArchSuffix == $portVersion base
|
libxext$secondaryArchSuffix == $portVersion base
|
||||||
devel:libX11$secondaryArchSuffix
|
devel:libX11_xcb$secondaryArchSuffix
|
||||||
devel:xextproto
|
devel:xextproto
|
||||||
"
|
"
|
||||||
|
|
||||||
@@ -42,7 +44,7 @@ BUILD_REQUIRES="
|
|||||||
haiku${secondaryArchSuffix}_devel
|
haiku${secondaryArchSuffix}_devel
|
||||||
docbook_xml_dtd
|
docbook_xml_dtd
|
||||||
docbook_xsl_stylesheets
|
docbook_xsl_stylesheets
|
||||||
devel:libX11$secondaryArchSuffix
|
devel:libX11_xcb$secondaryArchSuffix
|
||||||
devel:util_macros
|
devel:util_macros
|
||||||
devel:xorg_sgml_doctools
|
devel:xorg_sgml_doctools
|
||||||
"
|
"
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ COPYRIGHT="2001-2003 Keith Packard
|
|||||||
2006 Oracle and/or its affiliates
|
2006 Oracle and/or its affiliates
|
||||||
2011 Red Hat"
|
2011 Red Hat"
|
||||||
LICENSE="libXfixes"
|
LICENSE="libXfixes"
|
||||||
REVISION="4"
|
REVISION="5"
|
||||||
SOURCE_URI="https://www.x.org/archive/individual/lib/libXfixes-$portVersion.tar.bz2"
|
SOURCE_URI="https://www.x.org/archive/individual/lib/libXfixes-$portVersion.tar.bz2"
|
||||||
CHECKSUM_SHA256="de1cd33aff226e08cefd0e6759341c2c8e8c9faf8ce9ac6ec38d43e287b22ad6"
|
CHECKSUM_SHA256="de1cd33aff226e08cefd0e6759341c2c8e8c9faf8ce9ac6ec38d43e287b22ad6"
|
||||||
SOURCE_DIR="libXfixes-$portVersion"
|
SOURCE_DIR="libXfixes-$portVersion"
|
||||||
@@ -20,13 +20,15 @@ SECONDARY_ARCHITECTURES="x86"
|
|||||||
libVersion="3.1.0"
|
libVersion="3.1.0"
|
||||||
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||||
|
|
||||||
|
# server-interfacing: needs libX11_xcb.
|
||||||
|
|
||||||
PROVIDES="
|
PROVIDES="
|
||||||
libxfixes$secondaryArchSuffix = $portVersion
|
libxfixes$secondaryArchSuffix = $portVersion
|
||||||
lib:libXfixes$secondaryArchSuffix = $libVersionCompat
|
lib:libXfixes$secondaryArchSuffix = $libVersionCompat
|
||||||
"
|
"
|
||||||
REQUIRES="
|
REQUIRES="
|
||||||
haiku$secondaryArchSuffix
|
haiku$secondaryArchSuffix
|
||||||
lib:libX11$secondaryArchSuffix
|
lib:libX11_xcb$secondaryArchSuffix
|
||||||
"
|
"
|
||||||
|
|
||||||
PROVIDES_devel="
|
PROVIDES_devel="
|
||||||
@@ -36,13 +38,13 @@ PROVIDES_devel="
|
|||||||
REQUIRES_devel="
|
REQUIRES_devel="
|
||||||
libxfixes$secondaryArchSuffix == $portVersion base
|
libxfixes$secondaryArchSuffix == $portVersion base
|
||||||
devel:fixesproto
|
devel:fixesproto
|
||||||
devel:libX11$secondaryArchSuffix
|
devel:libX11_xcb$secondaryArchSuffix
|
||||||
devel:xproto
|
devel:xproto
|
||||||
"
|
"
|
||||||
|
|
||||||
BUILD_REQUIRES="
|
BUILD_REQUIRES="
|
||||||
haiku${secondaryArchSuffix}_devel
|
haiku${secondaryArchSuffix}_devel
|
||||||
devel:libX11$secondaryArchSuffix
|
devel:libX11_xcb$secondaryArchSuffix
|
||||||
devel:util_macros
|
devel:util_macros
|
||||||
"
|
"
|
||||||
BUILD_PREREQUIRES="
|
BUILD_PREREQUIRES="
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ glyph drawing; otherwise, the core X protocol is used."
|
|||||||
HOMEPAGE="https://www.x.org/"
|
HOMEPAGE="https://www.x.org/"
|
||||||
COPYRIGHT="2000-2003 Keith Packard"
|
COPYRIGHT="2000-2003 Keith Packard"
|
||||||
LICENSE="libXft"
|
LICENSE="libXft"
|
||||||
REVISION="1"
|
REVISION="2"
|
||||||
SOURCE_URI="https://www.x.org/releases/individual/lib/libXft-$portVersion.tar.bz2"
|
SOURCE_URI="https://www.x.org/releases/individual/lib/libXft-$portVersion.tar.bz2"
|
||||||
CHECKSUM_SHA256="225c68e616dd29dbb27809e45e9eadf18e4d74c50be43020ef20015274529216"
|
CHECKSUM_SHA256="225c68e616dd29dbb27809e45e9eadf18e4d74c50be43020ef20015274529216"
|
||||||
SOURCE_DIR="libXft-$portVersion"
|
SOURCE_DIR="libXft-$portVersion"
|
||||||
@@ -17,6 +17,8 @@ SECONDARY_ARCHITECTURES="?x86_gcc2 x86"
|
|||||||
libVersion="$portVersion"
|
libVersion="$portVersion"
|
||||||
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||||
|
|
||||||
|
# server-interfacing: needs libX11_xcb.
|
||||||
|
|
||||||
PROVIDES="
|
PROVIDES="
|
||||||
libxft$secondaryArchSuffix = $portVersion
|
libxft$secondaryArchSuffix = $portVersion
|
||||||
lib:libXft$secondaryArchSuffix = $libVersionCompat
|
lib:libXft$secondaryArchSuffix = $libVersionCompat
|
||||||
@@ -25,7 +27,7 @@ REQUIRES="
|
|||||||
haiku$secondaryArchSuffix
|
haiku$secondaryArchSuffix
|
||||||
lib:libfontconfig$secondaryArchSuffix
|
lib:libfontconfig$secondaryArchSuffix
|
||||||
lib:libfreetype$secondaryArchSuffix
|
lib:libfreetype$secondaryArchSuffix
|
||||||
lib:libX11$secondaryArchSuffix
|
lib:libX11_xcb$secondaryArchSuffix
|
||||||
lib:libXrender$secondaryArchSuffix
|
lib:libXrender$secondaryArchSuffix
|
||||||
"
|
"
|
||||||
|
|
||||||
@@ -45,7 +47,7 @@ BUILD_REQUIRES="
|
|||||||
haiku${secondaryArchSuffix}_devel
|
haiku${secondaryArchSuffix}_devel
|
||||||
devel:libfontconfig$secondaryArchSuffix
|
devel:libfontconfig$secondaryArchSuffix
|
||||||
devel:libfreetype$secondaryArchSuffix
|
devel:libfreetype$secondaryArchSuffix
|
||||||
devel:libX11$secondaryArchSuffix
|
devel:libX11_xcb$secondaryArchSuffix
|
||||||
devel:libXrender$secondaryArchSuffix
|
devel:libXrender$secondaryArchSuffix
|
||||||
devel:util_macros
|
devel:util_macros
|
||||||
"
|
"
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ independently from the core devices."
|
|||||||
HOMEPAGE="http://xorg.freedesktop.org/releases/individual/lib/"
|
HOMEPAGE="http://xorg.freedesktop.org/releases/individual/lib/"
|
||||||
COPYRIGHT="1989, 1998 The Open Group"
|
COPYRIGHT="1989, 1998 The Open Group"
|
||||||
LICENSE="MIT (no promotion)"
|
LICENSE="MIT (no promotion)"
|
||||||
REVISION="1"
|
REVISION="2"
|
||||||
SOURCE_URI="https://www.x.org/archive/individual/lib/libXi-$portVersion.tar.bz2"
|
SOURCE_URI="https://www.x.org/archive/individual/lib/libXi-$portVersion.tar.bz2"
|
||||||
CHECKSUM_SHA256="36a30d8f6383a72e7ce060298b4b181fd298bc3a135c8e201b7ca847f5f81061"
|
CHECKSUM_SHA256="36a30d8f6383a72e7ce060298b4b181fd298bc3a135c8e201b7ca847f5f81061"
|
||||||
SOURCE_DIR="libXi-$portVersion"
|
SOURCE_DIR="libXi-$portVersion"
|
||||||
@@ -17,13 +17,15 @@ SECONDARY_ARCHITECTURES="x86"
|
|||||||
libVersion="6.1.0"
|
libVersion="6.1.0"
|
||||||
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||||
|
|
||||||
|
# server-interfacing: needs libX11_xcb.
|
||||||
|
|
||||||
PROVIDES="
|
PROVIDES="
|
||||||
libxi$secondaryArchSuffix = $portVersion
|
libxi$secondaryArchSuffix = $portVersion
|
||||||
lib:libXi$secondaryArchSuffix = $libVersionCompat
|
lib:libXi$secondaryArchSuffix = $libVersionCompat
|
||||||
"
|
"
|
||||||
REQUIRES="
|
REQUIRES="
|
||||||
haiku$secondaryArchSuffix
|
haiku$secondaryArchSuffix
|
||||||
lib:libX11$secondaryArchSuffix
|
lib:libX11_xcb$secondaryArchSuffix
|
||||||
lib:libXext$secondaryArchSuffix
|
lib:libXext$secondaryArchSuffix
|
||||||
lib:libXfixes$secondaryArchSuffix
|
lib:libXfixes$secondaryArchSuffix
|
||||||
"
|
"
|
||||||
@@ -35,7 +37,7 @@ PROVIDES_devel="
|
|||||||
REQUIRES_devel="
|
REQUIRES_devel="
|
||||||
libxi$secondaryArchSuffix == $portVersion base
|
libxi$secondaryArchSuffix == $portVersion base
|
||||||
devel:inputproto
|
devel:inputproto
|
||||||
devel:libX11$secondaryArchSuffix
|
devel:libX11_xcb$secondaryArchSuffix
|
||||||
devel:libXext$secondaryArchSuffix
|
devel:libXext$secondaryArchSuffix
|
||||||
devel:libXfixes$secondaryArchSuffix
|
devel:libXfixes$secondaryArchSuffix
|
||||||
"
|
"
|
||||||
@@ -44,7 +46,7 @@ BUILD_REQUIRES="
|
|||||||
haiku${secondaryArchSuffix}_devel
|
haiku${secondaryArchSuffix}_devel
|
||||||
docbook_xml_dtd
|
docbook_xml_dtd
|
||||||
docbook_xsl_stylesheets
|
docbook_xsl_stylesheets
|
||||||
devel:libX11$secondaryArchSuffix
|
devel:libX11_xcb$secondaryArchSuffix
|
||||||
devel:libXext$secondaryArchSuffix
|
devel:libXext$secondaryArchSuffix
|
||||||
devel:libXfixes$secondaryArchSuffix
|
devel:libXfixes$secondaryArchSuffix
|
||||||
devel:util_macros
|
devel:util_macros
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ HOMEPAGE="https://cgit.freedesktop.org/xorg/lib/libXinerama
|
|||||||
https://xorg.freedesktop.org/releases/individual/lib/"
|
https://xorg.freedesktop.org/releases/individual/lib/"
|
||||||
COPYRIGHT="2007 Oracle"
|
COPYRIGHT="2007 Oracle"
|
||||||
LICENSE="MIT (no promotion)"
|
LICENSE="MIT (no promotion)"
|
||||||
REVISION="3"
|
REVISION="4"
|
||||||
SOURCE_URI="https://www.x.org/archive/individual/lib/libXinerama-$portVersion.tar.bz2"
|
SOURCE_URI="https://www.x.org/archive/individual/lib/libXinerama-$portVersion.tar.bz2"
|
||||||
CHECKSUM_SHA256="0008dbd7ecf717e1e507eed1856ab0d9cf946d03201b85d5dcf61489bb02d720"
|
CHECKSUM_SHA256="0008dbd7ecf717e1e507eed1856ab0d9cf946d03201b85d5dcf61489bb02d720"
|
||||||
SOURCE_DIR="libXinerama-$portVersion"
|
SOURCE_DIR="libXinerama-$portVersion"
|
||||||
@@ -17,13 +17,15 @@ SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
|||||||
libVersion="1.0.0"
|
libVersion="1.0.0"
|
||||||
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||||
|
|
||||||
|
# server-interfacing: needs libX11_xcb.
|
||||||
|
|
||||||
PROVIDES="
|
PROVIDES="
|
||||||
libxinerama$secondaryArchSuffix = $portVersion
|
libxinerama$secondaryArchSuffix = $portVersion
|
||||||
lib:libXinerama$secondaryArchSuffix = $libVersionCompat
|
lib:libXinerama$secondaryArchSuffix = $libVersionCompat
|
||||||
"
|
"
|
||||||
REQUIRES="
|
REQUIRES="
|
||||||
haiku$secondaryArchSuffix
|
haiku$secondaryArchSuffix
|
||||||
lib:libX11$secondaryArchSuffix
|
lib:libX11_xcb$secondaryArchSuffix
|
||||||
lib:libXext$secondaryArchSuffix
|
lib:libXext$secondaryArchSuffix
|
||||||
"
|
"
|
||||||
|
|
||||||
@@ -33,14 +35,14 @@ PROVIDES_devel="
|
|||||||
"
|
"
|
||||||
REQUIRES_devel="
|
REQUIRES_devel="
|
||||||
libXinerama$secondaryArchSuffix == $portVersion base
|
libXinerama$secondaryArchSuffix == $portVersion base
|
||||||
devel:libX11$secondaryArchSuffix
|
devel:libX11_xcb$secondaryArchSuffix
|
||||||
devel:libXext$secondaryArchSuffix
|
devel:libXext$secondaryArchSuffix
|
||||||
devel:xineramaproto
|
devel:xineramaproto
|
||||||
"
|
"
|
||||||
|
|
||||||
BUILD_REQUIRES="
|
BUILD_REQUIRES="
|
||||||
haiku${secondaryArchSuffix}_devel
|
haiku${secondaryArchSuffix}_devel
|
||||||
devel:libX11$secondaryArchSuffix
|
devel:libX11_xcb$secondaryArchSuffix
|
||||||
devel:libXext$secondaryArchSuffix
|
devel:libXext$secondaryArchSuffix
|
||||||
devel:util_macros
|
devel:util_macros
|
||||||
"
|
"
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ description files for XKB, the X11 keyboard configuration extension."
|
|||||||
HOMEPAGE="http://xorg.freedesktop.org/releases/individual/lib/"
|
HOMEPAGE="http://xorg.freedesktop.org/releases/individual/lib/"
|
||||||
COPYRIGHT="1994-1996 Silicon Graphics Computer Systems, Inc."
|
COPYRIGHT="1994-1996 Silicon Graphics Computer Systems, Inc."
|
||||||
LICENSE="MIT (no promotion)"
|
LICENSE="MIT (no promotion)"
|
||||||
REVISION="1"
|
REVISION="2"
|
||||||
SOURCE_URI="http://xorg.freedesktop.org/releases/individual/lib/libxkbfile-$portVersion.tar.bz2"
|
SOURCE_URI="http://xorg.freedesktop.org/releases/individual/lib/libxkbfile-$portVersion.tar.bz2"
|
||||||
CHECKSUM_SHA256="758dbdaa20add2db4902df0b1b7c936564b7376c02a0acd1f2a331bd334b38c7"
|
CHECKSUM_SHA256="758dbdaa20add2db4902df0b1b7c936564b7376c02a0acd1f2a331bd334b38c7"
|
||||||
|
|
||||||
@@ -14,13 +14,15 @@ SECONDARY_ARCHITECTURES="x86"
|
|||||||
libVersion="1.0.2"
|
libVersion="1.0.2"
|
||||||
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||||
|
|
||||||
|
# server-interfacing: needs libX11_xcb.
|
||||||
|
|
||||||
PROVIDES="
|
PROVIDES="
|
||||||
libxkbfile$secondaryArchSuffix = $portVersion
|
libxkbfile$secondaryArchSuffix = $portVersion
|
||||||
lib:libxkbfile$secondaryArchSuffix = $libVersionCompat
|
lib:libxkbfile$secondaryArchSuffix = $libVersionCompat
|
||||||
"
|
"
|
||||||
REQUIRES="
|
REQUIRES="
|
||||||
haiku$secondaryArchSuffix
|
haiku$secondaryArchSuffix
|
||||||
lib:libX11$secondaryArchSuffix
|
lib:libX11_xcb$secondaryArchSuffix
|
||||||
"
|
"
|
||||||
|
|
||||||
PROVIDES_devel="
|
PROVIDES_devel="
|
||||||
@@ -30,12 +32,12 @@ PROVIDES_devel="
|
|||||||
REQUIRES_devel="
|
REQUIRES_devel="
|
||||||
libxkbfile$secondaryArchSuffix == $portVersion base
|
libxkbfile$secondaryArchSuffix == $portVersion base
|
||||||
devel:kbproto
|
devel:kbproto
|
||||||
devel:libX11$secondaryArchSuffix
|
devel:libX11_xcb$secondaryArchSuffix
|
||||||
"
|
"
|
||||||
|
|
||||||
BUILD_REQUIRES="
|
BUILD_REQUIRES="
|
||||||
haiku${secondaryArchSuffix}_devel
|
haiku${secondaryArchSuffix}_devel
|
||||||
devel:libX11$secondaryArchSuffix
|
devel:libX11_xcb$secondaryArchSuffix
|
||||||
devel:util_macros
|
devel:util_macros
|
||||||
"
|
"
|
||||||
BUILD_PREREQUIRES="
|
BUILD_PREREQUIRES="
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ COPYRIGHT="2000, Compaq Computer Corporation.
|
|||||||
2011 Dave Airlie
|
2011 Dave Airlie
|
||||||
2006 Keith Packard"
|
2006 Keith Packard"
|
||||||
LICENSE="MIT (no promotion)"
|
LICENSE="MIT (no promotion)"
|
||||||
REVISION="1"
|
REVISION="2"
|
||||||
SOURCE_URI="https://www.x.org/releases/individual/lib/libXrandr-$portVersion.tar.bz2"
|
SOURCE_URI="https://www.x.org/releases/individual/lib/libXrandr-$portVersion.tar.bz2"
|
||||||
CHECKSUM_SHA256="8aea0ebe403d62330bb741ed595b53741acf45033d3bda1792f1d4cc3daee023"
|
CHECKSUM_SHA256="8aea0ebe403d62330bb741ed595b53741acf45033d3bda1792f1d4cc3daee023"
|
||||||
SOURCE_DIR="libXrandr-$portVersion"
|
SOURCE_DIR="libXrandr-$portVersion"
|
||||||
@@ -22,13 +22,15 @@ SECONDARY_ARCHITECTURES="x86"
|
|||||||
libVersion="2.2.0"
|
libVersion="2.2.0"
|
||||||
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||||
|
|
||||||
|
# server-interfacing: needs libX11_xcb.
|
||||||
|
|
||||||
PROVIDES="
|
PROVIDES="
|
||||||
libxrandr$secondaryArchSuffix = $portVersion
|
libxrandr$secondaryArchSuffix = $portVersion
|
||||||
lib:libXrandr$secondaryArchSuffix = $libVersionCompat
|
lib:libXrandr$secondaryArchSuffix = $libVersionCompat
|
||||||
"
|
"
|
||||||
REQUIRES="
|
REQUIRES="
|
||||||
haiku$secondaryArchSuffix
|
haiku$secondaryArchSuffix
|
||||||
lib:libX11$secondaryArchSuffix
|
lib:libX11_xcb$secondaryArchSuffix
|
||||||
lib:libXext$secondaryArchSuffix
|
lib:libXext$secondaryArchSuffix
|
||||||
lib:libXrender$secondaryArchSuffix
|
lib:libXrender$secondaryArchSuffix
|
||||||
"
|
"
|
||||||
@@ -39,7 +41,7 @@ PROVIDES_devel="
|
|||||||
"
|
"
|
||||||
REQUIRES_devel="
|
REQUIRES_devel="
|
||||||
libxrandr$secondaryArchSuffix == $portVersion base
|
libxrandr$secondaryArchSuffix == $portVersion base
|
||||||
devel:libX11$secondaryArchSuffix
|
devel:libX11_xcb$secondaryArchSuffix
|
||||||
devel:libXext$secondaryArchSuffix
|
devel:libXext$secondaryArchSuffix
|
||||||
devel:libXrender$secondaryArchSuffix
|
devel:libXrender$secondaryArchSuffix
|
||||||
devel:randrproto
|
devel:randrproto
|
||||||
@@ -48,7 +50,7 @@ REQUIRES_devel="
|
|||||||
|
|
||||||
BUILD_REQUIRES="
|
BUILD_REQUIRES="
|
||||||
haiku${secondaryArchSuffix}_devel
|
haiku${secondaryArchSuffix}_devel
|
||||||
devel:libX11$secondaryArchSuffix
|
devel:libX11_xcb$secondaryArchSuffix
|
||||||
devel:libXext$secondaryArchSuffix
|
devel:libXext$secondaryArchSuffix
|
||||||
devel:libXrender$secondaryArchSuffix
|
devel:libXrender$secondaryArchSuffix
|
||||||
devel:util_macros
|
devel:util_macros
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ HOMEPAGE="https://www.x.org/releases/individual/lib/"
|
|||||||
COPYRIGHT="2000 SuSE, Inc
|
COPYRIGHT="2000 SuSE, Inc
|
||||||
2001-2003 Keith Packard"
|
2001-2003 Keith Packard"
|
||||||
LICENSE="libXrender"
|
LICENSE="libXrender"
|
||||||
REVISION="4"
|
REVISION="5"
|
||||||
SOURCE_URI="https://www.x.org/releases/individual/lib/libXrender-$portVersion.tar.bz2"
|
SOURCE_URI="https://www.x.org/releases/individual/lib/libXrender-$portVersion.tar.bz2"
|
||||||
CHECKSUM_SHA256="c06d5979f86e64cabbde57c223938db0b939dff49fdb5a793a1d3d0396650949"
|
CHECKSUM_SHA256="c06d5979f86e64cabbde57c223938db0b939dff49fdb5a793a1d3d0396650949"
|
||||||
SOURCE_DIR="libXrender-$portVersion"
|
SOURCE_DIR="libXrender-$portVersion"
|
||||||
@@ -16,13 +16,15 @@ SECONDARY_ARCHITECTURES="x86"
|
|||||||
libVersion="1.3.0"
|
libVersion="1.3.0"
|
||||||
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||||
|
|
||||||
|
# server-interfacing: needs libX11_xcb.
|
||||||
|
|
||||||
PROVIDES="
|
PROVIDES="
|
||||||
libxrender$secondaryArchSuffix = $portVersion
|
libxrender$secondaryArchSuffix = $portVersion
|
||||||
lib:libXrender$secondaryArchSuffix = $libVersionCompat
|
lib:libXrender$secondaryArchSuffix = $libVersionCompat
|
||||||
"
|
"
|
||||||
REQUIRES="
|
REQUIRES="
|
||||||
haiku$secondaryArchSuffix
|
haiku$secondaryArchSuffix
|
||||||
lib:libX11$secondaryArchSuffix
|
lib:libX11_xcb$secondaryArchSuffix
|
||||||
"
|
"
|
||||||
|
|
||||||
PROVIDES_devel="
|
PROVIDES_devel="
|
||||||
@@ -31,14 +33,14 @@ PROVIDES_devel="
|
|||||||
"
|
"
|
||||||
REQUIRES_devel="
|
REQUIRES_devel="
|
||||||
libxrender$secondaryArchSuffix == $portVersion base
|
libxrender$secondaryArchSuffix == $portVersion base
|
||||||
devel:libX11$secondaryArchSuffix
|
devel:libX11_xcb$secondaryArchSuffix
|
||||||
devel:renderproto
|
devel:renderproto
|
||||||
devel:xproto
|
devel:xproto
|
||||||
"
|
"
|
||||||
|
|
||||||
BUILD_REQUIRES="
|
BUILD_REQUIRES="
|
||||||
haiku${secondaryArchSuffix}_devel
|
haiku${secondaryArchSuffix}_devel
|
||||||
devel:libX11$secondaryArchSuffix
|
devel:libX11_xcb$secondaryArchSuffix
|
||||||
devel:util_macros
|
devel:util_macros
|
||||||
"
|
"
|
||||||
BUILD_PREREQUIRES="
|
BUILD_PREREQUIRES="
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ HOMEPAGE="https://cgit.freedesktop.org/xorg/lib/libXScrnSaver
|
|||||||
COPYRIGHT="1992 X Consortium
|
COPYRIGHT="1992 X Consortium
|
||||||
2003-2012 The XFree86 Project, Inc."
|
2003-2012 The XFree86 Project, Inc."
|
||||||
LICENSE="libXScrnSaver"
|
LICENSE="libXScrnSaver"
|
||||||
REVISION="3"
|
REVISION="4"
|
||||||
SOURCE_URI="https://www.x.org/releases/individual/lib/libXScrnSaver-$portVersion.tar.bz2"
|
SOURCE_URI="https://www.x.org/releases/individual/lib/libXScrnSaver-$portVersion.tar.bz2"
|
||||||
CHECKSUM_SHA256="f917075a1b7b5a38d67a8b0238eaab14acd2557679835b154cf2bca576e89bf8"
|
CHECKSUM_SHA256="f917075a1b7b5a38d67a8b0238eaab14acd2557679835b154cf2bca576e89bf8"
|
||||||
SOURCE_DIR="libXScrnSaver-$portVersion"
|
SOURCE_DIR="libXScrnSaver-$portVersion"
|
||||||
@@ -18,13 +18,15 @@ SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
|||||||
libVersion="1.0.0"
|
libVersion="1.0.0"
|
||||||
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||||
|
|
||||||
|
# server-interfacing: needs libX11_xcb.
|
||||||
|
|
||||||
PROVIDES="
|
PROVIDES="
|
||||||
libxscrnsaver$secondaryArchSuffix = $portVersion
|
libxscrnsaver$secondaryArchSuffix = $portVersion
|
||||||
lib:libXss$secondaryArchSuffix = $libVersionCompat
|
lib:libXss$secondaryArchSuffix = $libVersionCompat
|
||||||
"
|
"
|
||||||
REQUIRES="
|
REQUIRES="
|
||||||
haiku$secondaryArchSuffix
|
haiku$secondaryArchSuffix
|
||||||
lib:libX11$secondaryArchSuffix
|
lib:libX11_xcb$secondaryArchSuffix
|
||||||
lib:libXext$secondaryArchSuffix
|
lib:libXext$secondaryArchSuffix
|
||||||
"
|
"
|
||||||
|
|
||||||
@@ -34,14 +36,14 @@ PROVIDES_devel="
|
|||||||
"
|
"
|
||||||
REQUIRES_devel="
|
REQUIRES_devel="
|
||||||
libxscrnsaver$secondaryArchSuffix == $portVersion base
|
libxscrnsaver$secondaryArchSuffix == $portVersion base
|
||||||
devel:libX11$secondaryArchSuffix
|
devel:libX11_xcb$secondaryArchSuffix
|
||||||
devel:libXext$secondaryArchSuffix
|
devel:libXext$secondaryArchSuffix
|
||||||
devel:scrnsaverproto
|
devel:scrnsaverproto
|
||||||
"
|
"
|
||||||
|
|
||||||
BUILD_REQUIRES="
|
BUILD_REQUIRES="
|
||||||
haiku${secondaryArchSuffix}_devel
|
haiku${secondaryArchSuffix}_devel
|
||||||
devel:libX11$secondaryArchSuffix
|
devel:libX11_xcb$secondaryArchSuffix
|
||||||
devel:libXext$secondaryArchSuffix
|
devel:libXext$secondaryArchSuffix
|
||||||
devel:util_macros
|
devel:util_macros
|
||||||
"
|
"
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ HOMEPAGE="http://xorg.freedesktop.org/releases/individual/lib/"
|
|||||||
COPYRIGHT="1990, 1991 UniSoft Group Limited
|
COPYRIGHT="1990, 1991 UniSoft Group Limited
|
||||||
1992, 1993, 1995, 1998 The Open Group"
|
1992, 1993, 1995, 1998 The Open Group"
|
||||||
LICENSE="MIT (no promotion)"
|
LICENSE="MIT (no promotion)"
|
||||||
REVISION="3"
|
REVISION="4"
|
||||||
SOURCE_URI="https://www.x.org/archive/individual/lib/libXtst-$portVersion.tar.bz2"
|
SOURCE_URI="https://www.x.org/archive/individual/lib/libXtst-$portVersion.tar.bz2"
|
||||||
CHECKSUM_SHA256="4655498a1b8e844e3d6f21f3b2c4e2b571effb5fd83199d428a6ba7ea4bf5204"
|
CHECKSUM_SHA256="4655498a1b8e844e3d6f21f3b2c4e2b571effb5fd83199d428a6ba7ea4bf5204"
|
||||||
SOURCE_DIR="libXtst-$portVersion"
|
SOURCE_DIR="libXtst-$portVersion"
|
||||||
@@ -16,13 +16,15 @@ SECONDARY_ARCHITECTURES="x86"
|
|||||||
libVersion="6.1.0"
|
libVersion="6.1.0"
|
||||||
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||||
|
|
||||||
|
# server-interfacing: needs libX11_xcb.
|
||||||
|
|
||||||
PROVIDES="
|
PROVIDES="
|
||||||
libxtst$secondaryArchSuffix = $portVersion
|
libxtst$secondaryArchSuffix = $portVersion
|
||||||
lib:libXtst$secondaryArchSuffix = $libVersionCompat
|
lib:libXtst$secondaryArchSuffix = $libVersionCompat
|
||||||
"
|
"
|
||||||
REQUIRES="
|
REQUIRES="
|
||||||
haiku$secondaryArchSuffix
|
haiku$secondaryArchSuffix
|
||||||
lib:libX11$secondaryArchSuffix
|
lib:libX11_xcb$secondaryArchSuffix
|
||||||
lib:libXext$secondaryArchSuffix
|
lib:libXext$secondaryArchSuffix
|
||||||
lib:libXi$secondaryArchSuffix
|
lib:libXi$secondaryArchSuffix
|
||||||
"
|
"
|
||||||
@@ -33,7 +35,7 @@ PROVIDES_devel="
|
|||||||
"
|
"
|
||||||
REQUIRES_devel="
|
REQUIRES_devel="
|
||||||
libxtst$secondaryArchSuffix == $portVersion base
|
libxtst$secondaryArchSuffix == $portVersion base
|
||||||
devel:libX11$secondaryArchSuffix
|
devel:libX11_xcb$secondaryArchSuffix
|
||||||
devel:libXext$secondaryArchSuffix
|
devel:libXext$secondaryArchSuffix
|
||||||
devel:libXi$secondaryArchSuffix
|
devel:libXi$secondaryArchSuffix
|
||||||
devel:recordproto
|
devel:recordproto
|
||||||
@@ -44,7 +46,7 @@ BUILD_REQUIRES="
|
|||||||
haiku${secondaryArchSuffix}_devel
|
haiku${secondaryArchSuffix}_devel
|
||||||
docbook_xml_dtd
|
docbook_xml_dtd
|
||||||
docbook_xsl_stylesheets
|
docbook_xsl_stylesheets
|
||||||
devel:libX11$secondaryArchSuffix
|
devel:libX11_xcb$secondaryArchSuffix
|
||||||
devel:libXext$secondaryArchSuffix
|
devel:libXext$secondaryArchSuffix
|
||||||
devel:libXi$secondaryArchSuffix
|
devel:libXi$secondaryArchSuffix
|
||||||
devel:util_macros
|
devel:util_macros
|
||||||
|
|||||||
Reference in New Issue
Block a user