mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
df650029f8
a/kernel-firmware-20200224_efcfa03-noarch-1.txz: Upgraded. a/kernel-generic-5.4.22-x86_64-1.txz: Upgraded. a/kernel-huge-5.4.22-x86_64-1.txz: Upgraded. a/kernel-modules-5.4.22-x86_64-1.txz: Upgraded. d/kernel-headers-5.4.22-x86-1.txz: Upgraded. d/parallel-20200222-noarch-1.txz: Upgraded. k/kernel-source-5.4.22-noarch-1.txz: Upgraded. l/imagemagick-7.0.9_26-x86_64-1.txz: Upgraded. l/libgphoto2-2.5.24-x86_64-1.txz: Upgraded. n/ipset-7.6-x86_64-1.txz: Upgraded. x/libxcb-1.14-x86_64-1.txz: Upgraded. x/vulkan-sdk-1.2.131.1-x86_64-2.txz: Rebuilt. Rebuilt with -DBUILD_WSI_WAYLAND_SUPPORT=On. Thanks to mumahendras3. x/xcb-proto-1.14-x86_64-1.txz: Upgraded. xap/gimp-2.10.18-x86_64-1.txz: Upgraded. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt.
28 lines
1.3 KiB
Text
28 lines
1.3 KiB
Text
|
|
# Copyright 2009 Patrick J. Volkerding, Sebeka, MN, USA
|
|
# All rights reserved.
|
|
#
|
|
# Redistribution and use of this script, with or without modification, is
|
|
# permitted provided that the following conditions are met:
|
|
#
|
|
# 1. Redistributions of this script must retain the above copyright
|
|
# notice, this list of conditions and the following disclaimer.
|
|
#
|
|
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
|
|
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
|
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
|
|
# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
|
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
|
# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
|
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
|
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
#
|
|
|
|
# Add documentation:
|
|
mkdir -p $PKG/usr/doc/libxcb-$MODULAR_PACKAGE_VERSION
|
|
cp -a \
|
|
COPYING* NEWS* README* \
|
|
$PKG/usr/doc/libxcb-$MODULAR_PACKAGE_VERSION
|
|
mv $PKG/usr/share/doc/libxcb/tutorial $PKG/usr/doc/libxcb-$MODULAR_PACKAGE_VERSION
|