Furbish those recipes. SUMMARY/DESCRIPTION and re-ordering blocks.

This commit is contained in:
Humdinger
2015-09-09 19:24:59 +02:00
parent dd4f72cc3b
commit 33ff27689b
11 changed files with 167 additions and 188 deletions

View File

@@ -1,13 +1,16 @@
SUMMARY="X.Org X authorization library"
DESCRIPTION="
The X.Org X authorization library.
"
DESCRIPTION="LibXau manipulates .Xauthority files, used by xauth, X servers, \
and display managers to store shared secret data such as MIT-MAGIC-COOKIEs \
used for authenticating X clients attempting to connect to an X server.
LibXau is used by both Xlib and XCB."
HOMEPAGE="http://xorg.freedesktop.org/releases/individual/lib/"
SOURCE_URI="http://xorg.freedesktop.org/releases/individual/lib/libXau-1.0.8.tar.bz2"
CHECKSUM_SHA256="fdd477320aeb5cdd67272838722d6b7d544887dfe7de46e1e7cc0c27c2bea4f2"
REVISION="2"
COPYRIGHT="1988, 1993, 1994, 1998 The Open Group"
LICENSE="MIT (no promotion)"
REVISION="2"
SOURCE_URI="http://xorg.freedesktop.org/releases/individual/lib/libXau-1.0.8.tar.bz2"
CHECKSUM_SHA256="fdd477320aeb5cdd67272838722d6b7d544887dfe7de46e1e7cc0c27c2bea4f2"
SOURCE_DIR="libXau-$portVersion"
PATCHES="libxau-1.0.8.patch"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
@@ -29,7 +32,6 @@ BUILD_REQUIRES="
haiku$secondaryArchSuffix
devel:xproto$secondaryArchSuffix
"
BUILD_PREREQUIRES="
haiku${secondaryArchSuffix}_devel
devel:util_macros$secondaryArchSuffix
@@ -42,10 +44,6 @@ BUILD_PREREQUIRES="
cmd:pkg_config$secondaryArchSuffix
"
SOURCE_DIR="libXau-$portVersion"
PATCHES="libxau-1.0.8.patch"
BUILD()
{
libtoolize --force --copy --install

View File

@@ -1,14 +1,19 @@
SUMMARY="X C-language Bindings library"
DESCRIPTION="
The X11 C-language Bindings library.
"
SUMMARY="X.Org's C Bindings library"
DESCRIPTION="XCB provides application binary interface compatibility with \
both Xlib and XCB, providing an incremental porting path. XCB uses \
the protocol layer of Xlib, but replaces the Xlib transport layer with \
XCB, and provides access to the underlying XCB connection for direct use \
of XCB.
XCB allows an application to open a single connection to the Xdisplay server \
and use both XCB and Xlib, possibly through a mixture of libraries designed \
for one or the other."
HOMEPAGE="http://xcb.freedesktop.org/"
SOURCE_URI="http://xcb.freedesktop.org/dist/libxcb-1.6.tar.gz"
CHECKSUM_SHA256="df93b7d5afb0f970c73294636dc8cbc08f59bd39239cac4e6e0a46792ae7b759"
REVISION="2"
COPYRIGHT="2001-2006 Bart Massey, Jamey Sharp, and Josh Triplett.
All Rights Reserved."
COPYRIGHT="2001-2006 Bart Massey, Jamey Sharp, and Josh Triplett"
LICENSE="MIT (no promotion)"
REVISION="2"
CHECKSUM_SHA256="df93b7d5afb0f970c73294636dc8cbc08f59bd39239cac4e6e0a46792ae7b759"
SOURCE_URI="http://xcb.freedesktop.org/dist/libxcb-1.6.tar.gz"
PATCHES="libxcb-1.6.patch"
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
SECONDARY_ARCHITECTURES="?x86_gcc2 ?x86"
@@ -67,14 +72,13 @@ REQUIRES="
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libxslt >= 1.1.26
devel:xcb_proto >= 1.6
devel:libpthread_stubs$secondaryArchSuffix >= 0.3
devel:libxau$secondaryArchSuffix >= 1.0.5
"
BUILD_PREREQUIRES="
haiku${secondaryArchSuffix}_devel
devel:util_macros$secondaryArchSuffix
cmd:autoconf
cmd:doxygen
@@ -87,8 +91,6 @@ BUILD_PREREQUIRES="
cmd:python
"
PATCHES="libxcb-1.6.patch"
BUILD()
{
libtoolize --force --copy --install
@@ -122,4 +124,4 @@ INSTALL()
libxcb-xv \
libxcb-xvmc
fixPkgconfig
}
}

View File

@@ -1,21 +1,18 @@
SUMMARY="A pixel-manipulation library for X and cairo"
DESCRIPTION="
Pixman is a low-level software library for pixel manipulation, providing \
features such as image compositing and trapezoid rasterization. Important \
users of pixman are the cairo graphics library and the X server.
"
DESCRIPTION="Pixman is a low-level software library for pixel manipulation, \
providing features such as image compositing and trapezoid rasterization. \
Important users of pixman are the cairo graphics library and the X server."
HOMEPAGE="http://cgit.freedesktop.org/pixman/"
SOURCE_URI="http://cairographics.org/releases/pixman-$portVersion.tar.gz"
CHECKSUM_SHA256="3dfed13b8060eadabf0a4945c7045b7793cc7e3e910e748a8bb0f0dc3e794904"
LICENSE="MIT"
COPYRIGHT="1987-1998 The Open Group
1987-1989 Digital Equipment Corporation
1999, 2004, 2008 Keith Packard
2004-2010 Red Hat, Inc.
2009-2010 Sun Microsystems, Inc.
and many others"
LICENSE="MIT"
REVISION="1"
SOURCE_URI="http://cairographics.org/releases/pixman-$portVersion.tar.gz"
CHECKSUM_SHA256="3dfed13b8060eadabf0a4945c7045b7793cc7e3e910e748a8bb0f0dc3e794904"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86"
@@ -24,21 +21,22 @@ PROVIDES="
pixman$secondaryArchSuffix = $portVersion
lib:libpixman_1$secondaryArchSuffix = $portVersion compat >= 0
"
REQUIRES="
haiku$secondaryArchSuffix
"
PROVIDES_devel="
pixman${secondaryArchSuffix}_devel = $portVersion
devel:libpixman_1$secondaryArchSuffix = $portVersion compat >= 0
"
REQUIRES="
haiku$secondaryArchSuffix
"
REQUIRES_devel="
pixman$secondaryArchSuffix == $portVersion base
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
"
BUILD_PREREQUIRES="
haiku${secondaryArchSuffix}_devel
cmd:aclocal
cmd:autoconf
cmd:gcc$secondaryArchSuffix