Xorg7/Data: Difference between revisions
From CBLFS
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
|- | |- | ||
| {{Xorg7-Mirror}}/data/xcursor-themes-{{Xcursor-themes-Version}}.tar.bz2 | | {{Xorg7-Mirror}}/data/xcursor-themes-{{Xcursor-themes-Version}}.tar.bz2 | ||
|- | |||
| {{Xorg7-Mirror}}/extras/xkeyboard-config-{{xkeyboard-config-Version}}.tar.bz2 | |||
|- | |||
!Required Patch: | |||
| http://svn.cross-lfs.org/svn/repos/patches/xkeyboard-config/xkeyboard-config-{{xkeyboard-config-Version}}-use_relative_path-1.patch | |||
|} | |} | ||
| Line 17: | Line 22: | ||
== Non-Multilib == | == Non-Multilib == | ||
Install xcursor-themes with the following command: | |||
./configure $XORG_CONFIG && | ./configure $XORG_CONFIG && | ||
make | make && | ||
make install | |||
Install the | Install xkeyboard-config with the following command: | ||
patch -Np1 -i ../xkeyboard-config-{{xkeyboard-config-Version}}-use_relative_path-1.patch | |||
./configure $XORG_CONFIG \ | |||
--with-xkb-base=${XORG_PREFIX}/share/X11/xkb \ | |||
--with-xkb-rules-symlink=xorg --enable-compat-rules && | |||
make && | |||
make install | make install | ||
| Line 30: | Line 41: | ||
=== 32Bit === | === 32Bit === | ||
Install xcursor-themes with the following command: | |||
PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \ | PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \ | ||
./configure $XORG_CONFIG32 && | ./configure $XORG_CONFIG32 && | ||
make | make && | ||
make install | |||
Install the | Install xkeyboard-config with the following command: | ||
patch -Np1 -i ../xkeyboard-config-{{xkeyboard-config-Version}}-use_relative_path-1.patch | |||
./configure $XORG_CONFIG32 \ | |||
--with-xkb-base=${XORG_PREFIX}/share/X11/xkb \ | |||
--with-xkb-rules-symlink=xorg --enable-compat-rules && | |||
make && | |||
make install | make install | ||
=== N32 === | === N32 === | ||
Install xcursor-themes with the following command: | |||
PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" \ | PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" \ | ||
./configure $XORG_CONFIGN32 && | ./configure $XORG_CONFIGN32 && | ||
make | make && | ||
make install | |||
Install the | Install xkeyboard-config with the following command: | ||
patch -Np1 -i ../xkeyboard-config-{{xkeyboard-config-Version}}-use_relative_path-1.patch | |||
./configure $XORG_CONFIGN32 \ | |||
--with-xkb-base=${XORG_PREFIX}/share/X11/xkb \ | |||
--with-xkb-rules-symlink=xorg --enable-compat-rules && | |||
make && | |||
make install | make install | ||
=== 64Bit === | === 64Bit === | ||
Install xcursor-themes with the following command: | |||
PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \ | PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \ | ||
./configure $XORG_CONFIG64 && | ./configure $XORG_CONFIG64 && | ||
make | make && | ||
make install | |||
Install the | Install xkeyboard-config with the following command: | ||
patch -Np1 -i ../xkeyboard-config-{{xkeyboard-config-Version}}-use_relative_path-1.patch | |||
./configure $XORG_CONFIG64 \ | |||
--with-xkb-base=${XORG_PREFIX}/share/X11/xkb \ | |||
--with-xkb-rules-symlink=xorg --enable-compat-rules && | |||
make && | |||
make install | make install | ||
Revision as of 16:17, 24 April 2007
Back to Xorg Apps
Introduction to Xorg7/Data
The Xorg data packages provide such things as images and keymaps to the Xorg applications. There is only one package remaining; xbitmaps was previously installed.
Project Homepage: Unknown
Dependencies
Required
- Xorg Apps
Non-Multilib
Install xcursor-themes with the following command:
./configure $XORG_CONFIG && make && make install
Install xkeyboard-config with the following command:
patch -Np1 -i ../xkeyboard-config-1.4-use_relative_path-1.patch
./configure $XORG_CONFIG \
--with-xkb-base=${XORG_PREFIX}/share/X11/xkb \
--with-xkb-rules-symlink=xorg --enable-compat-rules &&
make &&
make install
Multilib
32Bit
Install xcursor-themes with the following command:
PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \
./configure $XORG_CONFIG32 &&
make &&
make install
Install xkeyboard-config with the following command:
patch -Np1 -i ../xkeyboard-config-1.4-use_relative_path-1.patch
./configure $XORG_CONFIG32 \
--with-xkb-base=${XORG_PREFIX}/share/X11/xkb \
--with-xkb-rules-symlink=xorg --enable-compat-rules &&
make &&
make install
N32
Install xcursor-themes with the following command:
PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" \
./configure $XORG_CONFIGN32 &&
make &&
make install
Install xkeyboard-config with the following command:
patch -Np1 -i ../xkeyboard-config-1.4-use_relative_path-1.patch
./configure $XORG_CONFIGN32 \
--with-xkb-base=${XORG_PREFIX}/share/X11/xkb \
--with-xkb-rules-symlink=xorg --enable-compat-rules &&
make &&
make install
64Bit
Install xcursor-themes with the following command:
PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
./configure $XORG_CONFIG64 &&
make &&
make install
Install xkeyboard-config with the following command:
patch -Np1 -i ../xkeyboard-config-1.4-use_relative_path-1.patch
./configure $XORG_CONFIG64 \
--with-xkb-base=${XORG_PREFIX}/share/X11/xkb \
--with-xkb-rules-symlink=xorg --enable-compat-rules &&
make &&
make install
Next install the Xorg Fonts