From dc55a8b7bee0dbf8f672541587a9f1cc4e462a63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 30 Oct 2019 21:31:54 +0100 Subject: profiles: create new profile laptop/touch --- profiles/cynerd-onemix/packages | 2 -- profiles/cynerd-onemix/parent | 2 +- profiles/laptop/touch/eapi | 1 + profiles/laptop/touch/make.defaults | 2 ++ profiles/laptop/touch/packages | 2 ++ profiles/laptop/touch/parent | 1 + 6 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 profiles/laptop/touch/eapi create mode 100644 profiles/laptop/touch/make.defaults create mode 100644 profiles/laptop/touch/packages create mode 100644 profiles/laptop/touch/parent diff --git a/profiles/cynerd-onemix/packages b/profiles/cynerd-onemix/packages index 3bb52d0..e324593 100644 --- a/profiles/cynerd-onemix/packages +++ b/profiles/cynerd-onemix/packages @@ -1,3 +1 @@ sys-boot/myinitramfs - -x11-misc/gnome-pie diff --git a/profiles/cynerd-onemix/parent b/profiles/cynerd-onemix/parent index ae07c7e..b1f0abb 100644 --- a/profiles/cynerd-onemix/parent +++ b/profiles/cynerd-onemix/parent @@ -1,5 +1,5 @@ ../base/amd64/intel -../laptop +../laptop/touch ../desktop/wayland ../devel ../hwdevel diff --git a/profiles/laptop/touch/eapi b/profiles/laptop/touch/eapi new file mode 100644 index 0000000..7f8f011 --- /dev/null +++ b/profiles/laptop/touch/eapi @@ -0,0 +1 @@ +7 diff --git a/profiles/laptop/touch/make.defaults b/profiles/laptop/touch/make.defaults new file mode 100644 index 0000000..a3a8d7f --- /dev/null +++ b/profiles/laptop/touch/make.defaults @@ -0,0 +1,2 @@ +# vim:ft=gentoo-make-conf +USE="$USE tslib" diff --git a/profiles/laptop/touch/packages b/profiles/laptop/touch/packages new file mode 100644 index 0000000..caa6102 --- /dev/null +++ b/profiles/laptop/touch/packages @@ -0,0 +1,2 @@ +# Gnome Pie for quick access +x11-misc/gnome-pie diff --git a/profiles/laptop/touch/parent b/profiles/laptop/touch/parent new file mode 100644 index 0000000..eb4d905 --- /dev/null +++ b/profiles/laptop/touch/parent @@ -0,0 +1 @@ +../ -- cgit v1.2.3