@ -1,14 +0,0 @@ |
|||
# --- T2-COPYRIGHT-NOTE-BEGIN --- |
|||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|||
# |
|||
# T2 SDE: target/desktop/build.sh |
|||
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|||
# |
|||
# More information can be found in the files COPYING and README. |
|||
# |
|||
# This program is free software; you can redistribute it and/or modify |
|||
# it under the terms of the GNU General Public License as published by |
|||
# the Free Software Foundation; version 2 of the License. A copy of the |
|||
# GNU General Public License can be found in the file COPYING. |
|||
# --- T2-COPYRIGHT-NOTE-END --- |
|||
. target/generic/build.sh |
@ -1,33 +0,0 @@ |
|||
# --- T2-COPYRIGHT-NOTE-BEGIN --- |
|||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|||
# |
|||
# T2 SDE: target/desktop/config.in |
|||
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|||
# Copyright (C) 1998 - 2003 Clifford Wolf |
|||
# |
|||
# More information can be found in the files COPYING and README. |
|||
# |
|||
# This program is free software; you can redistribute it and/or modify |
|||
# it under the terms of the GNU General Public License as published by |
|||
# the Free Software Foundation; version 2 of the License. A copy of the |
|||
# GNU General Public License can be found in the file COPYING. |
|||
# --- T2-COPYRIGHT-NOTE-END --- |
|||
|
|||
#Description: Exact Desktop |
|||
|
|||
SDECFGSET_PKGFILE_TYPE='tar.bz2' |
|||
|
|||
SDECFGSET_DO_REBUILD_STAGE=0 |
|||
SDECFGSET_DISABLE_NLS=0 |
|||
|
|||
SDECFGSET_DIETLIBC=1 |
|||
SDECFGSET_DIETLIBC_pdksh=1 |
|||
SDECFGSET_DIETLIBC_module_init_tools=1 |
|||
SDECFGSET_DIETLIBC_modutils=1 |
|||
SDECFGSET_DIETLIBC_udev=1 |
|||
SDECFGSET_DIETLIBC_embutils=1 |
|||
SDECFGSET_DIETLIBC_hotplug__=1 |
|||
SDECFGSET_DIETLIBC_disktype=1 |
|||
SDECFGSET_DIETLIBC_minised=1 |
|||
SDECFGSET_DIETLIBC_ipconfig=1 |
|||
SDECFGSET_DIETLIBC_fget=1 |
@ -1,11 +0,0 @@ |
|||
|
|||
This is the Exact Desktop target (at ROCK times even a seperated external tree |
|||
that leat to ROCK 1.7 / 2.0 refactoring ...). |
|||
|
|||
It is aimed for workstations, either developer or home-user computers. |
|||
|
|||
More informations at: |
|||
http://www.exactcode.de/ |
|||
|
|||
Created and maintained by: |
|||
Rene Rebe <rene@exactcode.de> |
@ -1,44 +0,0 @@ |
|||
# --- T2-COPYRIGHT-NOTE-BEGIN --- |
|||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|||
# |
|||
# T2 SDE: target/desktop/etc_profile.patch |
|||
# Copyright (C) 2006 The T2 SDE Project |
|||
# |
|||
# More information can be found in the files COPYING and README. |
|||
# |
|||
# This patch file is dual-licensed. It is available under the license the |
|||
# patched project is licensed under, as long as it is an OpenSource license |
|||
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms |
|||
# of the GNU General Public License as published by the Free Software |
|||
# Foundation; either version 2 of the License, or (at your option) any later |
|||
# version. |
|||
# --- T2-COPYRIGHT-NOTE-END --- |
|||
|
|||
We want a colored prompt as well as a "nicer" history handling. |
|||
|
|||
- Rene Rebe <rene@exactcode.de> |
|||
|
|||
--- generic_etc_profile 2006-07-28 17:56:19.000000000 +0000
|
|||
+++ desktop_etc_profile 2006-07-28 17:57:02.000000000 +0000
|
|||
@@ -43,7 +43,8 @@
|
|||
# |
|||
if [ "$PS1" ] ; then |
|||
PS1='$ ' ; PS2='> ' ; PS4='+ ' |
|||
- [ "$BASH_VERSION" ] && PS1='\u@\h:\w\$ '
|
|||
+ color="1;32m" ; [ "$UID" = 0 ] && color="0;31m"
|
|||
+ [ "$BASH_VERSION" ] && PS1="\[\033[$color\]\u@\h:\w\\$\[\033[0m\] "
|
|||
[ "$KSH_VERSION" -a -w / ] && PS1='$USER:$PWD# ' |
|||
[ "$KSH_VERSION" -a ! -w / ] && PS1='$USER:$PWD# ' |
|||
fi |
|||
@@ -92,6 +93,10 @@
|
|||
alias rehash="hash -r" |
|||
fi |
|||
|
|||
+# desktop target specifica
|
|||
+#
|
|||
+HISTCONTROL=erasedups
|
|||
+HISTSIZE=4000; HISTFILESIZE=2000
|
|||
+
|
|||
# include local profiles |
|||
# |
|||
for x in /etc/profile.d/* /etc/conf/profile ; do |
@ -1,46 +0,0 @@ |
|||
|
|||
# --- T2-COPYRIGHT-NOTE-BEGIN --- |
|||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|||
# |
|||
# T2 SDE: target/desktop/kernel.conf |
|||
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|||
# Copyright (C) 1998 - 2003 Clifford Wolf |
|||
# |
|||
# More information can be found in the files COPYING and README. |
|||
# |
|||
# This program is free software; you can redistribute it and/or modify |
|||
# it under the terms of the GNU General Public License as published by |
|||
# the Free Software Foundation; version 2 of the License. A copy of the |
|||
# GNU General Public License can be found in the file COPYING. |
|||
# --- T2-COPYRIGHT-NOTE-END --- |
|||
|
|||
CONFIG_SMP=y |
|||
# needed for suspend with SMP kernels also on uni-CPU boxes |
|||
CONFIG_HOTPLUG_CPU=y |
|||
|
|||
CONFIG_PREEMPT_NONE=n |
|||
CONFIG_PREEMPT_VOLUNTARY=y |
|||
CONFIG_PREEMPT=n |
|||
CONFIG_PREEMPT_BKL=y |
|||
|
|||
CONFIG_X86_UP_APIC=y |
|||
CONFIG_X86_UP_IOAPIC=y |
|||
|
|||
CONFIG_MODVERSIONS=y |
|||
|
|||
# some embedded or server stuff |
|||
CONFIG_MTD=n |
|||
CONFIG_PHONE=n |
|||
CONFIG_I2O=n |
|||
CONFIG_HAMRADIO=n |
|||
|
|||
# parport |
|||
|
|||
CONFIG_PARPORT_PC_FIFO=y |
|||
CONFIG_PARPORT_PC_SUPERIO=y |
|||
CONFIG_PARPORT_OTHER=y |
|||
|
|||
# the useful magic rq |
|||
CONFIG_DEBUG_KERNEL=y |
|||
CONFIG_MAGIC_SYSRQ=y |
|||
|
@ -1,20 +0,0 @@ |
|||
# --- T2-COPYRIGHT-NOTE-BEGIN --- |
|||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|||
# |
|||
# T2 SDE: target/desktop/kernel.conf.sh |
|||
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|||
# |
|||
# More information can be found in the files COPYING and README. |
|||
# |
|||
# This program is free software; you can redistribute it and/or modify |
|||
# it under the terms of the GNU General Public License as published by |
|||
# the Free Software Foundation; version 2 of the License. A copy of the |
|||
# GNU General Public License can be found in the file COPYING. |
|||
# --- T2-COPYRIGHT-NOTE-END --- |
|||
# here we disable all OSS modules - because they suck |
|||
|
|||
echo "desktop target -> disabling oss sound modules ..." |
|||
|
|||
sed -i -e "s/CONFIG_SOUND_OSS=./# CONFIG_SOUND_OSS is not set/" \ |
|||
-e"s/CONFIG_SOUND_PRIME=./# CONFIG_SOUND_PRIME is not set/" $1 |
|||
|
@ -1,19 +0,0 @@ |
|||
# --- T2-COPYRIGHT-NOTE-BEGIN --- |
|||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|||
# |
|||
# T2 SDE: target/desktop/pkg_sysfiles.conf |
|||
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|||
# |
|||
# More information can be found in the files COPYING and README. |
|||
# |
|||
# This program is free software; you can redistribute it and/or modify |
|||
# it under the terms of the GNU General Public License as published by |
|||
# the Free Software Foundation; version 2 of the License. A copy of the |
|||
# GNU General Public License can be found in the file COPYING. |
|||
# --- T2-COPYRIGHT-NOTE-END --- |
|||
|
|||
# special adaptions for the desktop target |
|||
[ -e $confdir/$pkg.conf ] && . $confdir/$pkg.conf |
|||
|
|||
hook_add postinstall 9 "patch -u $root/etc/profile $targetdir/etc_profile.patch" |
|||
|
@ -1,25 +0,0 @@ |
|||
# --- T2-COPYRIGHT-NOTE-BEGIN --- |
|||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|||
# |
|||
# T2 SDE: target/desktop/pkg_sysklogd.conf |
|||
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|||
# |
|||
# More information can be found in the files COPYING and README. |
|||
# |
|||
# This program is free software; you can redistribute it and/or modify |
|||
# it under the terms of the GNU General Public License as published by |
|||
# the Free Software Foundation; version 2 of the License. A copy of the |
|||
# GNU General Public License can be found in the file COPYING. |
|||
# --- T2-COPYRIGHT-NOTE-END --- |
|||
|
|||
# special adaptions for the desktop target |
|||
[ -e $confdir/$pkg.conf ] && . $confdir/$pkg.conf |
|||
|
|||
postinstall="cat <<- EOT >> $root/etc/syslog.conf |
|||
|
|||
# |
|||
# output warnings to vc/10 - dRock |
|||
# |
|||
*.warning /dev/vc/10 |
|||
EOT" |
|||
|
@ -1,531 +0,0 @@ |
|||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
|||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|||
# |
|||
# Filename: target/desktop/pkgsel |
|||
# Copyright (C) 2006 - 2007 The OpenSDE Project |
|||
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|||
# |
|||
# More information can be found in the files COPYING and README. |
|||
# |
|||
# This program is free software; you can redistribute it and/or modify |
|||
# it under the terms of the GNU General Public License as published by |
|||
# the Free Software Foundation; version 2 of the License. A copy of the |
|||
# GNU General Public License can be found in the file COPYING. |
|||
# --- SDE-COPYRIGHT-NOTE-END --- |
|||
|
|||
# let's reuse a reliable base |
|||
include target/generic/pkgsel/50-minimal-desktop.choice |
|||
|
|||
# arch sepecific |
|||
= x86/* |
|||
O sjog |
|||
O lilo |
|||
|
|||
= sparc/* |
|||
= powerpc/* |
|||
O pmud |
|||
|
|||
# base++ |
|||
X rng-tools |
|||
X libelf |
|||
X bonnie++ |
|||
X gmp |
|||
X gsl |
|||
X cpufrequtils |
|||
X libsafe |
|||
X cpufreqd |
|||
X tree |
|||
X bc |
|||
X mt-st |
|||
X miscfiles |
|||
X sharutils |
|||
X units |
|||
X wdiff |
|||
X slang |
|||
X mmv |
|||
X gperf |
|||
X rcs |
|||
X liblockfile |
|||
X recode |
|||
X uudeview |
|||
X lrzsz |
|||
X lsof |
|||
X libpcap |
|||
X tcl |
|||
X numactl |
|||
X fbset |
|||
X prelink |
|||
X libdaemon |
|||
X mouseemu |
|||
X elf |
|||
X id-utils |
|||
X pinfo |
|||
X inotify-tools |
|||
X input-utils |
|||
X libcap |
|||
X attr |
|||
X acl |
|||
X acdctl |
|||
X hal |
|||
X ifenslave |
|||
X pcmciautils |
|||
X libol |
|||
X hdparm |
|||
X memtester |
|||
X sdparm |
|||
X lcap |
|||
X device-mapper |
|||
X lvm |
|||
X raidtools |
|||
X hddtemp |
|||
X smartmontools |
|||
X schedutils |
|||
X setarch |
|||
X ksymoops |
|||
X usbutils |
|||
X at |
|||
X setserial |
|||
X quota |
|||
X biff+comsat |
|||
X dmraid |
|||
X mdadm |
|||
X sysstat |
|||
X stress |
|||
X pmount |
|||
X serpnp |
|||
X prngd |
|||
|
|||
# shells++ |
|||
X bashcompletion |
|||
X kiss |
|||
X mc |
|||
|
|||
X mesa-demos |
|||
X cairo |
|||
X cairomm |
|||
X rman |
|||
# needed for some legacy crupt, e.g. transfig |
|||
X imake |
|||
# dito, needed config for imake |
|||
X xorg-cf-files |
|||
X gccmakedep |
|||
X xterm |
|||
X xkill |
|||
X xdpyinfo |
|||
X xset* |
|||
X xev |
|||
X xvattr |
|||
X ddcxinfo |
|||
|
|||
X shared-mime-info |
|||
X hicolor-icon-theme |
|||
X fox |
|||
X freetype* |
|||
X gle |
|||
X freeglut |
|||
X idesk |
|||
X gv |
|||
X lesstif |
|||
X libart_lgpl23 |
|||
X libgd |
|||
X matrox-mtx |
|||
X netpbm |
|||
X nvidia |
|||
X nxcomp |
|||
X nxproxy |
|||
X rxvt-unicode |
|||
X synaptics |
|||
X tk |
|||
X vnc |
|||
X wxwidgets24 |
|||
X xaw3d |
|||
X xlockmore |
|||
X xosd |
|||
X xscreensaver |
|||
X xvattr |
|||
|
|||
# kde |
|||
X qt |
|||
X arts |
|||
X kdelibs |
|||
X kdebase |
|||
X kdeaddons |
|||
X kdeartwork |
|||
X kdegraphics |
|||
X kdemultimedia |
|||
X kdenetwork |
|||
X kdepim |
|||
X kdesdk |
|||
X kdeutils |
|||
X koffice |
|||
X yakuake |
|||
X k3b |
|||
X kde/k*-i18n* |
|||
|
|||
X enlightenment16 |
|||
X e17/* |
|||
|
|||
X gimp-print |
|||
|
|||
# basic gnome junk |
|||
X glib |
|||
X pango |
|||
X atk |
|||
X gtk+ |
|||
X libidl |
|||
X orbit2 |
|||
X libglade |
|||
X gconf |
|||
X glibmm |
|||
X gtkmm |
|||
X pygtk |
|||
X libbonobo |
|||
X gnome-keyring |
|||
X startup-notification |
|||
X gnome-mime-data |
|||
X gnome-vfs |
|||
X libgnomecanvas |
|||
X libgnome |
|||
X libbonoboui |
|||
X gail |
|||
X libgnomeui |
|||
X gnome-icon-theme |
|||
X libgnomecups |
|||
X libgnomeprint |
|||
X gnome-menus |
|||
X libgnomeprintui |
|||
X libwnck |
|||
X scrollkeeper |
|||
X libgsf |
|||
X gnome-doc-utils |
|||
X gnome-desktop |
|||
X librsvg |
|||
X gtksourceview |
|||
X libxklavier |
|||
X gkrellm |
|||
X xchat |
|||
X gstreamer |
|||
# needed for gst-plugins-base |
|||
X liboil |
|||
X gst-plugins-base |
|||
|
|||
# audio |
|||
X a52dec |
|||
X alsa-* |
|||
X audacity |
|||
X audiofile |
|||
X bio2jack |
|||
X bladeenc |
|||
X cdrdao |
|||
X esound |
|||
X gsm |
|||
X icecast |
|||
X jack |
|||
X ladspa |
|||
X lame |
|||
X libao |
|||
X libid3tag |
|||
X libmad |
|||
X libogg |
|||
X libsamplerate |
|||
X libshout |
|||
X libsndfile |
|||
X libvorbis |
|||
X mpg321 |
|||
X mp3info |
|||
X normalize |
|||
X openal |
|||
X freealut |
|||
X rezound |
|||
X taglib |
|||
X umix |
|||
X vorbis-tools |
|||
X audacious |
|||
|
|||
# graphic |
|||
X a2ps |
|||
X autotrace |
|||
X enscript |
|||
X ghostscript |
|||
X gimp |
|||
X gocr |
|||
X gphoto |
|||
X inkscape |
|||
X scribus |
|||
X imagemagick |
|||
X exact-image |
|||
X dcraw |
|||
X jbigkit |
|||
X lcms |
|||
X libexif |
|||
X libgphoto |
|||
X libjpeg |
|||
X libmng |
|||
X libpng |
|||
X libsdl |
|||
X libtiff |
|||
X libungif |
|||
X jasper |
|||
X ocrad |
|||
X openexr |
|||
X ploticus |
|||
X potrace |
|||
X psutils |
|||
X sane-* |
|||
X transfig |
|||
X xfig |
|||
X xpdf |
|||
X xsane |
|||
|
|||
# multimedia |
|||
X avifile |
|||
X blender |
|||
X dvb-apps |
|||
X dvb-firmware |
|||
X dvbd |
|||
X ffmpeg |
|||
X fftw |
|||
X flac |
|||
X kino |
|||
X klear |
|||
X libcss |
|||
X lib*1394 |
|||
X libcdio |
|||
X libdv |
|||
X libdvd* |
|||
O libdvdnav |
|||
X libtheora |
|||
X mplayer |
|||
X transcode |
|||
X xawtv |
|||
X xine-* |
|||
X xvid |
|||
X libzvbi |
|||
X zapping |
|||
X libmpeg2 |
|||
|
|||
# textproc |
|||
X libunicode |
|||
X libxml |
|||
X libxslt |
|||
X wv2 |
|||
X docbook-xml |
|||
X tetex |
|||
X tex4ht |
|||
X libxml1 |
|||
X fribidi |
|||
X iso-codes |
|||
X htdig |
|||
X libxml++ |
|||
X pdfjam |
|||
X text2pdf |
|||
|
|||
# printing |
|||
X cups |
|||
X gimp-print |
|||
|
|||
# fonts enabled by default (e.g. not the microsoft one) |
|||
= fonts/* |
|||
|
|||
# archiver get too populated, only select the needed ones |
|||
X 7zip |
|||
X bzip2 |
|||
X cabextract |
|||
X cpio |
|||
X gzip |
|||
X lzo |
|||
X lzop |
|||
X mine |
|||
X ncompress |
|||
X tar |
|||
X unrar |
|||
X unzip |
|||
X xdelta |
|||
X zip |
|||
X zlib |
|||
|
|||
# develop gets too big for us, too |
|||
X oprofile |
|||
X boehm-gc |
|||
X boost* |
|||
X ccache |
|||
X cvs |
|||
X diffstat |
|||
X distcc |
|||
X dmalloc |
|||
X electricfence |
|||
X valgrind |
|||
X expect |
|||
X gdb |
|||
X intltool |
|||
X librep |
|||
X libsigc++* |
|||
X mono |
|||
X mono-xsp |
|||
X patch* |
|||
X pwlib |
|||
X scons |
|||
X subversion |
|||
X swig |
|||
X swi-prolog |
|||
X tla |
|||
X openjade |
|||
|
|||
X perl perl |
|||
X perl-libxml1 |
|||
X perl-xml-parser |
|||
X python python |
|||
X ruby ruby |
|||
|
|||
# www |
|||
X firefox |
|||
X links |
|||
|
|||
# editors |
|||
X nvi |
|||
X vim |
|||
X xemacs |
|||
X xemacs-beta |
|||
X emacs-xemacs-shared |
|||
X xemacs-packages |
|||
X auctex |
|||
|
|||
# some security stuff |
|||
X libgcrypt |
|||
X libassuan |
|||
X libksba |
|||
X gnupg |
|||
X gnupg2 |
|||
# only needed for gnupg2 so far ... |
|||
X gnupth |
|||
X gpa |
|||
X gpgme |
|||
X libgpg-error |
|||
X nmap |
|||
X openssl |
|||
X cyrus-sasl2 |
|||
X openssh |
|||
X keynote |
|||
|
|||
# some mail stuff |
|||
X bincimap |
|||
X exim |
|||
X fetchmail |
|||
X mailx |
|||
X mew |
|||
X pine |
|||
X mutt |
|||
X procmail |
|||
X sylpheed |
|||
# needed by sylpheed ? |
|||
X metamail |
|||
X thunderbird |
|||
|
|||
X perl-digest-sha1 |
|||
X perl-html-parser |
|||
X spamassassin |
|||
|
|||
# filesystem |
|||
X disktype |
|||
X sysfsutils |
|||
X squashfs-tools |
|||
X fam |
|||
X dvdisaster |
|||
X hfsutils |
|||
X fuse |
|||
X mtd-tools |
|||
X xcdroast |
|||
X dvhtool |
|||
X cdrtools |
|||
X dvd+rwtools |
|||
X e2fsprogs |
|||
X dosfstools |
|||
X reiser4progs |
|||
X reiserfsprogs |
|||
X jfsutils |
|||
X xfsprogs |
|||
X genromfs |
|||
X udev |
|||
X nfs-utils |
|||
X cramfs-tools |
|||
X unionfs |
|||
X parted |
|||
X ntfsprogs |
|||
X qtparted |
|||
|
|||
# some database stuff |
|||
X bdb |
|||
X bdb33 |
|||
X gdbm |
|||
X tdb |
|||
X sqlite |
|||
|
|||
# some network stuff |
|||
X rocknet |
|||
X dbus |
|||
X dbus-glib |
|||
X net-tools |
|||
X iproute2 |
|||
X iptables |
|||
X ethtool |
|||
X wireless-tools |
|||
X dhcp |
|||
X ppp |
|||
X ipsec-tools |
|||
X bridge-utils |
|||
X isakmpd |
|||
X libidn |
|||
X tcp_wrappers |
|||
X portmap |
|||
X rsync |
|||
X openvpn |
|||
X openldap |
|||
X rdesktop |
|||
X howl |
|||
X netkit-* |
|||
X bluez* |
|||
X gsmlib |
|||
X neon |
|||
X apr |
|||
X apr-util |
|||
X samba |
|||
X apache |
|||
X subversion |
|||
X libowfat |
|||
X ncp |
|||
X ntp |
|||
X irssi |
|||
# please all the (gnome) pilot stuff |
|||
X pilot-link |
|||
# for balsa |
|||
X libesmtp |
|||
X wavemon |
|||
X nload |
|||
X libnet |
|||
X arping |
|||
X ifplugd |
|||
X acx100 |
|||
X adm8211 |
|||
X at76c503a |
|||
X bcm43xx-fw |
|||
X ipw2100-fw |
|||
X ipw2200-fw |
|||
X madwifi |
|||
X slmodem |
|||
X hostap |
|||
X curl |
|||
X wget |
|||
|
|||
# emulator |
|||
X qemu |
|||
X wine |
|||
|
|||
# scientific |
|||
X gnuplot |
|||
|
|||
# misc |
|||
X aspell* |
|||
X qcad |
|||
X pwlib |
|||
X openh323 |
|||
|