2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

xorg: Added libXrender

This commit is contained in:
Dylan Araps 2019-06-27 20:48:02 +03:00
parent d62718563e
commit 05c8c661ce
8 changed files with 74 additions and 0 deletions

7
xorg/libXrender/build Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh -e
./configure \
--prefix=/usr
make
make DESTDIR="$1" install

View File

@ -0,0 +1 @@
c06d5979f86e64cabbde57c223938db0b939dff49fdb5a793a1d3d0396650949 libXrender-0.9.10.tar.bz2

2
xorg/libXrender/depends Normal file
View File

@ -0,0 +1,2 @@
xorgproto make
libXext make

38
xorg/libXrender/licenses Normal file
View File

@ -0,0 +1,38 @@
Copyright © 2001,2003 Keith Packard
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.
Copyright © 2000 SuSE, Inc.
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 SuSE not be used in advertising or
publicity pertaining to distribution of the software without specific,
written prior permission. SuSE makes no representations about the
suitability of this software for any purpose. It is provided "as is"
without express or implied warranty.
SuSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SuSE
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.

23
xorg/libXrender/manifest Normal file
View File

@ -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/

1
xorg/libXrender/sources Normal file
View File

@ -0,0 +1 @@
https://www.x.org/releases/individual/lib/libXrender-0.9.10.tar.bz2

1
xorg/libXrender/version Normal file
View File

@ -0,0 +1 @@
0.9.10 1

View File

@ -4,6 +4,7 @@ flex make
libX11 make
libXext make
libXrandr make
libXrender make
libXxf86vm make
libdrm make
libxcb make