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