Compare commits

..

No commits in common. "e7b4bb9a4b39685950fc95b554f8f1d5ecad1d4e" and "6c9e458278a83f5ebf993fce606bc3e3cf55fe28" have entirely different histories.

8 changed files with 6 additions and 24 deletions

View File

@ -1,11 +1,13 @@
# Disable CPUTYPE optimizations when compiling gcc48 because tigerlake is not included in gcc4.8
#
# Disable CPUTYPE optimizations for qt6-base because FreeBSD 13 is on Clang 14 which does not yet support zen4 (added in Clang 16) so qt6 is incorrectly flagging my CPU as not supporting AVX512.
# Disable CPUTYPE optimizations when compiling ripgrep because the build is failing https://github.com/BurntSushi/ripgrep/issues/1721
#
# Disable CPUTYPE optimizations for firefox due to failing build.
#
# Example from bottom of /usr/share/examples/etc/make.conf
.if ${.CURDIR:N*/lang/gcc48*} && ${.CURDIR:N*/lang/gcc10*} && ${.CURDIR:N*/devel/qt6-base*}
.if ${.CURDIR:N*/lang/gcc48*} && ${.CURDIR:N*/lang/gcc10*} && ${.CURDIR:N*/textproc/ripgrep*} && ${.CURDIR:N*/www/firefox*}
CPUTYPE?=tigerlake
# CPUTYPE?=x86-64-v4
#CPUTYPE?=x86-64-v3
.endif
OPTIMIZED_CFLAGS=YES
BUILD_OPTIMIZED=YES

View File

@ -40,8 +40,8 @@ multimedia/libva-utils
multimedia/libvdpau-va-gl
multimedia/mpv
multimedia/pwcview
multimedia/v4l-utils
multimedia/v4l_compat
multimedia/v4l-utils
multimedia/vdpauinfo
multimedia/webcamd
multimedia/wf-recorder
@ -57,7 +57,6 @@ ports-mgmt/pkg-provides
ports-mgmt/portshaker
ports-mgmt/poudriere
print/texlive-full
security/cfssl
security/doas
security/git-crypt
security/gnupg
@ -113,8 +112,6 @@ x11-fonts/noto-emoji
x11-fonts/noto-extra
x11-fonts/source-sans-ttf
x11-fonts/sourcecodepro-ttf
x11-themes/adwaita-qt5
x11-themes/adwaita-qt6
x11-wm/sway
x11/alacritty
x11/grim

View File

@ -9,10 +9,6 @@ http {
include mime.types;
default_type application/octet-stream;
types {
text/plain log;
}
sendfile on;
tcp_nopush on;
tcp_nodelay on;

View File

@ -11,9 +11,6 @@ export WLR_RENDERER=vulkan
# Enable wayland support for firefox
export MOZ_ENABLE_WAYLAND=1
# Enable dark theme
# export QT_STYLE_OVERRIDE=adwaita-dark
# Wayland seems enabled by default for qt5 with qt5-wayland installed but if a proprietary program bundles their own qt then I may have to set QT_QPA_PLATFORM="wayland;xcb"
# Wayland does not seem enabled for gtk apps and setting GDK_BACKEND=wayland did not change that.

View File

@ -9,7 +9,4 @@ export XDG_CURRENT_DESKTOP=sway
export MOZ_ENABLE_WAYLAND=1
#export WLR_RENDERER=vulkan
# Enable dark theme
# export QT_STYLE_OVERRIDE=adwaita-dark
exec sway -d &> $HOME/.config/swaylog

View File

@ -1,2 +0,0 @@
[Settings]
gtk-application-prefer-dark-theme=1

View File

@ -20,8 +20,6 @@
- dbus # for desktop notifications
- jq
- vulkan-validation-layers # For vulkan support in sway
# - adwaita-qt5 # For dark theme
# - adwaita-qt6 # For dark theme
state: present
- name: Install scripts

View File

@ -14,7 +14,6 @@
- ".config/xdg-desktop-portal-wlr"
- ".config/mako"
- ".config/wlogout"
- .config/gtk-3.0
- name: Copy files
copy:
@ -36,8 +35,6 @@
dest: .config/electron-flags.conf
- src: mako_config
dest: .config/mako/config
- src: settings.ini
dest: .config/gtk-3.0/settings.ini
- name: Configure dotfiles (conf directory)
copy: