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
3a0dcfce78
commit
51fbb5aca0
@ -1,2 +1,3 @@
|
||||
libxcb make
|
||||
xorgproto make
|
||||
xtrans make
|
||||
|
11
xorg/libxcb/build
Executable file
11
xorg/libxcb/build
Executable file
@ -0,0 +1,11 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
sed "s|pthread-stubs ||" -i configure.ac
|
||||
autoreconf -fi
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--disable-build-docs
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
1
xorg/libxcb/checksums
Normal file
1
xorg/libxcb/checksums
Normal file
@ -0,0 +1 @@
|
||||
a89fb7af7a11f43d2ce84a844a4b38df688c092bf4b67683aef179cdf2a647c4 libxcb-1.13.1.tar.bz2
|
1
xorg/libxcb/depends
Normal file
1
xorg/libxcb/depends
Normal file
@ -0,0 +1 @@
|
||||
xorg-util-macros make
|
30
xorg/libxcb/licenses
Normal file
30
xorg/libxcb/licenses
Normal file
@ -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.
|
2472
xorg/libxcb/manifest
Normal file
2472
xorg/libxcb/manifest
Normal file
File diff suppressed because it is too large
Load Diff
1
xorg/libxcb/sources
Normal file
1
xorg/libxcb/sources
Normal file
@ -0,0 +1 @@
|
||||
https://xcb.freedesktop.org/dist/libxcb-1.13.1.tar.bz2
|
1
xorg/libxcb/version
Normal file
1
xorg/libxcb/version
Normal file
@ -0,0 +1 @@
|
||||
1.13.1 1
|
7
xorg/xorg-util-macros/build
Executable file
7
xorg/xorg-util-macros/build
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
./configure \
|
||||
--prefix=/usr
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
1
xorg/xorg-util-macros/checksums
Normal file
1
xorg/xorg-util-macros/checksums
Normal file
@ -0,0 +1 @@
|
||||
d7e43376ad220411499a79735020f9d145fdc159284867e99467e0d771f3e712 util-macros-1.19.2.tar.bz2
|
43
xorg/xorg-util-macros/licenses
Normal file
43
xorg/xorg-util-macros/licenses
Normal file
@ -0,0 +1,43 @@
|
||||
Copyright 2005 Red Hat, 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 Red Hat
|
||||
not be used in advertising or publicity pertaining to distribution
|
||||
of the software without specific, written prior permission. Red
|
||||
Hat makes no representations about the suitability of this software
|
||||
for any purpose. It is provided "as is" without express or implied
|
||||
warranty.
|
||||
|
||||
RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
|
||||
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
|
||||
NO EVENT SHALL RED HAT 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 (c) 2005, 2006, Oracle and/or its affiliates. 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 (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 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.
|
18
xorg/xorg-util-macros/manifest
Normal file
18
xorg/xorg-util-macros/manifest
Normal file
@ -0,0 +1,18 @@
|
||||
/var/db/kiss/xorg-util-macros/version
|
||||
/var/db/kiss/xorg-util-macros/sources
|
||||
/var/db/kiss/xorg-util-macros/manifest
|
||||
/var/db/kiss/xorg-util-macros/licenses
|
||||
/var/db/kiss/xorg-util-macros/checksums
|
||||
/var/db/kiss/xorg-util-macros/build
|
||||
/var/db/kiss/xorg-util-macros/
|
||||
/var/db/kiss/
|
||||
/var/db/
|
||||
/var/
|
||||
/usr/share/util-macros/INSTALL
|
||||
/usr/share/util-macros/
|
||||
/usr/share/pkgconfig/xorg-macros.pc
|
||||
/usr/share/pkgconfig/
|
||||
/usr/share/aclocal/xorg-macros.m4
|
||||
/usr/share/aclocal/
|
||||
/usr/share/
|
||||
/usr/
|
1
xorg/xorg-util-macros/sources
Normal file
1
xorg/xorg-util-macros/sources
Normal file
@ -0,0 +1 @@
|
||||
https://www.x.org/releases/individual/util/util-macros-1.19.2.tar.bz2
|
1
xorg/xorg-util-macros/version
Normal file
1
xorg/xorg-util-macros/version
Normal file
@ -0,0 +1 @@
|
||||
1.19.2 1
|
Loading…
Reference in New Issue
Block a user