From 01a8fadc184f7b7641d5f36a75a16266ce676ba8 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 27 Jun 2019 09:46:47 +0300 Subject: [PATCH] xorg: Added xcb-proto --- xorg/libxcb/depends | 1 + xorg/xcb-proto/build | 7 +++++++ xorg/xcb-proto/checksums | 1 + xorg/xcb-proto/depends | 1 + xorg/xcb-proto/licenses | 30 ++++++++++++++++++++++++++++++ xorg/xcb-proto/manifest | 23 +++++++++++++++++++++++ xorg/xcb-proto/sources | 1 + xorg/xcb-proto/version | 1 + 8 files changed, 65 insertions(+) create mode 100755 xorg/xcb-proto/build create mode 100644 xorg/xcb-proto/checksums create mode 100644 xorg/xcb-proto/depends create mode 100644 xorg/xcb-proto/licenses create mode 100644 xorg/xcb-proto/manifest create mode 100644 xorg/xcb-proto/sources create mode 100644 xorg/xcb-proto/version diff --git a/xorg/libxcb/depends b/xorg/libxcb/depends index 2b1259b5..24f45249 100644 --- a/xorg/libxcb/depends +++ b/xorg/libxcb/depends @@ -1,2 +1,3 @@ libtool make +xcb-proto make xorg-util-macros make diff --git a/xorg/xcb-proto/build b/xorg/xcb-proto/build new file mode 100755 index 00000000..6daf22f8 --- /dev/null +++ b/xorg/xcb-proto/build @@ -0,0 +1,7 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr + +make +make DESTDIR="$1" install diff --git a/xorg/xcb-proto/checksums b/xorg/xcb-proto/checksums new file mode 100644 index 00000000..a500a6cb --- /dev/null +++ b/xorg/xcb-proto/checksums @@ -0,0 +1 @@ +7b98721e669be80284e9bbfeab02d2d0d54cd11172b72271e47a2fe875e2bde1 xcb-proto-1.13.tar.bz2 diff --git a/xorg/xcb-proto/depends b/xorg/xcb-proto/depends new file mode 100644 index 00000000..ecc77727 --- /dev/null +++ b/xorg/xcb-proto/depends @@ -0,0 +1 @@ +python make diff --git a/xorg/xcb-proto/licenses b/xorg/xcb-proto/licenses new file mode 100644 index 00000000..54bfbe5b --- /dev/null +++ b/xorg/xcb-proto/licenses @@ -0,0 +1,30 @@ +Copyright (C) 2001-2006 Bart Massey, Jamey Sharp, and Josh Triplett. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated +documentation files (the "Software"), to deal in the +Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, +sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +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 AUTHORS +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 names of the authors +or their institutions 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 +authors. diff --git a/xorg/xcb-proto/manifest b/xorg/xcb-proto/manifest new file mode 100644 index 00000000..56d2cb33 --- /dev/null +++ b/xorg/xcb-proto/manifest @@ -0,0 +1,23 @@ +/var/db/kiss/pixman/version +/var/db/kiss/pixman/sources +/var/db/kiss/pixman/manifest +/var/db/kiss/pixman/licenses +/var/db/kiss/pixman/checksums +/var/db/kiss/pixman/build +/var/db/kiss/pixman/ +/var/db/kiss/ +/var/db/ +/var/ +/usr/lib/pkgconfig/pixman-1.pc +/usr/lib/pkgconfig/ +/usr/lib/libpixman-1.so.0.38.4 +/usr/lib/libpixman-1.so.0 +/usr/lib/libpixman-1.so +/usr/lib/libpixman-1.la +/usr/lib/libpixman-1.a +/usr/lib/ +/usr/include/pixman-1/pixman-version.h +/usr/include/pixman-1/pixman.h +/usr/include/pixman-1/ +/usr/include/ +/usr/ diff --git a/xorg/xcb-proto/sources b/xorg/xcb-proto/sources new file mode 100644 index 00000000..780d149c --- /dev/null +++ b/xorg/xcb-proto/sources @@ -0,0 +1 @@ +http://xcb.freedesktop.org/dist/xcb-proto-1.13.tar.bz2 diff --git a/xorg/xcb-proto/version b/xorg/xcb-proto/version new file mode 100644 index 00000000..c63803d1 --- /dev/null +++ b/xorg/xcb-proto/version @@ -0,0 +1 @@ +1.13 1