From 76f99236bbfcec332ccf5bfb1f0f596d9f55e104 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 27 Jun 2019 20:21:00 +0300 Subject: [PATCH] xorg: Added libXdamage --- xorg/libXdamage/build | 7 +++++++ xorg/libXdamage/checksums | 1 + xorg/libXdamage/depends | 2 ++ xorg/libXdamage/licenses | 21 +++++++++++++++++++++ xorg/libXdamage/manifest | 23 +++++++++++++++++++++++ xorg/libXdamage/sources | 1 + xorg/libXdamage/version | 1 + 7 files changed, 56 insertions(+) create mode 100755 xorg/libXdamage/build create mode 100644 xorg/libXdamage/checksums create mode 100644 xorg/libXdamage/depends create mode 100644 xorg/libXdamage/licenses create mode 100644 xorg/libXdamage/manifest create mode 100644 xorg/libXdamage/sources create mode 100644 xorg/libXdamage/version diff --git a/xorg/libXdamage/build b/xorg/libXdamage/build new file mode 100755 index 00000000..6daf22f8 --- /dev/null +++ b/xorg/libXdamage/build @@ -0,0 +1,7 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr + +make +make DESTDIR="$1" install diff --git a/xorg/libXdamage/checksums b/xorg/libXdamage/checksums new file mode 100644 index 00000000..60657953 --- /dev/null +++ b/xorg/libXdamage/checksums @@ -0,0 +1 @@ +b734068643cac3b5f3d2c8279dd366b5bf28c7219d9e9d8717e1383995e0ea45 libXdamage-1.1.5.tar.bz2 diff --git a/xorg/libXdamage/depends b/xorg/libXdamage/depends new file mode 100644 index 00000000..74cc9d55 --- /dev/null +++ b/xorg/libXdamage/depends @@ -0,0 +1,2 @@ +xorgproto +libX11 diff --git a/xorg/libXdamage/licenses b/xorg/libXdamage/licenses new file mode 100644 index 00000000..d14c75a8 --- /dev/null +++ b/xorg/libXdamage/licenses @@ -0,0 +1,21 @@ +Copyright © 2001,2003 Keith Packard +Copyright © 2007 Eric Anholt + +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, and that the name of Keith Packard not be used in +advertising or publicity pertaining to distribution of the software without +specific, written prior permission. Keith Packard makes no +representations about the suitability of this software for any purpose. It +is provided "as is" without express or implied warranty. + +KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, +INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO +EVENT SHALL KEITH PACKARD 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/libXdamage/manifest b/xorg/libXdamage/manifest new file mode 100644 index 00000000..56d2cb33 --- /dev/null +++ b/xorg/libXdamage/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/libXdamage/sources b/xorg/libXdamage/sources new file mode 100644 index 00000000..85cff032 --- /dev/null +++ b/xorg/libXdamage/sources @@ -0,0 +1 @@ +https://www.x.org/releases/individual/lib/libXdamage-1.1.5.tar.bz2 diff --git a/xorg/libXdamage/version b/xorg/libXdamage/version new file mode 100644 index 00000000..3d29560a --- /dev/null +++ b/xorg/libXdamage/version @@ -0,0 +1 @@ +1.1.5 1