mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 22:48:55 +02:00
De-lint recipes.
* gnash Don't start SUMMARY with app name Re-ordered blocks * gophernicus Don't start SUMMARY with app name Re-ordered blocks * harfbuzz Don't start SUMMARY with app name Re-ordered blocks * inconsolata Don't start SUMMARY with app name Re-ordered blocks * indent Don't start SUMMARY with app name Re-ordered blocks Fixed (SECONDARY_)ARCHITECTURES and PROVIDES * inputproto Don't start SUMMARY with app name Improved SUMMARY and DESCRIPTION Re-ordered blocks * jamvm Don't start SUMMARY with app name Removed "DEPEND" Re-ordered blocks * jpeg Don't start SUMMARY with app name Re-ordered blocks * jgmod Don't start SUMMARY with app name Re-ordered blocks * kbproto Don't start SUMMARY with app name Re-ordered blocks * kdiff3 Don't start SUMMARY with app name Re-ordered blocks * libdom Don't start SUMMARY with app name Re-ordered blocks Removed $secondaryArchSuffix as there are no 2nd archs declared * libdvdcss Don't start SUMMARY with app name Re-ordered blocks * libdwarf Don't start SUMMARY with app name Re-ordered blocks * libevent Minor cosmetics Re-ordered blocks
This commit is contained in:
@@ -1,16 +1,21 @@
|
||||
SUMMARY="inputproto"
|
||||
DESCRIPTION="
|
||||
inputproto.
|
||||
"
|
||||
SUMMARY="X.Org input extension protocol"
|
||||
DESCRIPTION="XI2's intent is to replace both core input processing and prior \
|
||||
versions of the X Input Extension. Historically, the majority of applications \
|
||||
employed the core protocol requests and events to handle user input. The core \
|
||||
protocol does not provide information about which device generated the event.
|
||||
|
||||
The X Input Extension version up to 1.5 requires the differentiation between \
|
||||
core and extended devices. Extended devices may not be core devices and thus \
|
||||
cannot be used on applications employing the core protocol. XI2 addresses both \
|
||||
of these issues by enabling devices to be both extended and core devices and \
|
||||
providing device information in each event (with the exception of core events)."
|
||||
HOMEPAGE="http://xorg.freedesktop.org/releases/individual/proto/"
|
||||
COPYRIGHT="1989, 1998 The Open Group
|
||||
1989 by Hewlett-Packard Company, Palo Alto, California"
|
||||
LICENSE="MIT (no promotion)"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://xorg.freedesktop.org/releases/individual/proto/inputproto-2.0.tar.gz"
|
||||
CHECKSUM_SHA256="cd89a1e95745875e66947ba28587c720c91aec63836ac6548ca12fd525c0a2ee"
|
||||
REVISION="1"
|
||||
COPYRIGHT="1989, 1998 The Open Group
|
||||
1989 by Hewlett-Packard Company, Palo Alto, California.
|
||||
"
|
||||
LICENSE="MIT (no promotion)"
|
||||
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
@@ -24,10 +29,10 @@ REQUIRES="
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:util_macros$secondaryArchSuffix
|
||||
cmd:autoconf
|
||||
cmd:libtool
|
||||
|
||||
Reference in New Issue
Block a user