summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Heinz Wiesinger <pprkut@slackbuilds.org>2010-05-13 00:09:33 +0200
committer Heinz Wiesinger <pprkut@slackbuilds.org>2010-05-13 00:09:33 +0200
commit26e129e6ce33c27ed268c16799040e4493559aec (patch)
tree461c6b9e6fca1b2c5c8e9d814dc6db3ab9c626b2 /system
parentdb56b0cdeba43fbcfbbd9c9bae001c9ea7660c89 (diff)
downloadslackbuilds-26e129e6ce33c27ed268c16799040e4493559aec.tar.gz
slackbuilds-26e129e6ce33c27ed268c16799040e4493559aec.tar.xz
system/xorg-server-xephyr: Removed from 13.0 repository
Diffstat (limited to 'system')
-rw-r--r--system/xorg-server-xephyr/README2
-rw-r--r--system/xorg-server-xephyr/slack-desc19
-rw-r--r--system/xorg-server-xephyr/x11.startwithblackscreen.diff.gzbin245 -> 0 bytes
-rw-r--r--system/xorg-server-xephyr/xorg-server-xephyr.SlackBuild109
-rw-r--r--system/xorg-server-xephyr/xorg-server-xephyr.info8
-rw-r--r--system/xorg-server-xephyr/xorgconfig.diff.gzbin643 -> 0 bytes
6 files changed, 0 insertions, 138 deletions
diff --git a/system/xorg-server-xephyr/README b/system/xorg-server-xephyr/README
deleted file mode 100644
index bf8d2f5d26..0000000000
--- a/system/xorg-server-xephyr/README
+++ /dev/null
@@ -1,2 +0,0 @@
-Xephyr is a nested X-Client like Xnest, but with some additional
-features like XRender support. \ No newline at end of file
diff --git a/system/xorg-server-xephyr/slack-desc b/system/xorg-server-xephyr/slack-desc
deleted file mode 100644
index fd8369f696..0000000000
--- a/system/xorg-server-xephyr/slack-desc
+++ /dev/null
@@ -1,19 +0,0 @@
-# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description. Line
-# up the first '|' above the ':' following the base package name, and the '|'
-# on the right side marks the last column you can put a character in. You must
-# make exactly 11 lines for the formatting to be correct. It's also
-# customary to leave one space after the ':'.
-
- |-----handy-ruler-------------------------------------------|
-xorg-server-xephyr: xorg-server-xephyr (Improved nested X server/client)
-xorg-server-xephyr:
-xorg-server-xephyr: Xephyr is a nested X server/client like Xnest, but with
-xorg-server-xephyr: some additional features like XRender support.
-xorg-server-xephyr:
-xorg-server-xephyr: Homepage: http://www.x.org
-xorg-server-xephyr:
-xorg-server-xephyr:
-xorg-server-xephyr:
-xorg-server-xephyr:
-xorg-server-xephyr:
diff --git a/system/xorg-server-xephyr/x11.startwithblackscreen.diff.gz b/system/xorg-server-xephyr/x11.startwithblackscreen.diff.gz
deleted file mode 100644
index f90cf239c2..0000000000
--- a/system/xorg-server-xephyr/x11.startwithblackscreen.diff.gz
+++ /dev/null
Binary files differ
diff --git a/system/xorg-server-xephyr/xorg-server-xephyr.SlackBuild b/system/xorg-server-xephyr/xorg-server-xephyr.SlackBuild
deleted file mode 100644
index a4d8238b8d..0000000000
--- a/system/xorg-server-xephyr/xorg-server-xephyr.SlackBuild
+++ /dev/null
@@ -1,109 +0,0 @@
-#!/bin/sh
-
-# Slackware build script for xorg-server-xephyr
-
-# Copyright 2008 Heinz Wiesinger <hmwiesinger@gmx.at>
-# 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.
-
-PRGNAM=xorg-server
-VERSION=1.4.2
-ARCH=${ARCH:-i486}
-BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
-
-CWD=$(pwd)
-TMP=${TMP:-/tmp/SBo}
-PKG=$TMP/package-$PRGNAM
-OUTPUT=${OUTPUT:-/tmp}
-
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
-elif [ "$ARCH" = "i686" ]; then
- SLKCFLAGS="-O2 -march=i686 -mtune=i686"
-elif [ "$ARCH" = "x86_64" ]; then
- SLKCFLAGS="-O2 -fPIC"
-fi
-
-set -e
-
-rm -rf $PKG
-mkdir -p $TMP $PKG $OUTPUT
-cd $TMP
-rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
-cd $PRGNAM-$VERSION
-chown -R root:root .
-chmod -R u+w,go+r-w,a-s .
-
-zcat $CWD/x11.startwithblackscreen.diff.gz | patch -p1 --verbose
-zcat $CWD/xorgconfig.diff.gz | patch -p1 --verbose
-
-CFLAGS="$SLKCFLAGS" \
-CXXFLAGS="$SLKCFLAGS" \
-./configure \
- --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --infodir=/usr/info \
- --mandir=/usr/man \
- --disable-static \
- --enable-xcsecurity \
- --with-pic \
- --with-int10=x86emu \
- --with-default-font-path="/usr/share/fonts/TTF,/usr/share/fonts/OTF,/usr/share/fonts/Type1,/usr/share/fonts/misc,/usr/share/fonts/75dpi/:unscaled" \
- --with-module-dir=/usr/lib/xorg/modules \
- --with-dri-driver-path=/usr/lib/xorg/modules/dri \
- --with-os-name="Slackware 12.1" \
- --with-os-vendor="Slackware Linux Project" \
- --with-xkb-path=/etc/X11/xkb \
- --with-xkb-output=/var/lib/xkb \
- --disable-config-dbus \
- --disable-config-hal \
- --disable-xprint \
- --disable-xorg \
- --disable-xvfb \
- --disable-xnest \
- --disable-dmx \
- --enable-kdrive \
- --disable-xsdl \
- --disable-xfake \
- --disable-xfbdev \
- --disable-kdrive-vesa \
- --enable-xephyr \
- --build=$ARCH-slackware-linux
-
-make
-make install DESTDIR=$PKG
-
-# Remove everthing already installed by upstream packages
-rm -rf $PKG/usr/{lib,share} $PKG/var $PKG/usr/man
-
-find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
- | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
-
-mkdir -p $PKG/usr/doc/$PRGNAM-xephyr-$VERSION
-cat $CWD/$PRGNAM-xephyr.SlackBuild \
- > $PKG/usr/doc/$PRGNAM-xephyr-$VERSION/$PRGNAM-xephyr.SlackBuild
-
-mkdir -p $PKG/install
-cat $CWD/slack-desc > $PKG/install/slack-desc
-
-cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-xephyr-$VERSION-$ARCH-$BUILD$TAG.tgz
diff --git a/system/xorg-server-xephyr/xorg-server-xephyr.info b/system/xorg-server-xephyr/xorg-server-xephyr.info
deleted file mode 100644
index a7d690bcd3..0000000000
--- a/system/xorg-server-xephyr/xorg-server-xephyr.info
+++ /dev/null
@@ -1,8 +0,0 @@
-PRGNAM="xorg-server-xephyr"
-VERSION="1.4.2"
-HOMEPAGE="http://www.x.org"
-DOWNLOAD="http://slackware.osuosl.org/slackware-12.1/patches/source/xorg-server/xorg-server-1.4.2.tar.bz2"
-MD5SUM="fa2915ae377f61c340a18ebef484b64b"
-MAINTAINER="ppr:kut"
-EMAIL="HMWiesinger@gmx.at"
-APPROVED="rworkman"
diff --git a/system/xorg-server-xephyr/xorgconfig.diff.gz b/system/xorg-server-xephyr/xorgconfig.diff.gz
deleted file mode 100644
index a9e1b0875f..0000000000
--- a/system/xorg-server-xephyr/xorgconfig.diff.gz
+++ /dev/null
Binary files differ