From ad0f9ea998f535ec38cc77755e83445eb994fa3f Mon Sep 17 00:00:00 2001 From: Alexander Tratsevskiy Date: Fri, 25 Apr 2014 14:50:59 +0400 Subject: [PATCH] =?UTF-8?q?=D0=9F=D1=80=D0=BE=D1=84=D0=B8=D0=BB=D1=8C=20CL?= =?UTF-8?q?DX=20=D1=82=D0=B5=D0=BF=D0=B5=D1=80=D1=8C=20=D0=BD=D0=B0=D1=81?= =?UTF-8?q?=D0=BB=D0=B5=D0=B4=D1=83=D0=B5=D1=82=20=D0=BF=D1=80=D0=BE=D1=84?= =?UTF-8?q?=D0=B8=D0=BB=D1=8C=20calculate/desktop?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- profiles/CLDX/amd64/binary/parent | 2 +- profiles/CLDX/amd64/parent | 3 +-- profiles/CLDX/make.defaults | 18 ++++++++++++++++++ profiles/CLDX/x86/binary/parent | 2 +- profiles/CLDX/x86/parent | 3 +-- profiles/{CLDX => }/binary/make.defaults | 0 6 files changed, 22 insertions(+), 6 deletions(-) create mode 100644 profiles/CLDX/make.defaults rename profiles/{CLDX => }/binary/make.defaults (100%) diff --git a/profiles/CLDX/amd64/binary/parent b/profiles/CLDX/amd64/binary/parent index 13da8f1..9a1a0d0 100644 --- a/profiles/CLDX/amd64/binary/parent +++ b/profiles/CLDX/amd64/binary/parent @@ -1,2 +1,2 @@ .. -../../binary +../../../binary diff --git a/profiles/CLDX/amd64/parent b/profiles/CLDX/amd64/parent index af14308..5a3a97e 100644 --- a/profiles/CLDX/amd64/parent +++ b/profiles/CLDX/amd64/parent @@ -1,3 +1,2 @@ -../../../../../../../usr/portage/profiles/default/linux/amd64/13.0 -../../../../calculate/profiles/calculate/desktop/CLDX/amd64 +../../../../calculate/profiles/calculate/desktop/amd64 .. diff --git a/profiles/CLDX/make.defaults b/profiles/CLDX/make.defaults new file mode 100644 index 0000000..abb63bb --- /dev/null +++ b/profiles/CLDX/make.defaults @@ -0,0 +1,18 @@ +USE="" + +# Audio +USE="${USE} cdda -gstreamer" + +# Network protocols +USE="${USE} rdesktop" + +# System +USE="${USE} -dconf gnome-keyring networkmanager" + +# Window manager and specialities +USE="${USE} -eds -gnome -kde" + +CDISTRO="CLDX desktop" +CL="builder client desktop console consolegui" +THEMES="CLDX" +LIGHTDM_SESSION=xfce diff --git a/profiles/CLDX/x86/binary/parent b/profiles/CLDX/x86/binary/parent index 13da8f1..9a1a0d0 100644 --- a/profiles/CLDX/x86/binary/parent +++ b/profiles/CLDX/x86/binary/parent @@ -1,2 +1,2 @@ .. -../../binary +../../../binary diff --git a/profiles/CLDX/x86/parent b/profiles/CLDX/x86/parent index 17b7726..86ba994 100644 --- a/profiles/CLDX/x86/parent +++ b/profiles/CLDX/x86/parent @@ -1,3 +1,2 @@ -../../../../../../../../../../usr/portage/profiles/default/linux/x86/13.0 -../../../../calculate/profiles/calculate/desktop/CLDX/x86 +../../../../calculate/profiles/calculate/desktop/x86 .. diff --git a/profiles/CLDX/binary/make.defaults b/profiles/binary/make.defaults similarity index 100% rename from profiles/CLDX/binary/make.defaults rename to profiles/binary/make.defaults