summaryrefslogtreecommitdiff
path: root/profiles/desktop
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2018-01-18 12:04:14 +0100
committerKarel Kočí <cynerd@email.cz>2018-01-18 12:04:14 +0100
commitf95cd3234a82f99acba07929dc470915f5415729 (patch)
treedb731efaff7126356d31fdd623a99b809664c85a /profiles/desktop
parent729186bd5f8deadeb7debf4931a98be4a18dc312 (diff)
downloadgentoo-personal-overlay-f95cd3234a82f99acba07929dc470915f5415729.tar.gz
gentoo-personal-overlay-f95cd3234a82f99acba07929dc470915f5415729.tar.bz2
gentoo-personal-overlay-f95cd3234a82f99acba07929dc470915f5415729.zip
Move some packages from desktop profile to desktop/x
Diffstat (limited to 'profiles/desktop')
-rw-r--r--profiles/desktop/package.accept_keywords2
-rw-r--r--profiles/desktop/package.use10
-rw-r--r--profiles/desktop/packages32
-rw-r--r--profiles/desktop/wayland/make.defaults2
-rw-r--r--profiles/desktop/x/package.use7
-rw-r--r--profiles/desktop/x/packages18
-rw-r--r--profiles/desktop/x/parent1
7 files changed, 36 insertions, 36 deletions
diff --git a/profiles/desktop/package.accept_keywords b/profiles/desktop/package.accept_keywords
index c083f61..c08cfc9 100644
--- a/profiles/desktop/package.accept_keywords
+++ b/profiles/desktop/package.accept_keywords
@@ -1,4 +1,4 @@
-# i3
+# i3blocks
media-sound/playerctl ~amd64
# terminal
x11-terms/rxvt-unicode ~amd64
diff --git a/profiles/desktop/package.use b/profiles/desktop/package.use
index 301c4aa..76ad521 100644
--- a/profiles/desktop/package.use
+++ b/profiles/desktop/package.use
@@ -1,14 +1,9 @@
# Multiconfig
sys-apps/multiconfig bridge firewall openvpn
-# Who knows..
+# Printing
app-text/ghostscript-gpl cups
-# Xorg
-x11-base/xorg-server xvfb
-# XCB keyboard extension for libxcb
-x11-libs/libxcb xkb
-
# Pulseaudio (systemwide)
media-sound/pulseaudio alsa alsa-plugin bluetooth system-wide
@@ -45,9 +40,6 @@ dev-python/matplotlib gtk3 latex -qt5
dev-qt/qtgui gtkstyle xcb
dev-libs/libpcre pcre16
-# Multiscreen dmenu
-x11-misc/dmenu xinerama
-
# For kicad
dev-libs/boost python
diff --git a/profiles/desktop/packages b/profiles/desktop/packages
index 4b25484..6fe2d21 100644
--- a/profiles/desktop/packages
+++ b/profiles/desktop/packages
@@ -5,42 +5,22 @@ app-text/llpp
app-admin/pass
app-misc/task
sys-apps/multiconfig
+x11-apps/mesa-progs
-# vim
-app-vim/vim-spell-cs
-app-vim/vim-spell-en
-
-# i3
-x11-wm/i3
+# i3 and Sway
x11-misc/i3blocks
-x11-misc/i3lock
x11-misc/dmenu
x11-misc/dunst
+# vim
+app-vim/vim-spell-cs
+app-vim/vim-spell-en
+
# urxvt
x11-terms/rxvt-unicode
x11-misc/urxvt-font-size
x11-misc/urxvt-perls
-# X11
-x11-base/xorg-x11
-x11-drivers/xf86-input-evdev
-x11-apps/mesa-progs
-
-x11-base/xorg-drivers
-x11-base/xorg-server
-x11-apps/setxkbmap
-x11-apps/xev
-x11-apps/xinit
-x11-apps/xprop
-x11-apps/xrandr
-x11-libs/cairo
-x11-misc/xdotool
-x11-misc/numlockx
-
-x11-misc/x11vnc
-net-misc/tigervnc
-
# Mail
mail-client/neomutt
mail-mta/msmtp
diff --git a/profiles/desktop/wayland/make.defaults b/profiles/desktop/wayland/make.defaults
new file mode 100644
index 0000000..e47d5fe
--- /dev/null
+++ b/profiles/desktop/wayland/make.defaults
@@ -0,0 +1,2 @@
+# vim:ft=gentoo-make-conf
+USE="$USE wayland"
diff --git a/profiles/desktop/x/package.use b/profiles/desktop/x/package.use
new file mode 100644
index 0000000..4b9c259
--- /dev/null
+++ b/profiles/desktop/x/package.use
@@ -0,0 +1,7 @@
+# Xorg
+x11-base/xorg-server xvfb
+# XCB keyboard extension for libxcb
+x11-libs/libxcb xkb
+
+# Multiscreen dmenu
+x11-misc/dmenu xinerama
diff --git a/profiles/desktop/x/packages b/profiles/desktop/x/packages
new file mode 100644
index 0000000..0a83c8b
--- /dev/null
+++ b/profiles/desktop/x/packages
@@ -0,0 +1,18 @@
+# i3
+x11-wm/i3
+x11-misc/i3lock
+
+# X11
+x11-base/xorg-x11
+x11-drivers/xf86-input-evdev
+
+x11-base/xorg-drivers
+x11-base/xorg-server
+x11-apps/setxkbmap
+x11-apps/xev
+x11-apps/xinit
+x11-apps/xprop
+x11-apps/xrandr
+x11-libs/cairo
+x11-misc/xdotool
+x11-misc/numlockx
diff --git a/profiles/desktop/x/parent b/profiles/desktop/x/parent
new file mode 100644
index 0000000..eb4d905
--- /dev/null
+++ b/profiles/desktop/x/parent
@@ -0,0 +1 @@
+../