From dc55a8b7bee0dbf8f672541587a9f1cc4e462a63 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= <cynerd@email.cz>
Date: Wed, 30 Oct 2019 21:31:54 +0100
Subject: profiles: create new profile laptop/touch

---
 profiles/laptop/touch/eapi          | 1 +
 profiles/laptop/touch/make.defaults | 2 ++
 profiles/laptop/touch/packages      | 2 ++
 profiles/laptop/touch/parent        | 1 +
 4 files changed, 6 insertions(+)
 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

(limited to 'profiles/laptop')

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