diff options
author | Karel Kočí <cynerd@email.cz> | 2019-10-30 21:31:54 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2019-10-30 21:31:54 +0100 |
commit | dc55a8b7bee0dbf8f672541587a9f1cc4e462a63 (patch) | |
tree | 582e2f995e0d78449c335362fbe4d01296f78826 /profiles | |
parent | 6e05fcc8916db0cec3efc3b148bebd2e7d3742c9 (diff) | |
download | gentoo-personal-overlay-dc55a8b7bee0dbf8f672541587a9f1cc4e462a63.tar.gz gentoo-personal-overlay-dc55a8b7bee0dbf8f672541587a9f1cc4e462a63.tar.bz2 gentoo-personal-overlay-dc55a8b7bee0dbf8f672541587a9f1cc4e462a63.zip |
profiles: create new profile laptop/touch
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/cynerd-onemix/packages | 2 | ||||
-rw-r--r-- | profiles/cynerd-onemix/parent | 2 | ||||
-rw-r--r-- | profiles/laptop/touch/eapi | 1 | ||||
-rw-r--r-- | profiles/laptop/touch/make.defaults | 2 | ||||
-rw-r--r-- | profiles/laptop/touch/packages | 2 | ||||
-rw-r--r-- | profiles/laptop/touch/parent | 1 |
6 files changed, 7 insertions, 3 deletions
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 @@ +../ |