mirror of
https://codeberg.org/kiss-community/repo
synced 2025-01-21 18:04:41 -07:00
xorg: Added more missing dependencies.
This commit is contained in:
parent
4018da9c21
commit
fa4059af97
9
xorg/libdrm/build
Executable file
9
xorg/libdrm/build
Executable file
@ -0,0 +1,9 @@
|
|||||||
|
#!/bin/sh -e
|
||||||
|
|
||||||
|
ls
|
||||||
|
./configure \
|
||||||
|
--prefix=/usr \
|
||||||
|
--disable-valgrind
|
||||||
|
|
||||||
|
make
|
||||||
|
make DESTDIR="$1" install
|
1
xorg/libdrm/checksums
Normal file
1
xorg/libdrm/checksums
Normal file
@ -0,0 +1 @@
|
|||||||
|
8be0edccaca3abde8b6bb1431b46354c7fab46e9b91cc6946ba65b51f56f1894 libdrm-2.4.98.tar.bz2
|
1
xorg/libdrm/depends
Normal file
1
xorg/libdrm/depends
Normal file
@ -0,0 +1 @@
|
|||||||
|
libpciaccess make
|
17
xorg/libdrm/licenses
Normal file
17
xorg/libdrm/licenses
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
* 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 OR COPYRIGHT HOLDERS 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.
|
23
xorg/libdrm/manifest
Normal file
23
xorg/libdrm/manifest
Normal 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/libdrm/sources
Normal file
1
xorg/libdrm/sources
Normal file
@ -0,0 +1 @@
|
|||||||
|
https://dri.freedesktop.org/libdrm/libdrm-2.4.98.tar.bz2
|
1
xorg/libdrm/version
Normal file
1
xorg/libdrm/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
2.4.98 1
|
7
xorg/libpciaccess/build
Executable file
7
xorg/libpciaccess/build
Executable file
@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/sh -e
|
||||||
|
|
||||||
|
./configure \
|
||||||
|
--prefix=/usr
|
||||||
|
|
||||||
|
make
|
||||||
|
make DESTDIR="$1" install
|
1
xorg/libpciaccess/checksums
Normal file
1
xorg/libpciaccess/checksums
Normal file
@ -0,0 +1 @@
|
|||||||
|
3df543e12afd41fea8eac817e48cbfde5aed8817b81670a4e9e493bb2f5bf2a4 libpciaccess-0.14.tar.bz2
|
97
xorg/libpciaccess/licenses
Normal file
97
xorg/libpciaccess/licenses
Normal file
@ -0,0 +1,97 @@
|
|||||||
|
(C) Copyright IBM Corporation 2006, 2007
|
||||||
|
(C) Copyright Eric Anholt 2006
|
||||||
|
(C) Copyright Mark Kettenis 2011
|
||||||
|
(C) Copyright Robert Millan 2012
|
||||||
|
Copyright (c) 2007, 2008, 2009, 2011, 2012, 2013 Oracle and/or its affiliates.
|
||||||
|
Copyright 2009, 2012 Red Hat, Inc.
|
||||||
|
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 on
|
||||||
|
the rights to use, copy, modify, merge, publish, distribute, sub license,
|
||||||
|
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 (including the next
|
||||||
|
paragraph) 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 NON-INFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
IBM AND/OR THEIR SUPPLIERS 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.
|
||||||
|
|
||||||
|
------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Copyright (c) 2008 Juan Romero Pardines
|
||||||
|
Copyright (c) 2008, 2011 Mark Kettenis
|
||||||
|
Copyright (c) 2009 Michael Lorenz
|
||||||
|
Copyright (c) 2009, 2012 Samuel Thibault
|
||||||
|
|
||||||
|
Permission to use, copy, modify, and distribute this software for any
|
||||||
|
purpose with or without fee is hereby granted, provided that the above
|
||||||
|
copyright notice and this permission notice appear in all copies.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
||||||
|
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
||||||
|
ANY SPECIAL, DIRECT, 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 (C) 2000 The XFree86 Project, Inc. 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
|
||||||
|
XFREE86 PROJECT 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 XFree86 Project 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
|
||||||
|
XFree86 Project.
|
||||||
|
|
||||||
|
------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Copyright (c) 2007 Paulo R. Zanoni, Tiago Vignatti
|
||||||
|
Copyright (c) 2009 Tiago Vignatti
|
||||||
|
|
||||||
|
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 OR COPYRIGHT
|
||||||
|
HOLDERS 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.
|
21
xorg/libpciaccess/manifest
Normal file
21
xorg/libpciaccess/manifest
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
/var/db/kiss/libpciaccess/version
|
||||||
|
/var/db/kiss/libpciaccess/sources
|
||||||
|
/var/db/kiss/libpciaccess/manifest
|
||||||
|
/var/db/kiss/libpciaccess/licenses
|
||||||
|
/var/db/kiss/libpciaccess/checksums
|
||||||
|
/var/db/kiss/libpciaccess/build
|
||||||
|
/var/db/kiss/libpciaccess/
|
||||||
|
/var/db/kiss/
|
||||||
|
/var/db/
|
||||||
|
/var/
|
||||||
|
/usr/lib/pkgconfig/pciaccess.pc
|
||||||
|
/usr/lib/pkgconfig/
|
||||||
|
/usr/lib/libpciaccess.so.0.11.1
|
||||||
|
/usr/lib/libpciaccess.so.0
|
||||||
|
/usr/lib/libpciaccess.so
|
||||||
|
/usr/lib/libpciaccess.la
|
||||||
|
/usr/lib/libpciaccess.a
|
||||||
|
/usr/lib/
|
||||||
|
/usr/include/pciaccess.h
|
||||||
|
/usr/include/
|
||||||
|
/usr/
|
1
xorg/libpciaccess/sources
Normal file
1
xorg/libpciaccess/sources
Normal file
@ -0,0 +1 @@
|
|||||||
|
https://www.x.org/releases/individual/lib/libpciaccess-0.14.tar.bz2
|
1
xorg/libpciaccess/version
Normal file
1
xorg/libpciaccess/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
0.14 1
|
@ -1 +1,2 @@
|
|||||||
pixman make
|
pixman make
|
||||||
|
libdrm make
|
||||||
|
Loading…
Reference in New Issue
Block a user