• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisionbc06a375f217e353afe601701bd745fa9888f61b (tree)
Time2021-01-08 11:56:26
Authormatsuand <30614168+matsuand@user...>
Commitermatsuand

Log Message

[BLFS] Update xcb-proto-1.14.1.

Change Summary

Incremental Difference

--- a/BLFS/Xorg/xcb-proto.sh
+++ b/BLFS/Xorg/xcb-proto.sh
@@ -4,9 +4,9 @@
44 . ./_xorgset.sh
55
66 APPNAME=xcb-proto
7-VER=1.13
7+VER=1.14.1
88 TARGET=$APPNAME-$VER
9-TARGETBALL=$XORGDLD/$TARGET.tar.bz2
9+TARGETBALL=$XORGDLD/$TARGET.tar.xz
1010 TARGETDIR=$TARGET
1111
1212 echo $TARGET
@@ -14,7 +14,7 @@ echo $TARGET
1414 . $WRK/_checkRequired.sh \
1515 Xorg-init
1616 . $WRK/_checkOptions.sh \
17- libxml2 python-2
17+ libxml2
1818 . $WRK/_checkTarball.sh
1919 . $WRK/_checkExit.sh "$1" || exit $?
2020
@@ -26,17 +26,6 @@ TimeStart
2626
2727 cd $TARGETDIR
2828
29-#if [ ${OPTION_python3} -eq 1 ]; then
30-# Patching
31-# patch -Np1 -i $XORGDLD/xcb-proto-$VER-py_compile_python3-1.patch \
32-# 1> $LOG/$TARGET.0_patch.log 2>&1 || exit 1
33-# sed -i -e 's/\t/ /' xcbgen/xtypes.py
34-#fi
35-
36-#Patching
37-#patch -Np1 -i $XORGDLD/xcb-proto-1.12-schema-1.patch \
38-# 1> $LOG/$TARGET.0_patch.log 2>&1 || exit 1
39-
4029 Configuring
4130 ./configure $XORG_CONFIG \
4231 1> $LOG/$TARGET.1_conf.log 2>&1 || exit 1