Add support for desktop system
This commit is contained in:
parent
4e0eabe235
commit
aeee3b44b9
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
# opengl, video, X
|
# opengl, video, X
|
||||||
*/* dri opengl sdl -wayland xv xvmc X
|
*/* dri opengl sdl -wayland xv xvmc X
|
||||||
*/* video_drivers: nouveau intel vesa
|
*/* video_drivers: nouveau
|
||||||
|
|
||||||
# image formats
|
# image formats
|
||||||
*/* apng exif gif jpeg jpeg2k png svg tiff wmf
|
*/* apng exif gif jpeg jpeg2k png svg tiff wmf
|
||||||
@ -31,7 +31,7 @@
|
|||||||
*/* x86_cpu_features: aes avx mmxext mmx popcnt sse sse2 ssse3 sse4.1 sse4.2
|
*/* x86_cpu_features: aes avx mmxext mmx popcnt sse sse2 ssse3 sse4.1 sse4.2
|
||||||
|
|
||||||
# build options
|
# build options
|
||||||
*/* build_options: symbols=strip jobs=8 -optional_tests -recommended_tests -expensive_tests
|
*/* build_options: jobs=8 -optional_tests -recommended_tests -expensive_tests
|
||||||
|
|
||||||
# targets
|
# targets
|
||||||
*/* targets: x86_64-pc-linux-gnu
|
*/* targets: x86_64-pc-linux-gnu
|
||||||
|
@ -1,8 +1,18 @@
|
|||||||
dev-util/cunit ncurses
|
dev-util/cunit ncurses
|
||||||
|
|
||||||
# ghc
|
# ghc
|
||||||
|
dev-lang/ghc llvm
|
||||||
sys-libs/ncurses compat-libs
|
sys-libs/ncurses compat-libs
|
||||||
|
|
||||||
|
# haskell
|
||||||
|
*/* profile hscolour
|
||||||
|
dev-haskell/* doc
|
||||||
|
#dev-lang/ghc doc
|
||||||
|
dev-haskell/haddock-api -doc -profile
|
||||||
|
#dev-haskell/* build_options: optional_tests recommended_tests expensive_tests
|
||||||
|
dev-haskell/hspec-discover -profile
|
||||||
|
dev-haskell/hspec -profile
|
||||||
|
|
||||||
|
|
||||||
dev-scm/git tk
|
dev-scm/git tk
|
||||||
|
|
||||||
@ -14,6 +24,14 @@ dev-lang/swig perl
|
|||||||
# latex
|
# latex
|
||||||
app-text/texlive-core xetex
|
app-text/texlive-core xetex
|
||||||
|
|
||||||
|
# leksah
|
||||||
|
net-libs/webkit media
|
||||||
|
|
||||||
# rust
|
# rust
|
||||||
dev-lang/llvm static
|
dev-lang/llvm static
|
||||||
dev-lang/rust internal-llvm
|
dev-lang/rust internal-llvm
|
||||||
|
|
||||||
|
# emacs
|
||||||
|
app-editors/emacs freetype xim
|
||||||
|
app-editors/emacs providers: gtk3
|
||||||
|
|
||||||
|
3
options.conf.d/laptop.conf
Normal file
3
options.conf.d/laptop.conf
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
*/* video_drivers: intel vesa
|
||||||
|
|
||||||
|
*/* build_options: symbols=strip
|
5
options.conf.d/non-laptop.conf
Normal file
5
options.conf.d/non-laptop.conf
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
*/* x86_cpu_features: avx2 fma sse3
|
||||||
|
|
||||||
|
*/* build_options: symbols=split
|
||||||
|
|
||||||
|
*/* targets: i686-pc-linux-gnu
|
@ -5,7 +5,7 @@
|
|||||||
>=sys-apps/iproute2-3.19
|
>=sys-apps/iproute2-3.19
|
||||||
|
|
||||||
# steam
|
# steam
|
||||||
>x11-drivers/nvidia-drivers-358.17
|
>x11-drivers/nvidia-drivers-364.20
|
||||||
|
|
||||||
>=dev-lang/node-5
|
>=dev-lang/node-5
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
format = %{repository_template_format}
|
format = %{repository_template_format}
|
||||||
location = /var/db/paludis/repositories/%{repository_template_name}
|
location = /var/db/paludis/repositories/%{repository_template_name}
|
||||||
sync = %{repository_template_sync} local: git+file:///home/hasufell/repositories/%{repository_template_name}
|
sync = %{repository_template_sync}
|
||||||
|
@ -44,7 +44,6 @@
|
|||||||
* x11-apps/spacefm
|
* x11-apps/spacefm
|
||||||
* sys-apps/udevil
|
* sys-apps/udevil
|
||||||
|
|
||||||
* x11-apps/gsynaptics
|
|
||||||
* x11-apps/xbindkeys
|
* x11-apps/xbindkeys
|
||||||
* x11-apps/xdotool
|
* x11-apps/xdotool
|
||||||
* x11-apps/xhost
|
* x11-apps/xhost
|
||||||
@ -56,7 +55,6 @@
|
|||||||
* x11-drivers/xf86-input-keyboard
|
* x11-drivers/xf86-input-keyboard
|
||||||
* x11-drivers/xf86-input-mouse
|
* x11-drivers/xf86-input-mouse
|
||||||
* x11-drivers/xf86-video-nouveau
|
* x11-drivers/xf86-video-nouveau
|
||||||
* x11-misc/cbatticon
|
|
||||||
* x11-misc/dmenu
|
* x11-misc/dmenu
|
||||||
* x11-misc/zim
|
* x11-misc/zim
|
||||||
* x11-utils/xclip
|
* x11-utils/xclip
|
||||||
@ -70,3 +68,5 @@
|
|||||||
* app-office/libreoffice
|
* app-office/libreoffice
|
||||||
|
|
||||||
* sci-apps/galculator
|
* sci-apps/galculator
|
||||||
|
|
||||||
|
* x11-apps/xkill
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
# exherbo
|
# exherbo
|
||||||
* app-vim/exheres-syntax
|
* app-vim/exheres-syntax
|
||||||
|
#* app-emacs/exheres-mode
|
||||||
#* dev-util/exherbo-cabal
|
#* dev-util/exherbo-cabal
|
||||||
|
|
||||||
# haskell
|
# haskell
|
||||||
@ -9,6 +10,7 @@
|
|||||||
* dev-haskell/haddock
|
* dev-haskell/haddock
|
||||||
|
|
||||||
# VCSes and VCS-tools
|
# VCSes and VCS-tools
|
||||||
|
* dev-scm/mercurial
|
||||||
* dev-util/tig
|
* dev-util/tig
|
||||||
|
|
||||||
# C
|
# C
|
||||||
@ -41,6 +43,10 @@
|
|||||||
# vim
|
# vim
|
||||||
* dev-util/ctags
|
* dev-util/ctags
|
||||||
|
|
||||||
|
# documentation
|
||||||
|
* app-doc/doxygen
|
||||||
|
* media-gfx/graphviz
|
||||||
|
|
||||||
# java
|
# java
|
||||||
* virtual/jdk
|
* virtual/jdk
|
||||||
|
|
||||||
@ -55,6 +61,23 @@
|
|||||||
* dev-lang/scala-bin
|
* dev-lang/scala-bin
|
||||||
* dev-scala/sbt
|
* dev-scala/sbt
|
||||||
|
|
||||||
|
# erlang
|
||||||
|
* dev-erlang/rebar
|
||||||
|
* dev-lang/erlang
|
||||||
|
|
||||||
|
# leksah
|
||||||
|
#* net-libs/webkit:3.0
|
||||||
|
|
||||||
|
# js
|
||||||
|
* dev-lang/node
|
||||||
|
|
||||||
|
|
||||||
|
# java
|
||||||
|
* virtual/jdk
|
||||||
|
|
||||||
|
# font
|
||||||
|
* fonts/FiraCode
|
||||||
|
|
||||||
# fstar
|
# fstar
|
||||||
* dev-lang/fstar
|
* dev-lang/fstar
|
||||||
* dev-lang/fsharp
|
* dev-lang/fsharp
|
||||||
|
@ -9,7 +9,6 @@
|
|||||||
* games-engines/openmw
|
* games-engines/openmw
|
||||||
* games-engines/renpy
|
* games-engines/renpy
|
||||||
* games-engines/renpy:6.99
|
* games-engines/renpy:6.99
|
||||||
#* games-roguelike/FTL
|
|
||||||
* games-roguelike/dungeon-crawl-stone-soup
|
* games-roguelike/dungeon-crawl-stone-soup
|
||||||
#* games-roguelike/tome4
|
#* games-roguelike/tome4
|
||||||
#* games-rpg/arx-libertatis
|
#* games-rpg/arx-libertatis
|
||||||
|
12
sets/laptop.conf
Normal file
12
sets/laptop.conf
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# laptop specific stuff
|
||||||
|
|
||||||
|
* firmware/linux-firmware
|
||||||
|
* x11-apps/gsynaptics
|
||||||
|
* x11-misc/cbatticon
|
||||||
|
|
||||||
|
# networkmanager
|
||||||
|
* net-apps/NetworkManager
|
||||||
|
* net-apps/NetworkManager-openvpn
|
||||||
|
* net-apps/NetworkManager-pptp
|
||||||
|
* net-apps/NetworkManager-vpnc
|
||||||
|
* net-misc/NetworkManager-openconnect
|
@ -10,7 +10,6 @@
|
|||||||
* app-text/wgetpaste
|
* app-text/wgetpaste
|
||||||
* dev-lang/clang
|
* dev-lang/clang
|
||||||
* dev-util/debootstrap
|
* dev-util/debootstrap
|
||||||
* firmware/linux-firmware
|
|
||||||
* net-misc/htpdate
|
* net-misc/htpdate
|
||||||
* sys-apps/busybox
|
* sys-apps/busybox
|
||||||
* sys-apps/etckeeper
|
* sys-apps/etckeeper
|
||||||
|
@ -1,25 +1,13 @@
|
|||||||
* net-analyzer/tcpdump
|
* net-analyzer/tcpdump
|
||||||
* net-analyzer/traceroute
|
* net-analyzer/traceroute
|
||||||
* net-analyzer/wireshark
|
* net-analyzer/wireshark
|
||||||
#* net-dns/bind-tools
|
|
||||||
* net-firewall/iptables
|
* net-firewall/iptables
|
||||||
* net-fs/samba
|
* net-fs/samba
|
||||||
* net-mail/swaks
|
* net-mail/swaks
|
||||||
#* net-misc/dhcpcd
|
|
||||||
* net-misc/iputils
|
* net-misc/iputils
|
||||||
#* net-misc/netifrc
|
|
||||||
* net-misc/tor
|
* net-misc/tor
|
||||||
* net-scanner/nmap
|
* net-scanner/nmap
|
||||||
#* sys-apps/ethtool
|
|
||||||
* sys-apps/net-tools
|
* sys-apps/net-tools
|
||||||
#* virtual/dhcp-client
|
|
||||||
|
|
||||||
# networkmanager
|
|
||||||
* net-apps/NetworkManager
|
|
||||||
* net-apps/NetworkManager-openvpn
|
|
||||||
* net-apps/NetworkManager-pptp
|
|
||||||
* net-apps/NetworkManager-vpnc
|
|
||||||
* net-misc/NetworkManager-openconnect
|
|
||||||
|
|
||||||
# other
|
# other
|
||||||
* net-utils/macchanger
|
* net-utils/macchanger
|
||||||
|
20
sets/non-laptop.conf
Normal file
20
sets/non-laptop.conf
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
* games-action/openclonk
|
||||||
|
* games-arcade/duckmarines
|
||||||
|
* games-arcade/hawkthorne-journey
|
||||||
|
* games-arcade/mari0
|
||||||
|
* games-arcade/mrrescue
|
||||||
|
* games-arcade/notpacman
|
||||||
|
* games-arcade/nottetris2
|
||||||
|
* games-arcade/opensonic
|
||||||
|
* games-arcade/orthorobot
|
||||||
|
* games-engines/stratagus
|
||||||
|
* games-fps/eduke32
|
||||||
|
* games-fps/sauerbraten
|
||||||
|
* games-fps/urbanterror
|
||||||
|
* games-fps/warsow
|
||||||
|
* games-fps/xonotic
|
||||||
|
|
||||||
|
* net-misc/dhcpcd
|
||||||
|
* net-misc/netifrc
|
||||||
|
* sys-apps/ethtool
|
||||||
|
* virtual/dhcp-client
|
Loading…
Reference in New Issue
Block a user