From 017416e4677a5407e3a50e3a6bb2d1a553b02613 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 27 Jun 2019 23:50:56 +0300 Subject: [PATCH] xorg-server: Added dependency. --- xorg/libxkbfile/build | 7 +++++ xorg/libxkbfile/checksums | 1 + xorg/libxkbfile/depends | 2 ++ xorg/libxkbfile/licenses | 66 +++++++++++++++++++++++++++++++++++++++ xorg/libxkbfile/sources | 1 + xorg/libxkbfile/version | 1 + xorg/xorg-server/depends | 7 +++-- 7 files changed, 82 insertions(+), 3 deletions(-) create mode 100755 xorg/libxkbfile/build create mode 100644 xorg/libxkbfile/checksums create mode 100644 xorg/libxkbfile/depends create mode 100644 xorg/libxkbfile/licenses create mode 100644 xorg/libxkbfile/sources create mode 100644 xorg/libxkbfile/version diff --git a/xorg/libxkbfile/build b/xorg/libxkbfile/build new file mode 100755 index 00000000..6daf22f8 --- /dev/null +++ b/xorg/libxkbfile/build @@ -0,0 +1,7 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr + +make +make DESTDIR="$1" install diff --git a/xorg/libxkbfile/checksums b/xorg/libxkbfile/checksums new file mode 100644 index 00000000..7320a843 --- /dev/null +++ b/xorg/libxkbfile/checksums @@ -0,0 +1 @@ +758dbdaa20add2db4902df0b1b7c936564b7376c02a0acd1f2a331bd334b38c7 libxkbfile-1.1.0.tar.bz2 diff --git a/xorg/libxkbfile/depends b/xorg/libxkbfile/depends new file mode 100644 index 00000000..ac4a28ab --- /dev/null +++ b/xorg/libxkbfile/depends @@ -0,0 +1,2 @@ +libX11 make +xorgproto make diff --git a/xorg/libxkbfile/licenses b/xorg/libxkbfile/licenses new file mode 100644 index 00000000..d0139322 --- /dev/null +++ b/xorg/libxkbfile/licenses @@ -0,0 +1,66 @@ +Copyright (c) 1994-1996 by Silicon Graphics Computer Systems, Inc. + +Permission to use, copy, modify, and distribute this +software and its documentation for any purpose and without +fee is hereby granted, provided that the above copyright +notice appear in all copies and that both that copyright +notice and this permission notice appear in supporting +documentation, and that the name of Silicon Graphics not be +used in advertising or publicity pertaining to distribution +of the software without specific prior written permission. +Silicon Graphics makes no representation about the suitability +of this software for any purpose. It is provided "as is" +without any express or implied warranty. + +SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS +SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON +GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL +DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE +OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH +THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +Copyright 1987, 1998 The Open Group + +Permission to use, copy, modify, distribute, and sell this software and its +documentation for any purpose is hereby granted without fee, provided that +the above copyright notice appear in all copies and that both that +copyright notice and this permission notice appear in supporting +documentation. + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN +AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Except as contained in this notice, the name of The Open Group shall not be +used in advertising or otherwise to promote the sale, use or other dealings +in this Software without prior written authorization from The Open Group. + + +Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts. + All Rights Reserved + +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, +provided that the above copyright notice appear in all copies and that +both that copyright notice and this permission notice appear in +supporting documentation, and that the name of Digital not be +used in advertising or publicity pertaining to distribution of the +software without specific, written prior permission. + +DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING +ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL +DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR +ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, +WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, +ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS +SOFTWARE. + diff --git a/xorg/libxkbfile/sources b/xorg/libxkbfile/sources new file mode 100644 index 00000000..858e762f --- /dev/null +++ b/xorg/libxkbfile/sources @@ -0,0 +1 @@ +https://www.x.org/releases/individual/lib/libxkbfile-1.1.0.tar.bz2 diff --git a/xorg/libxkbfile/version b/xorg/libxkbfile/version new file mode 100644 index 00000000..7281bb52 --- /dev/null +++ b/xorg/libxkbfile/version @@ -0,0 +1 @@ +1.1.0 1 diff --git a/xorg/xorg-server/depends b/xorg/xorg-server/depends index a4b4748b..627e9ca0 100644 --- a/xorg/xorg-server/depends +++ b/xorg/xorg-server/depends @@ -1,3 +1,4 @@ -libX11 make -libdrm make -pixman make +libX11 make +libdrm make +pixman make +libxkbfile make