From 704ded6ebd246313840562ed7fe31036821c381b Mon Sep 17 00:00:00 2001 From: piernov Date: Mon, 30 Apr 2012 16:42:14 +0200 Subject: Revert "xorg dans nutyx-pakxe , la base" This reverts commit e9ef802a013ac393a057134f1fdaad745aa38573. --- xorg-xinit/.footprint.i686 | 13 +++++++++++++ xorg-xinit/.footprint.x86_64 | 13 +++++++++++++ xorg-xinit/.md5sum.i686 | 2 ++ xorg-xinit/.md5sum.x86_64 | 2 ++ xorg-xinit/Pkgfile | 20 ++++++++++++++++++++ xorg-xinit/xinitrc.patch | 20 ++++++++++++++++++++ 6 files changed, 70 insertions(+) create mode 100644 xorg-xinit/.footprint.i686 create mode 100644 xorg-xinit/.footprint.x86_64 create mode 100644 xorg-xinit/.md5sum.i686 create mode 100644 xorg-xinit/.md5sum.x86_64 create mode 100644 xorg-xinit/Pkgfile create mode 100644 xorg-xinit/xinitrc.patch (limited to 'xorg-xinit') diff --git a/xorg-xinit/.footprint.i686 b/xorg-xinit/.footprint.i686 new file mode 100644 index 000000000..ab27d6795 --- /dev/null +++ b/xorg-xinit/.footprint.i686 @@ -0,0 +1,13 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/startx +-rwxr-xr-x root/root usr/bin/xinit +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/X11/ +drwxr-xr-x root/root usr/lib/X11/xinit/ +-rw-r--r-- root/root usr/lib/X11/xinit/xinitrc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/startx.1.gz +-rw-r--r-- root/root usr/share/man/man1/xinit.1.gz diff --git a/xorg-xinit/.footprint.x86_64 b/xorg-xinit/.footprint.x86_64 new file mode 100644 index 000000000..ab27d6795 --- /dev/null +++ b/xorg-xinit/.footprint.x86_64 @@ -0,0 +1,13 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/startx +-rwxr-xr-x root/root usr/bin/xinit +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/X11/ +drwxr-xr-x root/root usr/lib/X11/xinit/ +-rw-r--r-- root/root usr/lib/X11/xinit/xinitrc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/startx.1.gz +-rw-r--r-- root/root usr/share/man/man1/xinit.1.gz diff --git a/xorg-xinit/.md5sum.i686 b/xorg-xinit/.md5sum.i686 new file mode 100644 index 000000000..e408bec09 --- /dev/null +++ b/xorg-xinit/.md5sum.i686 @@ -0,0 +1,2 @@ +ee234056d8a3dbf37b61b4bcb35b88e4 xinit-1.3.1.tar.bz2 +07d8d9b81cf35cb6741ace6226c2e8b7 xinitrc.patch diff --git a/xorg-xinit/.md5sum.x86_64 b/xorg-xinit/.md5sum.x86_64 new file mode 100644 index 000000000..e408bec09 --- /dev/null +++ b/xorg-xinit/.md5sum.x86_64 @@ -0,0 +1,2 @@ +ee234056d8a3dbf37b61b4bcb35b88e4 xinit-1.3.1.tar.bz2 +07d8d9b81cf35cb6741ace6226c2e8b7 xinitrc.patch diff --git a/xorg-xinit/Pkgfile b/xorg-xinit/Pkgfile new file mode 100644 index 000000000..a4464fa86 --- /dev/null +++ b/xorg-xinit/Pkgfile @@ -0,0 +1,20 @@ +# Description: Initialiseur du Système X Window +# URL: http://xorg.freedesktop.org +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: xorg-server +# Run on: + +name=xorg-xinit +version=1.3.1 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/app/xinit-$version.tar.bz2\ + xinitrc.patch) + +build() { + cd xinit-$version + ./configure $XORG_CONFIG + make + patch -Np1 -i ../xinitrc.patch + make DESTDIR=$PKG install +} diff --git a/xorg-xinit/xinitrc.patch b/xorg-xinit/xinitrc.patch new file mode 100644 index 000000000..51887a87f --- /dev/null +++ b/xorg-xinit/xinitrc.patch @@ -0,0 +1,20 @@ +--- xinit-1.2.0/xinitrc.old 2010-01-23 20:42:36.000000000 +0000 ++++ xinit-1.2.0/xinitrc 2010-01-23 15:23:09.000000000 +0000 +@@ -1,4 +1,5 @@ + #!/bin/sh ++# $Xorg: xinitrc.cpp,v 1.3 2000/08/17 19:54:30 cpqbld Exp $ + + userresources=$HOME/.Xresources + usermodmap=$HOME/.Xmodmap +@@ -44,7 +45,7 @@ + + + twm & +-xclock -geometry 50x50-1+1 & +-xterm -geometry 80x50+494+51 & +-xterm -geometry 80x20+494-0 & +-exec xterm -geometry 80x66+0+0 -name login ++xclock -geometry 50x50-1+1 ++#xterm -geometry 80x50+494+51 & ++#xterm -geometry 80x20+494-0 & ++#exec xterm -geometry 80x66+0+0 -name login -- cgit v1.2.3-54-g00ecf