Compare commits

..

No commits in common. "9cd85a6aabb668fd49875273bc1372baa4bfbf1f" and "eb1fdd2e4c37ebab49301bfb8609ae6d91903787" have entirely different histories.

11 changed files with 3 additions and 94 deletions

View file

@ -6,9 +6,8 @@ make defconfig
LDFLAGS="--static" make LDFLAGS="--static" make
make install DESTDIR="$1" make install DESTDIR="$1"
rsync -a ./busybox/ "$1"/bin/
cd "_install" cd "_install"
install linuxrc "$1"/linuxrc install linuxrc "$1"/linuxrc
rsync -a -v ./bin/ "$1"/bin/ rsync -a ./bin/ "$1"/bin/
rsync -a -v ./sbin/ "$1"/sbin/ rsync -a ./sbin/ "$1"/sbin/
rsync -a -v ./usr "$1"/usr/ rsync -a ./usr "$1"/usr/

View file

@ -1,13 +0,0 @@
wget https://x.org/releases/individual/lib/libX11-1.7.2.tar.bz2
tar -xf libX11-1.7.2.tar.bz2
cd libX11-1.7.2
CFLAGS_FOR_BUILD=-fPIC \
./configure \
--prefix=/usr \
--without-xmlto \
--disable-specs \
--enable-static
make
make DESTDIR="$1" install

View file

@ -1,5 +0,0 @@
pkg_config_deploy=true
pkg_config_ver="1.7.2 1"
pkg_config_name="libX11"
pkg_config_makedepends=""
pkg_config_depends="xorg-libXau xorg-xorgproto pkg-config-fd make xtrans"

View file

@ -1,9 +0,0 @@
wget https://x.org/releases/individual/lib/libXcomposite-0.4.5.tar.bz2
tar -xf libXcomposite-0.4.5.tar.bz2
cd libXcomposite-0.4.5
./configure \
--prefix=/usr
make
make DESTDIR="$1" install

View file

@ -1,5 +0,0 @@
pkg_config_deploy=true
pkg_config_ver="1.2.0"
pkg_config_name="libXcursor"
pkg_config_makedepends="xorg-xorgproto pkg-config-fd"
pkg_config_depends="libXfixes"

View file

@ -1,9 +0,0 @@
wget https://x.org/releases/individual/lib/libXcursor-1.2.0.tar.bz2
tar -xf libXcursor-1.2.0.tar.bz2
cd libXcursor-1.2.0
./configure \
--prefix=/usr
make
make DESTDIR="$1" install

View file

@ -1,5 +0,0 @@
pkg_config_deploy=true
pkg_config_ver="1.2.0"
pkg_config_name="libXcursor"
pkg_config_makedepends="xorg-xorgproto pkg-config-fd"
pkg_config_depends="libXrender libXfixes"

View file

@ -1,10 +0,0 @@
wget https://x.org/releases/individual/lib/libXdamage-1.1.5.tar.bz2
tar -xf libXdamage-1.1.5.tar.bz2
cd libXdamage-1.1.5
./configure \
--prefix=/usr
make
make DESTDIR="$1" install

View file

@ -1,5 +0,0 @@
pkg_config_deploy=true
pkg_config_ver="1.1.5 2"
pkg_config_name="libXcursor"
pkg_config_makedepends="xorg-xorgproto pkg-config-fd"
pkg_config_depends="libXrender libXfixes"

View file

@ -1,24 +0,0 @@
wget https://x.org/releases/individual/xserver/xorg-server-1.20.11.tar.bz2
tar -xf xorg-server-1.20.11.tar.bz2
cd xorg-server-1.20.11
wget https://github.com/kiss-community/repo/blob/master/xorg/xorg-server/patches/rootless_modesetting.patch
patch -p1 < rootless_modesetting.patch
./configure \
--prefix=/usr \
--localstatedir=/var \
--disable-systemd-logind \
--disable-unit-tests \
--enable-glx \
--enable-dri \
--enable-dri2 \
--enable-dri3 \
--enable-glamor \
--enable-xorg \
--with-sha1=libcrypto \
--with-systemd-daemon=off
make
make DESTDIR="$1" install

View file

@ -1,5 +0,0 @@
pkg_config_deploy=true
pkg_config_ver="11R7.7"
pkg_config_name="xorg"
pkg_config_makedepends="python perl gettext glibc gperf bison flex"
pkg_config_depends="xorg-xorgproto xorg-libXau xorg-libXdmcp xorg-libxcb perl python pkg-config-fd mtdev gperf glibc gettext freetype2 fontconfig libdrm libpng libtool libudev binutils bison flex pixman mesa zlib libX11 libXext libXfixes libXxf86vm libepox libfontec libpciaccess openssl make xtrans"