diff --git a/.config/btop/btop.conf b/.config/btop/btop.conf index 192dcd4..ffe643c 100644 --- a/.config/btop/btop.conf +++ b/.config/btop/btop.conf @@ -1,18 +1,18 @@ -#? Config file for btop v. 1.4.5 +#? Config file for btop v.1.4.6 #* Name of a btop++/bpytop/bashtop formatted ".theme" file, "Default" and "TTY" for builtin themes. #* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes" color_theme = "TTY" #* If the theme set background should be shown, set to False if you want terminal background transparency. -theme_background = True +theme_background = true #* Sets if 24-bit truecolor should be used, will convert 24-bit colors to 256 color (6x6x6 color cube) if false. -truecolor = True +truecolor = true #* Set to true to force tty mode regardless if a real tty has been detected or not. #* Will force 16-color mode and TTY theme, set all graph symbols to "tty" and swap out other non tty friendly symbols. -force_tty = False +force_tty = false #* Define presets for the layout of the boxes. Preset 0 is always all boxes shown with default settings. Max 9 presets. #* Format: "box_name:P:G,box_name:P:G" P=(0 or 1) for alternate positions, G=graph symbol to use for box. @@ -22,10 +22,13 @@ presets = "cpu:1:default,proc:0:default cpu:0:default,mem:0:default,net:0:defaul #* Set to True to enable "h,j,k,l,g,G" keys for directional control in lists. #* Conflicting keys for h:"help" and k:"kill" is accessible while holding shift. -vim_keys = False +vim_keys = false #* Rounded corners on boxes, is ignored if TTY mode is ON. -rounded_corners = True +rounded_corners = false + +#* Use terminal synchronized output sequences to reduce flickering on supported terminals. +terminal_sync = true #* Default symbols to use for graph creation, "braille", "block" or "tty". #* "braille" offers the highest resolution but might not be included in all fonts. @@ -50,7 +53,7 @@ graph_symbol_net = "default" graph_symbol_proc = "default" #* Manually set which boxes to show. Available values are "cpu mem net proc" and "gpu0" through "gpu5", separate values with whitespace. -shown_boxes = "cpu mem net proc gpu0" +shown_boxes = "mem net proc gpu0 cpu" #* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs. update_ms = 2000 @@ -60,37 +63,40 @@ update_ms = 2000 proc_sorting = "memory" #* Reverse sorting order, True or False. -proc_reversed = False +proc_reversed = false #* Show processes as a tree. -proc_tree = True +proc_tree = true #* Use the cpu graph colors in the process list. -proc_colors = True +proc_colors = true #* Use a darkening gradient in the process list. -proc_gradient = True +proc_gradient = true #* If process cpu usage should be of the core it's running on or usage of the total available cpu power. -proc_per_core = False +proc_per_core = false #* Show process memory as bytes instead of percent. -proc_mem_bytes = True +proc_mem_bytes = true #* Show cpu graph for each process. -proc_cpu_graphs = True +proc_cpu_graphs = true #* Use /proc/[pid]/smaps for memory information in the process info box (very slow but more accurate) -proc_info_smaps = False +proc_info_smaps = false #* Show proc box on left side of screen instead of right. -proc_left = False +proc_left = false #* (Linux) Filter processes tied to the Linux kernel(similar behavior to htop). -proc_filter_kernel = False +proc_filter_kernel = false #* In tree-view, always accumulate child process resources in the parent process. -proc_aggregate = False +proc_aggregate = false + +#* Should cpu and memory usage display be preserved for dead processes when paused. +keep_dead_proc_usage = false #* Sets the CPU stat shown in upper half of the CPU graph, "total" is always available. #* Select from a list of detected attributes from the options menu. @@ -104,28 +110,28 @@ cpu_graph_lower = "Auto" show_gpu_info = "On" #* Toggles if the lower CPU graph should be inverted. -cpu_invert_lower = True +cpu_invert_lower = true #* Set to True to completely disable the lower CPU graph. -cpu_single_graph = False +cpu_single_graph = false #* Show cpu box at bottom of screen instead of top. -cpu_bottom = False +cpu_bottom = false #* Shows the system uptime in the CPU box. -show_uptime = True +show_uptime = true #* Shows the CPU package current power consumption in watts. Requires running `make setcap` or `make setuid` or running with sudo. -show_cpu_watts = True +show_cpu_watts = true #* Show cpu temperature. -check_temp = True +check_temp = true #* Which sensor to use for cpu temperature, use options menu to select from list of available sensors. cpu_sensor = "Auto" #* Show temperatures for cpu cores also if check_temp is True and sensors has been found. -show_coretemp = True +show_coretemp = true #* Set a custom mapping between core and coretemp, can be needed on certain cpus to get correct temperature for correct core. #* Use lm-sensors or similar to see which cores are reporting temperatures on your machine. @@ -137,17 +143,20 @@ cpu_core_map = "" temp_scale = "celsius" #* Use base 10 for bits/bytes sizes, KB = 1000 instead of KiB = 1024. -base_10_sizes = True +base_10_sizes = true #* Show CPU frequency. -show_cpu_freq = True +show_cpu_freq = true + +#* How to calculate CPU frequency, available values: "first", "range", "lowest", "highest" and "average". +freq_mode = "first" #* Draw a clock at top of screen, formatting according to strftime, empty string to disable. #* Special formatting: /host = hostname | /user = username | /uptime = system uptime clock_format = "%X" #* Update main ui in background when menus are showing, set this to false if the menus is flickering too much for comfort. -background_update = True +background_update = true #* Custom cpu model name, empty string to disable. custom_cpu_name = "" @@ -157,43 +166,43 @@ custom_cpu_name = "" disks_filter = "" #* Show graphs instead of meters for memory values. -mem_graphs = True +mem_graphs = true #* Show mem box below net box instead of above. -mem_below_net = False +mem_below_net = false #* Count ZFS ARC in cached and available memory. -zfs_arc_cached = True +zfs_arc_cached = true #* If swap memory should be shown in memory box. -show_swap = True +show_swap = true #* Show swap as a disk, ignores show_swap value above, inserts itself after first disk. -swap_disk = True +swap_disk = true #* If mem box should be split to also show disks info. -show_disks = True +show_disks = true #* Filter out non physical disks. Set this to False to include network disks, RAM disks and similar. -only_physical = True +only_physical = true #* Read disks list from /etc/fstab. This also disables only_physical. -use_fstab = True +use_fstab = true #* Setting this to True will hide all datasets, and only show ZFS pools. (IO stats will be calculated per-pool) -zfs_hide_datasets = False +zfs_hide_datasets = false #* Set to true to show available disk space for privileged users. -disk_free_priv = False +disk_free_priv = false #* Toggles if io activity % (disk busy time) should be shown in regular disk usage view. -show_io_stat = True +show_io_stat = true #* Toggles io mode for disks, showing big graphs for disk read/write speeds. -io_mode = False +io_mode = false #* Set to True to show combined read/write io graphs in io mode. -io_graph_combined = False +io_graph_combined = false #* Set the top speed for the io graphs in MiB/s (100 by default), use format "mountpoint:speed" separate disks with whitespace " ". #* Example: "/mnt/media:100 /:20 /boot:1". @@ -205,10 +214,10 @@ net_download = 100 net_upload = 100 #* Use network graphs auto rescaling mode, ignores any values set above and rescales down to 10 Kibibytes at the lowest. -net_auto = True +net_auto = true #* Sync the auto scaling for download and upload to whichever currently has the highest scale. -net_sync = True +net_sync = true #* Starts with the Network Interface specified here. net_iface = "" @@ -217,26 +226,32 @@ net_iface = "" base_10_bitrate = "Auto" #* Show battery stats in top right if battery is present. -show_battery = True +show_battery = true #* Which battery to use if multiple are present. "Auto" for auto detection. selected_battery = "Auto" #* Show power stats of battery next to charge indicator. -show_battery_watts = True +show_battery_watts = true -#* Set loglevel for "~/.config/btop/btop.log" levels are: "ERROR" "WARNING" "INFO" "DEBUG". +#* Set loglevel for "~/.local/state/btop.log" levels are: "ERROR" "WARNING" "INFO" "DEBUG". #* The level set includes all lower levels, i.e. "DEBUG" will show all logging info. log_level = "DEBUG" +#* Automatically save current settings to config file on exit. +save_config_on_exit = true + #* Measure PCIe throughput on NVIDIA cards, may impact performance on certain cards. -nvml_measure_pcie_speeds = True +nvml_measure_pcie_speeds = true #* Measure PCIe throughput on AMD cards, may impact performance on certain cards. -rsmi_measure_pcie_speeds = True +rsmi_measure_pcie_speeds = true #* Horizontally mirror the GPU graph. -gpu_mirror_graph = True +gpu_mirror_graph = true + +#* Set which GPU vendors to show. Available values are "nvidia amd intel" +shown_gpus = "nvidia amd intel" #* Custom gpu0 model name, empty string to disable. custom_gpu_name0 = "" diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index ad7cbb5..b348435 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -187,8 +187,6 @@ misc { animate_manual_resizes = false animate_mouse_windowdragging = true focus_on_activate = false - new_window_takes_over_fullscreen = 2 - middle_click_paste = false } @@ -334,21 +332,3 @@ bindl = , XF86AudioPrev, exec, playerctl previous # windowrule = float,class:^(kitty)$,title:^(kitty)$ # Ignore maximize requests from apps. You'll probably like this. -windowrule = suppressevent maximize, class:.* - -# Fix some dragging issues with XWayland -windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0 -windowrule = float, class:(clipse) -windowrule = fullscreenstate 1, class:(clipse) -#windowrule = size 622 652, class:(clipse) -windowrule = stayfocused, class:(clipse) -windowrule = opacity 1.0 override 1.0 override,title:(.*)(- YouTube — Zen Browser) -windowrule = float, title:(Picture-in-Picture) - -windowrule = float, title:(Media viewer) - -windowrule = float, title:(Save Image) - -windowrule = float, title:(Save File) -windowrule = float, title:(Save Video) -windowrule = fullscreenstate 1, title:(Media viewer) diff --git a/.config/hypr/hyprlock.conf b/.config/hypr/hyprlock.conf new file mode 100644 index 0000000..d29d40b --- /dev/null +++ b/.config/hypr/hyprlock.conf @@ -0,0 +1,110 @@ +# sample hyprlock.conf +# for more configuration options, refer https://wiki.hyprland.org/Hypr-Ecosystem/hyprlock +# +# rendered text in all widgets supports pango markup (e.g. or tags) +# ref. https://wiki.hyprland.org/Hypr-Ecosystem/hyprlock/#general-remarks +# +# shortcuts to clear password buffer: ESC, Ctrl+U, Ctrl+Backspace +# +# you can get started by copying this config to ~/.config/hypr/hyprlock.conf +# + +$font = IosevkaTerm NFM ExtraBold + +general { + hide_cursor = true +} + +# uncomment to enable fingerprint authentication +# auth { +# fingerprint { +# enabled = true +# ready_message = Scan fingerprint to unlock +# present_message = Scanning... +# retry_delay = 250 # in milliseconds +# } +# } + +animations { + enabled = false + bezier = linear, 1, 1, 0, 0 + animation = fadeIn, 1, 5, linear + animation = fadeOut, 1, 5, linear + animation = inputFieldDots, 1, 2, linear +} + +background { + monitor = + path = screenshot + blur_passes = 4 +} + +input-field { + monitor = + size = 20%, 5% + outline_thickness = 3 + inner_color = rgba(0, 0, 0, 0.0) # no fill + + #outer_color = rgba(33ccffee) rgba(00ff99ee) 45deg + #check_color = rgba(00ff99ee) rgba(ff6633ee) 120deg + #fail_color = rgba(ff6633ee) rgba(ff0066ee) 40deg + + outer_color = rgba(EEF7FDee) + check_color = rgba(FFDE00ee) + fail_color = rgba(FF0100ee) + + font_color = rgb(143, 143, 143) + fade_on_empty = false + rounding = 3 + + font_family = $font + placeholder_text = Password here: + fail_text = $PAMFAIL + + # uncomment to use a letter instead of a dot to indicate the typed password + # dots_text_format = * + # dots_size = 0.4 + dots_spacing = 0.3 + + # uncomment to use an input indicator that does not show the password length (similar to swaylock's input indicator) + # hide_input = true + + position = 0, -200 + halign = center + valign = center +} + +# TIME +label { + monitor = + text = $TIME # ref. https://wiki.hyprland.org/Hypr-Ecosystem/hyprlock/#variable-substitution + font_size = 90 + font_family = $font + + position = 0, -40 + halign = center + valign = top +} + +# DATE +label { + monitor = + text = cmd[update:60000] date +"%A, %d %B %Y" # update every 60 seconds + font_size = 25 + font_family = $font + + position = 0, -200 + halign = center + valign = top +} + +label { + monitor = + text = $LAYOUT[en,ru] + font_size = 24 + onclick = hyprctl switchxkblayout all next + + position = 250, -200 + halign = center + valign = center +} diff --git a/.config/niri/config.kdl b/.config/niri/config.kdl index e7119ee..dee7691 100644 --- a/.config/niri/config.kdl +++ b/.config/niri/config.kdl @@ -4,7 +4,7 @@ input { layout "us,ru" options "grp:caps_toggle" } - repeat-delay 250 + repeat-delay 225 repeat-rate 25 // track-layout "global" numlock @@ -47,7 +47,7 @@ input { } } -/-output "DP-1" { +output "DP-1" { // off mode "1920x1080@165.000" scale 1.0 @@ -94,10 +94,10 @@ layout { // - RGB hex: "#rgb", "#rgba", "#rrggbb", "#rrggbbaa" // - CSS-like notation: "rgb(255, 127, 0)", rgba(), hsl() and a few others. // active-color "#EEF7FD" - active-color "#FF0100" + active-color "#EEF7FD" // foreground #C1D6D6 //background #07090B - inactive-color "#EEF7FD" + inactive-color "#5C6871" // Changing the color space is also supported, check the wiki for more info. // // active-gradient from="#80c8ff" to="#c7ff7f" angle=45 @@ -116,6 +116,7 @@ layout { } shadow { + off color "#0007" } @@ -125,18 +126,17 @@ layout { // Top and bottom struts will simply add outer gaps in addition to the area occupied by // layer-shell panels and regular gaps. struts { - // left 64 - // right 64 - // top 64 - // bottom 64 + left -1 + right -1 + top 0 + bottom 0 } tab-indicator{ // off } insert-hint { - off - color "#ffc87f80" - gradient from="#ffbb6680" to="#ffc88080" angle=45 relative-to="workspace-view" + //off + color "#EEF7FD" } @@ -144,7 +144,7 @@ layout { } overview { - zoom 0.45 + zoom 0.4 backdrop-color "#07090b" workspace-shadow { @@ -155,17 +155,19 @@ clipboard { disable-primary } cursor { - //xcursor-theme "Dot-Dark" - xcursor-size 12 + xcursor-theme "BreezeX-Black" + xcursor-size 26 hide-when-typing hide-after-inactive-ms 1000 } -spawn-at-startup "waybar" +spawn-at-startup "niri-screen-time" "-daemon" +spawn-at-startup "swayosd-server" -spawn-at-startup "fnott" +spawn-at-startup "hyprwave" +spawn-at-startup "swaync" spawn-at-startup "clipse" "-listen" -spawn-at-startup "swaybg" "-i" "imgs/bafkreiax76e2p3xqoikrkbppjl4mipnaamqrgxkcfgwqtrsa3glksq644m.jpg" +spawn-at-startup "swaybg" "-i" "imgs/bafkreiax76e2p3xqoikrkbppjl4mipnaamqrgxkcfgwqtrsa3glksq644m" // To run a shell command (with variables, pipes, etc.), use spawn-sh-at-startup: // spawn-sh-at-startup "qs -c ~/source/qs/MyAwesomeShell" @@ -187,7 +189,7 @@ prefer-no-csd // The path is formatted with strftime(3) to give you the screenshot date and time. screenshot-path "~/imgs/screenshots/screenshot from %Y-%m-%d %H-%M-%S.png" //spawn-at-startup "throne" -spawn-at-startup "kitty" "sudo" "sing-box" "run" "-c" "/home/unconfer/.sing-box/sing-box-03.json" +//spawn-at-startup "kitty" "sudo" "sing-box" "run" "-c" "/home/unconfer/.sing-box/sing-box-03.json" // You can also set this to null to disable saving screenshots to disk. // screenshot-path null @@ -223,12 +225,12 @@ window-rule { match app-id="clipse" // match is-floating=true open-maximized true -// open-floating true - tiled-state false + //open-floating true + tiled-state true } window-rule { open-maximized false - geometry-corner-radius 5 + geometry-corner-radius 0 tiled-state true clip-to-geometry true @@ -254,19 +256,40 @@ window-rule { // Use this instead if you want them visible on third-party screenshot tools. // block-out-from "screencast" } +window-rule { + match title="Media viewer" + default-column-width { + proportion 0.5 + } + +} // Example: enable rounded corners for all windows. // (This example rule is commented out with a "/-" in front.) -/-window-rule { - geometry-corner-radius 12 - clip-to-geometry true +window-rule { + geometry-corner-radius 0 + clip-to-geometry false } layer-rule { - //clip-to-geometry true - match namespace="fnott" - geometry-corner-radius 5 + match namespace="waybar" + match at-startup=true + // Properties that apply continuously. + opacity 1.0 + // block-out-from "screen-capture" + shadow { + + off + softness 40 + spread 5 + offset x=0 y=5 + draw-behind-window true + // inactive-color "#00000064" + } + + geometry-corner-radius 20 + place-within-backdrop true } // Put swaybg inside the overview backdrop. layer-rule { @@ -286,6 +309,13 @@ xwayland-satellite { } binds { + + + + + + //ВНИМАНИЕ СЕКЦИЯ НЕЙРОСЛОПА + // Keys consist of modifiers separated by + signs, followed by an XKB key name // in the end. To find an XKB name for a particular key, you may use a program // like wev. @@ -300,17 +330,23 @@ binds { // shows a list of important hotkeys. Mod+Shift+Slash { show-hotkey-overlay; } Super+F{ toggle-window-floating;} + Mod+M { spawn "hyprwave-toggle" "visibility"; } // Suggested binds for running programs: terminal, app launcher, screen locker. Mod+Q { spawn "kitty"; } Mod+D { spawn "fuzzel"; } - Mod+Grave { spawn "fuzzel"; } + Mod+Grave repeat=false { toggle-overview; } Mod+Shift+Grave repeat=false { spawn "kitty" "--class" "-e" "btop" ; } Super+W { spawn "kitty" "--class" "clipse" "-e" "clipse"; } - Mod+Alt+L { spawn "gtklock"; } + Mod+Escape { spawn "hyprlock"; } Mod+Shift+Return { spawn "shutdown" "now"; } + Mod+Ctrl+S { screenshot-window write-to-disk=false; } + Mod+T repeat=false { spawn "swaync-client" "--toggle-panel";} + + + Mod+Ctrl+Return { spawn "reboot"; } Mod+Shift+P{spawn "shutdown" "-c";} - Alt+C repeat=false {spawn "hyprpicker" "-a";} + Alt+I repeat=false {spawn "hyprpicker" "-a";} // Use spawn-sh to run a shell command. Do this if you need pipes, multiple commands, etc. // Note: the entire command goes as a single argument. It's passed verbatim to `sh -c`. @@ -337,7 +373,7 @@ binds { // or do a four-finger swipe up on a touchpad. Mod+O repeat=false { toggle-overview; } - Mod+Escape repeat=false { toggle-overview; } + //Mod+Escape repeat=false { toggle-overview; } Mod+C repeat=false { close-window; } @@ -363,6 +399,9 @@ binds { Mod+Ctrl+K { move-window-up; } Mod+Ctrl+L { move-column-right; } + Mod+Ctrl+MouseForward { move-column-right; } + Mod+Ctrl+MouseBack { move-column-left; } + // Alternative commands that move across workspaces when reaching // the first or last window in a column. // Mod+J { focus-window-or-workspace-down; } @@ -409,6 +448,13 @@ binds { Mod+2 { focus-workspace-down; } Mod+1 { focus-workspace-up; } + Mod+Ctrl+2 { move-column-to-workspace-down; } + Mod+Ctrl+1 { move-column-to-workspace-up; } + + + Mod+Shift+1 {focus-column-left;} + Mod+Shift+2 {focus-column-right;} + Mod+Ctrl+Page_Down { move-column-to-workspace-down; } Mod+Ctrl+Page_Up { move-column-to-workspace-up; } Mod+Ctrl+U { move-column-to-workspace-down; } @@ -477,22 +523,22 @@ binds { // will all refer to the 3rd workspace. // Mod+1 { focus-workspace 1; } //Mod+2 { focus-workspace 2; } - Mod+3 repeat=false { toggle-overview; } - Mod+4 { focus-workspace 4; } - Mod+5 { focus-workspace 5; } - Mod+6 { focus-workspace 6; } - Mod+7 { focus-workspace 7; } - Mod+8 { focus-workspace 8; } - Mod+9 { focus-workspace 9; } - Mod+Ctrl+1 { move-column-to-workspace 1; } - Mod+Ctrl+2 { move-column-to-workspace 2; } + //Mod+3 repeat=false { toggle-overview; } + // Mod+4 { focus-workspace 4; } + //Mod+5 { focus-workspace 5; } + //Mod+6 { focus-workspace 6; } + //Mod+7 { focus-workspace 7; } + //Mod+8 { focus-workspace 8; } + //Mod+9 { focus-workspace 9; } + //Mod+Ctrl+1 { move-column-to-workspace 1; } + //Mod+Ctrl+2 { move-column-to-workspace 2; } Mod+Ctrl+3 { move-column-to-workspace 3; } - Mod+Ctrl+4 { move-column-to-workspace 4; } - Mod+Ctrl+5 { move-column-to-workspace 5; } - Mod+Ctrl+6 { move-column-to-workspace 6; } - Mod+Ctrl+7 { move-column-to-workspace 7; } - Mod+Ctrl+8 { move-column-to-workspace 8; } - Mod+Ctrl+9 { move-column-to-workspace 9; } + //Mod+Ctrl+4 { move-column-to-workspace 4; } + //Mod+Ctrl+5 { move-column-to-workspace 5; } + //Mod+Ctrl+6 { move-column-to-workspace 6; } + //Mod+Ctrl+7 { move-column-to-workspace 7; } + //Mod+Ctrl+8 { move-column-to-workspace 8; } + //Mod+Ctrl+9 { move-column-to-workspace 9; } // Alternatively, there are commands to move just a single window: // Mod+Ctrl+1 { move-window-to-workspace 1; } @@ -507,24 +553,23 @@ binds { Mod+BracketRight { consume-or-expel-window-right; } // Consume one window from the right to the bottom of the focused column. - Mod+Comma { consume-window-into-column; } + Mod+3 { consume-window-into-column; } // Expel the bottom window from the focused column to the right. - Mod+Period { expel-window-from-column; } + Mod+4 { expel-window-from-column; } - Mod+R repeat=false { switch-preset-column-width; } + Mod+A repeat=false { switch-preset-column-width; } Mod+Shift+W { toggle-column-tabbed-display; } // Cycling through the presets in reverse order is also possible. // Mod+R { switch-preset-column-width-back; } Mod+Shift+R repeat=false { switch-preset-window-height; } Mod+Ctrl+R { reset-window-height; } - Mod+A repeat=false { maximize-column; } Mod+Shift+A repeat=false { fullscreen-window; } // Expand the focused column to space not taken up by other fully visible columns. // Makes the column "fill the rest of the space". Mod+Ctrl+F { expand-column-to-available-width; } - Mod+M { center-column; } + //Mod+M { center-column; } // Center all fully visible columns on screen. Mod+Ctrl+C { center-visible-columns; } @@ -545,7 +590,7 @@ binds { Mod+Shift+Equal { set-window-height "+10%"; } // Move the focused window between the floating and the tiling layout. - Mod+V { toggle-window-floating; } + Mod+V {spawn "pavucontrol"; } Mod+Shift+V { switch-focus-between-floating-and-tiling; } // Toggle tabbed column display mode. @@ -563,7 +608,6 @@ binds { Mod+S { screenshot; } Super+Shift+S { screenshot-screen; } - Alt+Print { screenshot-window; } // Applications such as remote-desktop clients and software KVM switches may // request that niri stops processing the keyboard shortcuts defined here diff --git a/apps-list.md b/apps-list.md index 952fa0c..c89011d 100644 --- a/apps-list.md +++ b/apps-list.md @@ -1,4411 +1,355 @@ -7zip 25.01-1 -a52dec 0.8.0-2 -aalib 1.4rc5-19 -abseil-cpp 20250814.1-1 -acl 2.3.2-1 -acpica 20250404-1 -ada 3.2.7-1 -adwaita-cursors 49.0-1 -adwaita-fonts 49.0-2 -adwaita-icon-theme 49.0-1 -adwaita-icon-theme-legacy 46.2-3 -alsa-card-profiles 1:1.4.9-1 -alsa-lib 1.2.14-2 -alsa-plugins 1:1.2.12-5 -alsa-topology-conf 1.2.5.1-4 -alsa-ucm-conf 1.2.14-2 -android-tools 35.0.2-21 -android-udev 20250525-1 -aom 3.13.1-1 -appstream 1.1.1-1 -appstream-glib 0.8.3-2 -archlinux-keyring 20251012-1 -argon2 20190702-6 -aribb24 1.0.3-4 -at-spi2-core 2.58.1-1 -atkmm 2.28.4-1 -attr 2.5.2-1 -audit 4.0.5-1 -augeas 1.14.1-4 -autoconf 2.72-1 -autoconf-archive 1:2024.10.16-3 -automake 1.18.1-1 -avahi 1:0.9rc2-1 -babl 0.1.116-1 -base 3-2 -base-devel 1-2 -bash 5.3.3-2 -binutils 2.45+r29+g2b2e51a31ec7-1 -bison 3.8.2-8 -blas 3.12.1-2 -blueprint-compiler 0.18.0-1 -bluetui 0.7-1 -bluez 5.84-1 -bluez-libs 5.84-1 -bluez-utils 5.84-1 -boost-libs 1.89.0-2 -brltty 6.8-2 -brotli 1.1.0-3 -btop 1.4.5-1 -btrfs-progs 6.17-1 -bubblewrap 0.11.0-1 -bzip2 1.0.8-6 -c-ares 1.34.5-1 -ca-certificates 20240618-1 -ca-certificates-mozilla 3.117-1 -ca-certificates-utils 20240618-1 -cabextract 1.11-2 -cairo 1.18.4-1 -cairomm 1.14.5-1 -cairomm-1.16 1.18.0-2 -calcurse 4.8.2-1 -cantarell-fonts 1:0.303.1-2 -capstone 5.0.6-1 -cava 0.10.6-1 -cbindgen 0.29.2-1 -cdparanoia 10.2-9 -cdrtools 3.02a09-6 -chromaprint 1.6.0-2 -chrpath 0.17-1 -cjson 1.7.19-1 -clang 21.1.4-2 -clipse 1.1.0-1 -clock-tui 0.6.1-1 -clucene 2.3.3.4-16 -cmake 4.1.2-1 -cmark 0.31.1-1 -cmus 2.12.0-4 -compiler-rt 21.1.4-2 -confuse 3.3-4 -containerd 2.1.4-1 -coreutils 9.8-2 -cowsay 3.8.4-1 -cpio 2.15-3 -cppdap 1.58.0-2 -cryptsetup 2.8.1-1 -cuda 13.0.2-1 -curl 8.16.0-1 -cxxopts 3.3.1-1 -cython 3.1.5-1 -dav1d 1.5.1-1 -db5.3 5.3.28-5 -dbus 1.16.2-1 -dbus-broker 37-2 -dbus-broker-units 37-2 -dbus-glib 0.114-1 -dbus-units 37-2 -dconf 0.49.0-1 -debugedit 5.2-1 -default-cursors 3-1 -desktop-file-utils 0.28-1 -device-mapper 2.03.35-1 -dhcpcd 10.2.4-2 -diffstat 1.68-1 -diffutils 3.12-2 -djvulibre 3.5.29-1 -dkms 3.2.2-1 -dmenu 5.4-1 -dnsmasq 2.91-1 -docker 1:28.5.1-1 -docker-compose 2.40.2-1 -dosfstools 4.2-5 -double-conversion 3.3.1-1 -dtc 1.7.2-4 -duktape 2.7.0-7 -e2fsprogs 1.47.3-1 -edk2-aarch64 202508-1 -edk2-arm 202508-1 -edk2-ovmf 202508-1 -efibootmgr 18-3 -efivar 39-1 -egl-gbm 1.1.2.1-1 -egl-wayland 4:1.1.20-1 -egl-x11 1.0.3-1 -eglexternalplatform 1.2.1-1 -electron37 37.5.1-1 -elyprismlauncher-bin 9.5-1 -enchant 2.8.12-1 -eog 47.0-3 -exempi 2.6.6-2 -exfatprogs 1.3.0-1 -exiv2 0.28.7-1 -expat 2.7.3-1 -eza 0.23.4-1 -f2fs-tools 1.16.0-3 -faac 1.31.1-1 -faad2 2.11.2-1 -fakeroot 1.37.1.2-1 -farstream 0.2.9-3 -fastfetch 2.54.0-1 -fcft 3.3.2-1 -ffmpeg 2:8.0-3 -ffmpeg4.4 4.4.6-3 -fftw 3.3.10-7 -file 5.46-5 -filesystem 2025.10.12-1 -findutils 4.10.0-3 -firefox 144.0-1 -fish 4.1.2-1 -flac 1.5.0-1 -flex 2.6.4-5 -fluidsynth 2.5.0-2 -fmt 12.0.0-1 -fnott 1.8.0-1 -fontconfig 2:2.17.1-1 -freeglut 3.6.0-2 -freetype2 2.14.1-1 -fribidi 1.0.16-2 -fuse-common 3.17.1-1 -fuse2 2.9.9-5 -fuse3 3.17.1-1 -fuzzel 1.13.1-1 -fzf 0.66.0-1 -gawk 5.3.2-1 -gc 8.2.10-2 -gcc 15.2.1+r22+gc4e96a094636-1 -gcc-libs 15.2.1+r22+gc4e96a094636-1 -gcr-4 4.4.0.1-1 -gdbm 1.26-1 -gdk-pixbuf2 2.44.4-1 -gegl 0.4.64-1 -gendesk 1.0.10-1 -gettext 0.26-1 -gexiv2 0.16.0-1 -gfxstream 0.1.2-2 -ghostscript 10.06.0-1 -ghostty 1.2.2-1 -ghostty-shell-integration 1.2.2-1 -ghostty-terminfo 1.2.2-1 -giflib 5.2.2-2 -gimp 3.0.6-2 -girara 0.4.5-1 -git 2.51.1-2 -glib-networking 1:2.80.1-1 -glib2 2.86.0-2 -glib2-devel 2.86.0-2 -glibc 2.42+r17+gd7274d718e6f-1 -glibmm 2.66.8-1 -glibmm-2.68 2.86.0-1 -glm 1.0.2-1 -glslang 1:1.4.328.1-1 -glu 9.0.3-2 -glusterfs 1:11.1-5 -glycin 2.0.4-1 -gmp 6.3.0-2 -gnome-autoar 0.4.5-1 -gnome-desktop 1:44.4-1 -gnome-desktop-4 1:44.4-1 -gnome-desktop-common 1:44.4-1 -gnome-themes-extra 3.28+r6+g45b1d457-2 -gnome-tweaks 49.0-1 -gnu-free-fonts 20120503-8 -gnulib-l10n 20241231-1 -gnupg 2.4.8-1 -gnutls 3.8.10-1 -go 2:1.25.3-1 -gobject-introspection 1.86.0-1 -gobject-introspection-runtime 1.86.0-1 -godotpcktool-bin 2.2-1 -google-chrome 141.0.7390.122-1 -gperftools 2.17.2-1 -gpgme 2.0.1-1 -gpgmepp 2.0.0-2 -gpm 1.20.7.r38.ge82d1a6-6 -gpsd 3.26.1-2 -gptfdisk 1.0.10-1 -graphene 1.10.8-2 -graphite 1:1.3.14-5 -grep 3.12-2 -groff 1.23.0-7 -grub 2:2.12.r418.g6b5c671d-1 -gsettings-desktop-schemas 49.1-1 -gsettings-system-schemas 49.1-1 -gsm 1.0.22-2 -gspell 1.14.1-1 -gssdp 1.6.4-1 -gst-libav 1.26.7-1 -gst-plugin-gtk4 0.14.2-1 -gst-plugins-bad 1.26.7-1 -gst-plugins-bad-libs 1.26.7-1 -gst-plugins-base 1.26.7-1 -gst-plugins-base-libs 1.26.7-1 -gst-plugins-good 1.26.7-1 -gst-plugins-ugly 1.26.7-1 -gstreamer 1.26.7-1 -gtest 1.17.0-1 -gtk-layer-shell 0.9.2-1 -gtk-session-lock 0.2.0-2 -gtk-theme-bubble-darker-git r209.0300785-1 -gtk-theme-elementary 8.2.1-1 -gtk-theme-material-black 2.9.9_04-1 -gtk-update-icon-cache 1:4.20.2-3 -gtk2 2.24.33-5 -gtk3 1:3.24.51-1 -gtk4 1:4.20.2-3 -gtk4-layer-shell 1.2.0-1 -gtklock 4.0.0-1 -gtkmm-4.0 4.20.0-1 -gtkmm3 3.24.10-1 -gtksourceview3 1:3.24.11+r30+gd880929f-1 -gtkspell 2.0.16-9 -guile 3.0.10-1 -gumbo-parser 0.13.2-1 -gupnp 1:1.6.9-1 -gupnp-dlna 0.12.0-4 -gupnp-igd 1.6.0-2 -gvfs 1.58.0-2 -gzip 1.14-2 -harfbuzz 12.1.0-1 -harfbuzz-icu 12.1.0-1 -hicolor-icon-theme 0.18-1 -hidapi 0.15.0-1 -highway 1.3.0-1 -hivex 1.3.24-4 -hunspell 1.7.2-2 -hwdata 0.400-1 -hyphen 2.8.8-6 -hyprpicker 0.4.5-7 -hyprutils 0.10.0-1 -hyprwayland-scanner 0.4.5-1 -i2pd 2.58.0-2 -i3-wm 4.24-1 -i3blocks 1.5-4 -i3lock 2.15-3 -i3status 2.15-1 -iana-etc 20250612-1 -icu 76.1-1 -ijs 0.35-6 -imagemagick 7.1.2.7-1 -imake 1.0.10-2 -imath 3.2.2-2 -img2pdf 0.6.1-1 -imlib2 1.12.5-1 -imv 4.5.0-6 -iniparser 4.2.6-2 -iproute2 6.17.0-1 -iptables 1:1.8.11-2 -iputils 20250605-1 -iso-codes 4.18.0-1 -jansson 2.14.1-1 -jasper 4.2.8-1 -java-environment-common 3-6 -java-runtime-common 3-6 -jbig2dec 0.20-1 -jbigkit 2.1-8 -jdk-openjdk 25.0.1.u8-1 -jdk17-openjdk 17.0.17.u10-1 -jemalloc 1:5.3.0-5 -jfsutils 1.1.15-9 -json-c 0.18-2 -json-glib 1.10.8-1 -jsoncpp 1.9.6-3 -kbd 2.9.0-1 -kcoreaddons 6.19.0-1 -kernel-headers-musl 4.19.88-3 -keyutils 1.6.3-3 -kitty 0.43.1-1 -kitty-shell-integration 0.43.1-1 -kitty-terminfo 0.43.1-1 -kmod 34.2-1 -krb5 1.21.3-2 -l-smash 2.14.5-4 -lame 3.100-6 -lapack 3.12.1-2 -lcms2 2.17-1 -leancrypto 1.5.1-1 -lensfun 1:0.3.4-5 -leptonica 1.86.0-1 -less 1:685-1 -lib32-alsa-lib 1.2.14-2 -lib32-alsa-plugins 1.2.12-1 -lib32-audit 4.0.5-1 -lib32-brotli 1.1.0-1 -lib32-bzip2 1.0.8-4 -lib32-curl 8.16.0-1 -lib32-dbus 1.16.2-1 -lib32-e2fsprogs 1.47.3-1 -lib32-expat 2.7.3-1 -lib32-fontconfig 2:2.17.1-1 -lib32-freetype2 2.14.1-1 -lib32-gcc-libs 15.2.1+r22+gc4e96a094636-1 -lib32-glib2 2.86.0-2 -lib32-glibc 2.42+r17+gd7274d718e6f-1 -lib32-gmp 6.3.0-2 -lib32-gnutls 3.8.10-1 -lib32-icu 76.1-1 -lib32-json-c 0.18-2 -lib32-keyutils 1.6.3-2 -lib32-krb5 1.21.3-1 -lib32-libcap 2.76-1 -lib32-libdrm 2.4.126-1 -lib32-libelf 0.193-4 -lib32-libffi 3.5.2-1 -lib32-libgcrypt 1.11.2-1 -lib32-libglvnd 1.7.0-1 -lib32-libgpg-error 1.55-1 -lib32-libidn2 2.3.7-1 -lib32-libldap 2.6.10-1 -lib32-libnghttp2 1.67.1-1 -lib32-libnghttp3 1.12.0-1 -lib32-libnm 1.54.1-1 -lib32-libnsl 2.0.1-1 -lib32-libpciaccess 0.18.1-1 -lib32-libpipewire 1:1.4.9-1 -lib32-libpng 1.6.50-1 -lib32-libpsl 0.21.5-1 -lib32-libssh2 1.11.1-1 -lib32-libtasn1 4.20.0-1 -lib32-libtirpc 1.3.7-1 -lib32-libunistring 1.3-1 -lib32-libva 2.22.0-1 -lib32-libx11 1.8.12-2 -lib32-libxau 1.0.11-2 -lib32-libxcb 1.17.0-1 -lib32-libxcrypt 4.4.38-1 -lib32-libxcrypt-compat 4.4.38-1 -lib32-libxdmcp 1.1.5-1 -lib32-libxext 1.3.6-1 -lib32-libxfixes 6.0.1-2 -lib32-libxinerama 1.1.5-2 -lib32-libxml2 2.15.1-1 -lib32-libxshmfence 1.3.3-1 -lib32-libxss 1.2.4-2 -lib32-libxxf86vm 1.1.5-2 -lib32-llvm-libs 1:21.1.4-1 -lib32-lm_sensors 1:3.6.2-2 -lib32-mesa 1:25.2.5-1 -lib32-ncurses 6.5-2 -lib32-nettle 3.10.2-1 -lib32-nspr 4.37-1 -lib32-nss 3.117-1 -lib32-nvidia-utils 580.95.05-1 -lib32-openssl 1:3.6.0-1 -lib32-p11-kit 0.25.10-2 -lib32-pam 1.7.1-1 -lib32-pcre2 10.46-1 -lib32-pipewire 1:1.4.9-1 -lib32-spirv-tools 1:1.4.328.1-1 -lib32-sqlite 3.50.4-1 -lib32-systemd 258.1-1 -lib32-util-linux 2.41.2-1 -lib32-vulkan-icd-loader 1.4.328.1-1 -lib32-wayland 1.24.0-1 -lib32-xz 5.8.1-1 -lib32-zlib 1.3.1-2 -lib32-zstd 1.5.7-2 -libabw 0.1.3-5 -libadwaita 1:1.8.1-1 -libaemu 0.1.2-5 -libaio 0.3.113-3 -libao 1.2.2-7 -libarchive 3.8.2-1 -libass 0.17.4-1 -libassuan 3.0.0-1 -libasyncns 1:0.8+r3+g68cd5af-3 -libatasmart 0.19-7 -libatomic_ops 7.8.2-1 -libavc1394 0.5.4-7 -libavif 1.3.0-3 -libavtp 0.2.0-3 -libb2 0.98.1-3 -libblockdev 3.4.0-1 -libblockdev-crypto 3.4.0-1 -libblockdev-fs 3.4.0-1 -libblockdev-loop 3.4.0-1 -libblockdev-mdraid 3.4.0-1 -libblockdev-nvme 3.4.0-1 -libblockdev-part 3.4.0-1 -libblockdev-swap 3.4.0-1 -libbluray 1.4.0-2 -libbpf 1.5.1-1 -libbs2b 3.1.0-9 -libbsd 0.12.2-2 -libbytesize 2.11-1 -libcaca 0.99.beta20-5 -libcacard 2.8.1-1 -libcanberra 1:0.30+r2+gc0620e4-4 -libcap 2.76-1 -libcap-ng 0.8.5-3 -libcbor 0.12.0-1 -libcdio 2.2.0-1 -libcdio-paranoia 10.2+2.0.2-1 -libcdr 0.1.8-2 -libcloudproviders 0.3.6-2 -libcmis 0.6.2-6 -libcolord 1.4.8-1 -libconfig 1.8.1-1 -libcue 2.3.0-1 -libcups 2:2.4.14-1 -libdaemon 0.14-6 -libdatachannel 0.23.2-2 -libdatrie 0.2.13-4 -libdbusmenu-glib 16.04.0.r498-2 -libdbusmenu-gtk3 16.04.0.r498-2 -libdc1394 2.2.7-1 -libdca 0.0.7-2 -libde265 1.0.16-2 -libdecor 0.2.3-1 -libdeflate 1.24-1 -libdiscid 0.6.5-2 -libdispatch 6.1-1 -libdisplay-info 0.3.0-1 -libdovi 3.3.2-1 -libdrm 2.4.126-1 -libdv 1.0.0-11 -libdvdnav 7.0.0-1 -libdvdread 7.0.0-1 -libe-book 0.1.3-18 -libebur128 1.2.6-2 -libedit 20250104_3.1-1 -libei 1.5.0-1 -libelf 0.193-5 -libepoxy 1.5.10-3 -libepubgen 0.1.1-5 -libetonyek 0.1.13-1 -libev 4.33-4 -libevdev 1.13.4-1 -libevent 2.1.12-4 -libewf 20140816-1 -libexif 0.6.25-1 -libexttextcat 3.4.7-1 -libfdk-aac 2.0.3-1 -libffi 3.5.2-1 -libfontenc 1.1.8-1 -libfreeaptx 0.2.2-1 -libfreehand 0.1.2-5 -libfyaml 0.9-1 -libgadu 1.12.2-14 -libgbinder 1.1.42-2 -libgcrypt 1.11.2-1 -libgexiv2 0.14.6-1 -libgig 4.4.1-1 -libgirepository 1.86.0-1 -libgit2 1:1.9.1-1 -libglibutil 1.0.80-1 -libglvnd 1.7.0-3 -libgme 0.6.4-1 -libgpg-error 1.56-1 -libgsf 1.14.53-2 -libgudev 238-3 -libguestfs 1.56.2-1 -libgxps 0.3.2-5 -libhandy 1.8.3-2 -libheif 1.20.2-3 -libice 1.1.2-1 -libid3tag 0.16.3-2 -libidn 1.43-1 -libidn2 2.3.7-1 -libiec61883 1.2.0-9 -libimagequant 4.4.0-1 -libimobiledevice 1.4.0-1 -libimobiledevice-glue 1.3.2-1 -libinih 61-1 -libinput 1.29.1-1 -libinstpatch 1.1.7-2 -libiptcdata 1.0.5-4 -libiscsi 1.20.0-2 -libisl 0.27-1 -libixion 0.20.0-3 -libjpeg-turbo 3.1.2-1 -libjuice 1.6.2-1 -libjxl 0.11.1-5 -libksba 1.6.7-2 -liblangtag 0.6.8-1 -liblc3 1.1.3-1 -libldac 2.0.2.3-2 -libldap 2.6.10-2 -libldm 0.2.5-3 -liblouis 3.35.0-1 -liblqr 0.4.3-1 -liblrdf 0.6.1-5 -libltc 1.3.2-2 -libluv 1.48.0_2-1 -libmad 0.15.1b-10 -libmanette 0.2.13-1 -libmd 1.1.0-2 -libmfx 23.2.2-5 -libmicrodns 0.2.0-2 -libmikmod 3.3.13-1 -libmm-glib 1.24.2-1 -libmms 0.6.4-5 -libmng 2.0.3-4 -libmnl 1.0.5-2 -libmodplug 0.8.9.0-6 -libmpc 1.3.1-2 -libmpcdec 1:0.1+r475-6 -libmpdclient 2.23-1 -libmpeg2 0.5.1-11 -libmspub 0.1.4-17 -libmtp 1.1.22-1 -libmupdf 1.26.10-1 -libmwaw 0.3.22-3 -libmypaint 1.6.1-2 -libmysofa 1.3.3-1 -libnautilus-extension 49.1-1 -libnbd 1.22.4-1 -libndp 1.9-1 -libnet 2:1.3-1 -libnetfilter_conntrack 1.0.9-2 -libnewt 0.52.25-1 -libnfnetlink 1.0.2-2 -libnfs 6.0.2-5 -libnftnl 1.3.0-1 -libnghttp2 1.67.1-1 -libnghttp3 1.12.0-1 -libngtcp2 1.16.0-1 -libnice 0.1.22-2 -libnl 3.11.0-1 -libnm 1.54.1-1 -libnotify 0.8.7-1 -libnsl 2.0.1-1 -libnumbertext 1.0.11-2 -libnvme 1.15-1 -libodfgen 0.1.8-5 -libogg 1.3.6-1 -libopenmpt 0.8.3-1 -liborcus 0.21.0-2 -libosinfo 1.12.0-2 -libp11-kit 0.25.10-2 -libpagemaker 0.0.4-4 -libpaper 2.2.6-1 -libpcap 1.10.5-3 -libpciaccess 0.18.1-2 -libpeas 1.36.0-7 -libpgm 5.3.128-3 -libpipeline 1.5.8-1 -libpipewire 1:1.4.9-1 -libplacebo 7.351.0-3 -libplist 2.7.0-1 -libpng 1.6.50-1 -libportal 0.9.1-2 -libportal-gtk4 0.9.1-2 -libproxy 0.5.11-1 -libpsl 0.21.5-2 -libpulse 17.0+r88+geee0e8f22-1 -libpurple 2.14.14-3 -libqxp 0.0.2-13 -libraqm 0.10.3-1 -libraw 0.21.4-1 -libraw1394 2.1.2-4 -libreoffice-fresh 25.8.2-4 -libreoffice-fresh-ru 25.8.2-1 -librevenge 0.0.5-3 -librewolf-bin 1:144.0.0_1-1 -librsvg 2:2.61.1-1 -librsync 1:2.3.4-2 -libsamplerate 0.2.2-3 -libsasl 2.1.28-5 -libsass 3.6.6-1 -libseccomp 2.5.6-1 -libsecret 0.21.7-1 -libshout 1:2.4.6-5 -libsidplayfp 2.15.1-1 -libsigc++ 2.12.1-1 -libsigc++-3.0 3.6.0-1 -libsixel 1.10.5-1 -libslirp 4.9.1-1 -libsm 1.2.6-1 -libsndfile 1.2.2-4 -libsodium 1.0.20-1 -libsoup 2.74.3-4 -libsoup3 3.6.5-1 -libsoxr 0.1.3-4 -libspeechd 0.12.1-2 -libspiro 1:20240903-1 -libsrtp 1:2.7.0-1 -libssh 0.11.3-1 -libssh2 1.11.1-1 -libstaroffice 0.0.7-4 -libstemmer 3.0.1-1 -libsynctex 2025.2-2 -libsysprof-capture 49.0-1 -libtasn1 4.20.0-1 -libtatsu 1.0.5-1 -libteam 1.32-2 -libthai 0.1.29-3 -libtheora 1.2.0-1 -libtiff 4.7.1-1 -libtirpc 1.3.7-1 -libtommath 1.3.0-1 -libtool 2.6.0-1 -libtorrent-rasterbar 1:2.0.11-5 -libtraceevent 1:1.8.4-1 -libtracefs 1.8.2-2 -libunibreak 6.1-1 -libunistring 1.3-1 -libunwind 1.8.2-1 -libupnp 1.14.25-1 -liburcu 0.15.3-1 -liburing 2.12-1 -libusb 1.0.29-1 -libusbmuxd 2.1.1-1 -libutf8proc 2.10.0-2 -libuv 1.51.0-1 -libva 2.22.0-1 -libvdpau 1.5-3 -libverto 0.3.2-5 -libvirt 1:11.8.0-1 -libvisio 0.1.10-1 -libvorbis 1.3.7-4 -libvpl 2.15.0-1 -libvpx 1.15.2-2 -libvterm 0.3.3-2 -libwacom 2.16.1-1 -libwebp 1.6.0-2 -libwireplumber 0.5.12-1 -libwmf 0.2.13-4 -libwpd 0.10.3-5 -libwps 0.4.14-3 -libx11 1.8.12-1 -libxau 1.0.12-1 -libxaw 1.0.16-1 -libxcb 1.17.0-1 -libxcomposite 0.4.6-2 -libxcrypt 4.4.38-1 -libxcrypt-compat 4.4.38-1 -libxcursor 1.2.3-1 -libxcvt 0.1.3-1 -libxdamage 1.1.6-2 -libxdmcp 1.1.5-1 -libxdp 1.5.7-1 -libxext 1.3.6-1 -libxfixes 6.0.2-1 -libxfont2 2.0.7-1 -libxft 2.3.9-1 -libxi 1.8.2-1 -libxinerama 1.1.5-2 -libxkbcommon 1.12.2-1 -libxkbcommon-x11 1.12.2-1 -libxkbfile 1.1.3-1 -libxml2 2.15.1-1 -libxmlb 0.3.24-1 -libxmu 1.2.1-1 -libxpm 3.5.17-2 -libxpresent 1.0.2-1 -libxrandr 1.5.4-1 -libxrender 0.9.12-1 -libxres 1.2.3-1 -libxshmfence 1.3.3-1 -libxslt 1.1.43-2 -libxss 1.2.5-1 -libxt 1.3.1-1 -libxtst 1.2.5-1 -libxv 1.0.13-1 -libxxf86vm 1.1.6-1 -libyaml 0.2.5-3 -libyuv r2426+464c51a03-1 -libzmf 0.0.2-18 -licenses 20240728-1 -lilv 0.24.26-1 -links 2.30-1 -linux 6.17.4.arch2-1 -linux-api-headers 6.16-2 -linux-firmware 20251011-1 -linux-firmware-amdgpu 20251011-1 -linux-firmware-atheros 20251011-1 -linux-firmware-broadcom 20251011-1 -linux-firmware-cirrus 20251011-1 -linux-firmware-intel 20251011-1 -linux-firmware-mediatek 20251011-1 -linux-firmware-nvidia 20251011-1 -linux-firmware-other 20251011-1 -linux-firmware-radeon 20251011-1 -linux-firmware-realtek 20251011-1 -linux-firmware-whence 20251011-1 -lld 21.1.4-1 -llhttp 9.2.1-2 -llvm 21.1.4-1 -llvm-libs 21.1.4-1 -lm_sensors 1:3.6.2-1 -lmdb 0.9.33-1 -lmms 1.2.2-25 -localsearch 3.10.1-1 -lpsolve 5.5.2.11-3 -lrzip 0.651-3 -lsb-release 2.0.r55.a25a4fc-1 -lsof 4.99.5-2 -lsscsi 0.32-2 -lua 5.4.8-2 -lua51-lpeg 1.1.0-4 -luajit 2.1.1753364724-1 -lutris 0.5.19-6 -lv2 1.18.10-1 -lvm2 2.03.35-1 -lxc 1:6.0.5-1 -ly 1.1.2-1 -lz4 1:1.10.0-2 -lzo 2.10-5 -lzop 1.04-4 -m4 1.4.20-1 -mailcap 2.1.54-2 -make 4.4.1-2 -man-db 2.13.1-1 -materialgram-bin 6.2.3.1-1 -mbedtls 3.6.4-1 -md4c 0.5.2-1 -mdadm 4.4-2 -mesa 1:25.2.5-1 -mesa-utils 9.0.0-7 -meson 1.9.1-1 -microsocks 1.0.4-1 -miniupnpc 2.3.3-1 -minizip 1:1.3.1-2 -mjpegtools 2.2.1-3 -mkinitcpio 39.2-5 -mkinitcpio-busybox 1.36.1-1 -mobile-broadband-provider-info 20250613-1 -mpd 0.24.6-1 -mpdecimal 4.0.1-1 -mpfr 4.2.2-1 -mpg123 1.33.2-1 -mpv 1:0.40.0-7 -msgpack-c 6.1.0-2 -mtdev 1.1.7-1 -mtools 1:4.0.49-1 -mujs 1.3.7-1 -multipath-tools 0.12.0-1 -musl 1.2.5-6 -mypaint-brushes1 1.3.1-2 -nasm 3.01-1 -nautilus 49.1-1 -ncurses 6.5-4 -ndctl 79-1 -neon 0.35.0-1 -neovide 0.15.2-1 -neovim 0.11.4-1 -nettle 3.10.2-1 -networkmanager 1.54.1-1 -nftables 1:1.1.5-1 -nicotine+ 3.3.10-1 -nilfs-utils 2.2.12-1 -ninja 1.13.1-2 -niri 25.08-2 -nlohmann-json 3.12.0-2 -node-gyp 11.5.0-1 -nodejs 24.9.0-1 -nodejs-nopt 7.2.1-1 -noto-fonts-cjk 20240730-1 -noto-fonts-emoji 1:2.051-1 -npm 11.6.2-1 -npth 1.8-1 -nspr 4.37-1 -nss 3.117-1 -ntfs-3g 2022.10.3-2 -numactl 2.0.19-1 -nvidia 580.95.05-6 -nvidia-utils 580.95.05-1 -nwg-look 1.0.6-1 -obs-studio 32.0.1-2 -obsidian 1.9.14-1 -ocl-icd 2.3.3-1 -ocrmypdf 16.11.1-1 -ollama 0.12.6-1 -ollama-cuda 0.12.6-1 -oniguruma 6.9.10-1 -openal 1.24.3-2 -opencl-nvidia 580.95.05-1 -opencore-amr 0.1.6-2 -openexr 3.4.2-1 -openh264 2.6.0-1 -openjpeg2 2.5.4-1 -openssh 10.2p1-1 -openssl 3.6.0-1 -opus 1.5.2-1 -orc 0.4.41-1 -osinfo-db 20250606-1 -overskride 0.6.2-1 -p11-kit 0.25.10-2 -pacman 7.0.0.r6.gc685ae6-6 -pacman-contrib 1.13.0-1 -pacman-mirrorlist 20251021-1 -pam 1.7.1-1 -pambase 20250719-1 -pango 1:1.57.0-2 -pangomm 2.46.4-1 -pangomm-2.48 2.56.1-1 -parted 3.6-2 -paru 2.1.0-1 -paru-debug 2.1.0-1 -patch 2.8-1 -pavucontrol 1:6.2-1 -pciutils 3.14.0-1 -pcre 8.45-4 -pcre2 10.46-1 -pcsclite 2.4.0-3 -perl 5.42.0-1 -perl-error 0.17030-2 -perl-libintl-perl 1.35-2 -perl-mailtools 2.22-2 -perl-timedate 2.33-8 -pidgin 2.14.14-3 -pinentry 1.3.2-2 -pipewire 1:1.4.9-1 -pipewire-alsa 1:1.4.9-1 -pipewire-audio 1:1.4.9-1 -pipewire-jack 1:1.4.9-1 -pipewire-pulse 1:1.4.9-1 -pipewire-session-manager 1:1.4.9-1 -pixman 0.46.4-1 -pkgconf 2.5.1-1 -playerctl 2.4.1-4 -pngquant 3.0.3-2 -pnpm 10.18.3-1 -polkit 126-2 -polkit-gnome 0.105-11 -poppler 25.10.0-1 -poppler-data 0.4.12-2 -poppler-glib 25.10.0-1 -popt 1.19-2 -portaudio 1:19.7.0-3 -pps-tools 1.0.3-2 -procps-ng 4.0.5-3 -protobuf 32.1-1 -protobuf-c 1.5.2-6 -psmisc 23.7-1 -pugixml 1.15-2 -python 3.13.7-1 -python-attrs 25.4.0-1 -python-autocommand 2.2.2-7 -python-babel 2.17.0-1 -python-beautifulsoup4 4.14.2-1 -python-build 1.3.0-1 -python-cairo 1.28.0-1 -python-certifi 2025.10.05-1 -python-cffi 2.0.0-1 -python-chardet 5.2.0-6 -python-charset-normalizer 3.4.4-1 -python-cryptography 46.0.3-1 -python-dbus 1.4.0-1 -python-deprecated 1.2.18-1 -python-deprecation 2.1.0-10 -python-distro 1.9.0-3 -python-docopt 0.6.2-14 -python-editables 0.5-5 -python-evdev 1.9.2-1 -python-filelock 3.20.0-1 -python-gbinder 1.1.2-3 -python-gevent 25.9.1-1 -python-gobject 3.54.5-1 -python-greenlet 3.2.4-1 -python-hatch-vcs 0.5.0-1 -python-hatchling 1.27.0-1 -python-idna 3.11-1 -python-importlib_resources 6.5.2-1 -python-installer 0.7.0-10 -python-jaraco.collections 5.1.0-1 -python-jaraco.context 6.0.1-1 -python-jaraco.functools 4.1.0-1 -python-jaraco.text 4.0.0-2 -python-lxml 6.0.2-1 -python-mako 1.3.10-1 -python-markdown 3.9.0-1 -python-markdown-it-py 4.0.0-1 -python-markupsafe 3.0.2-1 -python-mdurl 0.1.2-8 -python-moddb 0.14.0-1 -python-more-itertools 10.8.0-1 -python-packaging 25.0-1 -python-pathspec 0.12.1-3 -python-pdfminer 20250506-1 -python-pikepdf 9.11.0-1 -python-pillow 12.0.0-1 -python-pip 25.2-1 -python-platformdirs 4.5.0-1 -python-pluggy 1.6.0-1 -python-pycparser 2.23-1 -python-pygments 2.19.2-1 -python-pyproject-hooks 1.2.0-3 -python-pytz 2025.2-1 -python-reportlab 4.2.2-5 -python-requests 2.32.5-1 -python-rich 14.2.0-1 -python-setuptools 1:80.9.0-2 -python-setuptools-scm 9.2.2-1 -python-soupsieve 2.8-1 -python-tqdm 4.67.1-2 -python-trove-classifiers 2025.9.11.17-1 -python-typing_extensions 4.15.0-1 -python-urllib3 2.5.0-2 -python-wheel 0.45.1-1 -python-wrapt 1.17.3-1 -python-yaml 6.0.3-1 -python-zipp 3.21.0-2 -python-zope-event 6.0-1 -python-zope-interface 8.0.1-1 -qbittorrent 5.1.2-2 -qemu-audio-alsa 10.1.1-1 -qemu-audio-dbus 10.1.1-1 -qemu-audio-jack 10.1.1-1 -qemu-audio-oss 10.1.1-1 -qemu-audio-pa 10.1.1-1 -qemu-audio-pipewire 10.1.1-1 -qemu-audio-sdl 10.1.1-1 -qemu-audio-spice 10.1.1-1 -qemu-base 10.1.1-1 -qemu-block-curl 10.1.1-1 -qemu-block-dmg 10.1.1-1 -qemu-block-gluster 10.1.1-1 -qemu-block-iscsi 10.1.1-1 -qemu-block-nfs 10.1.1-1 -qemu-block-ssh 10.1.1-1 -qemu-chardev-baum 10.1.1-1 -qemu-chardev-spice 10.1.1-1 -qemu-common 10.1.1-1 -qemu-desktop 10.1.1-1 -qemu-docs 10.1.1-1 -qemu-emulators-full 10.1.1-1 -qemu-full 10.1.1-1 -qemu-hw-display-qxl 10.1.1-1 -qemu-hw-display-virtio-gpu 10.1.1-1 -qemu-hw-display-virtio-gpu-gl 10.1.1-1 -qemu-hw-display-virtio-gpu-pci 10.1.1-1 -qemu-hw-display-virtio-gpu-pci-gl 10.1.1-1 -qemu-hw-display-virtio-gpu-pci-rutabaga 10.1.1-1 -qemu-hw-display-virtio-gpu-rutabaga 10.1.1-1 -qemu-hw-display-virtio-vga 10.1.1-1 -qemu-hw-display-virtio-vga-gl 10.1.1-1 -qemu-hw-display-virtio-vga-rutabaga 10.1.1-1 -qemu-hw-s390x-virtio-gpu-ccw 10.1.1-1 -qemu-hw-uefi-vars 10.1.1-1 -qemu-hw-usb-host 10.1.1-1 -qemu-hw-usb-redirect 10.1.1-1 -qemu-hw-usb-smartcard 10.1.1-1 -qemu-img 10.1.1-1 -qemu-pr-helper 10.1.1-1 -qemu-system-aarch64 10.1.1-1 -qemu-system-alpha 10.1.1-1 -qemu-system-alpha-firmware 10.1.1-1 -qemu-system-arm 10.1.1-1 -qemu-system-arm-firmware 10.1.1-1 -qemu-system-avr 10.1.1-1 -qemu-system-hppa 10.1.1-1 -qemu-system-hppa-firmware 10.1.1-1 -qemu-system-loongarch64 10.1.1-1 -qemu-system-m68k 10.1.1-1 -qemu-system-microblaze 10.1.1-1 -qemu-system-microblaze-firmware 10.1.1-1 -qemu-system-mips 10.1.1-1 -qemu-system-or1k 10.1.1-1 -qemu-system-ppc 10.1.1-1 -qemu-system-ppc-firmware 10.1.1-1 -qemu-system-riscv 10.1.1-1 -qemu-system-riscv-firmware 10.1.1-1 -qemu-system-rx 10.1.1-1 -qemu-system-s390x 10.1.1-1 -qemu-system-s390x-firmware 10.1.1-1 -qemu-system-sh4 10.1.1-1 -qemu-system-sparc 10.1.1-1 -qemu-system-sparc-firmware 10.1.1-1 -qemu-system-tricore 10.1.1-1 -qemu-system-x86 10.1.1-1 -qemu-system-x86-firmware 10.1.1-1 -qemu-system-xtensa 10.1.1-1 -qemu-tests 10.1.1-1 -qemu-tools 10.1.1-1 -qemu-ui-curses 10.1.1-1 -qemu-ui-dbus 10.1.1-1 -qemu-ui-egl-headless 10.1.1-1 -qemu-ui-gtk 10.1.1-1 -qemu-ui-opengl 10.1.1-1 -qemu-ui-sdl 10.1.1-1 -qemu-ui-spice-app 10.1.1-1 -qemu-ui-spice-core 10.1.1-1 -qemu-user 10.1.1-1 -qemu-vhost-user-gpu 10.1.1-1 -qemu-vmsr-helper 10.1.1-1 -qpdf 12.2.0-1 -qrcodegencpp-cmake 1.8.0-4 -qrencode 4.1.1-4 -qt5-3d 5.15.17-2 -qt5-base 5.15.17+kde+r123-2 -qt5-declarative 5.15.17+kde+r21-1 -qt5-translations 5.15.17-1 -qt5-x11extras 5.15.17-1 -qt6-5compat 6.10.0-1 -qt6-base 6.10.0-1 -qt6-declarative 6.10.0-2 -qt6-imageformats 6.10.0-1 -qt6-networkauth 6.10.0-1 -qt6-shadertools 6.10.0-1 -qt6-svg 6.10.0-1 -qt6-tools 6.10.0-2 -qt6-translations 6.10.0-1 -qt6-wayland 6.10.0-1 -quazip-qt6 1.5-1 -quilt 0.69-1 -raptor 2.0.16-8 -rasqal 1:0.9.33-7 -rav1e 0.8.1-2 -rdma-core 59.0-1 -readline 8.3.001-1 -reaper 7.48-1 -redland 1:1.0.17-9 -rhash 1.4.6-1 -rnnoise 1:0.2-1 -rpcbind 1.2.8-1 -rsync 3.4.1-2 -rtkit 0.13-3 -rtmpdump 1:2.4.r105.6f6bb13-1 -rubberband 4.0.0-1 -runc 1.3.2-1 -rust 1:1.90.0-4 -rutabaga-ffi 0.1.71-2 -sakura 3.8.9-1 -sassc 3.6.2-5 -sbc 2.1-1 -scrcpy 3.3.3-4 -sdl12-compat 1.2.68-2 -sdl2-compat 2.32.56-2 -sdl2_image 2.8.8-1 -sdl3 3.2.24-1 -seabios 1.17.0-2 -seatd 0.9.1-1 -sed 4.9-3 -semver 7.7.3-1 -serd 0.32.4-1 -shaderc 2025.4-2 -shadow 4.18.0-1 -shared-mime-info 2.4-2 -showtime 49.0-1 -simde 0.8.2-1 -simdjson 1:4.0.7-1 -sing-box 1.12.10-1 -sioyek 2.0.0-7 -slang 2.3.3-4 -sleuthkit 4.14.0-1 -snappy 1.2.2-2 -sndio 1.10.0-1 -sord 0.16.18-1 -sound-theme-freedesktop 0.8-6 -soundtouch 2.4.0-1 -spandsp 0.0.6-6 -spdlog 1.16.0-1 -speex 1.2.1-2 -speexdsp 1.2.1-2 -spice 0.16.0-2 -spice-protocol 0.14.5-1 -spirv-tools 1:1.4.328.1-1 -sqlite 3.50.4-2 -squashfs-tools 4.7.2-1 -squid 7.2-1 -sratom 0.6.18-1 -srt 1.5.4-1 -startup-notification 0.12-9 -startwine 411-1 -steam 1.0.0.85-1 -stk 5.0.1-3 -strace 6.17-1 -sudo 1.9.17.p2-1 -suitesparse 7.11.0-1 -supermin 5.3.5-1 -svt-av1 3.1.2-1 -svt-hevc 1.5.1-3 -swww 0.11.2-1 -sysfsutils 2.1.1-2 -syslinux 6.04.pre3.r3.g05ac953c-4 -systemctl-tui 0.4.0-1 -systemd 258.1-1 -systemd-libs 258.1-1 -systemd-sysvcompat 258.1-1 -taglib 2.1.1-1 -tar 1.35-2 -tdb 1.4.14-1 -termusic 0.12.0-1 -tesseract 5.5.1-1 -tesseract-data-eng 2:4.1.0-4 -tesseract-data-osd 2:4.1.0-4 -tesseract-data-rus 2:4.1.0-4 -texinfo 7.2-1 -thin-provisioning-tools 1.2.2-1 -throne 1.0.7-1 -timr 1.6.0-1 -tinysparql 3.10.1-1 -tomlplusplus 3.4.0-1 -totem-pl-parser 3.26.6+r30+g51b8439-2 -tpm2-tss 4.1.3-1 -tree-sitter 0.25.10-1 -tree-sitter-c 0.24.1-1 -tree-sitter-lua 0.4.0-1 -tree-sitter-markdown 0.5.1-1 -tree-sitter-query 0.7.0-1 -tree-sitter-vim 0.7.0-1 -tree-sitter-vimdoc 4.0.0-1 -tslib 1.23-1 -ttf-dejavu 2.37+18+g9b5d1b2f-7 -ttf-iosevka-nerd 3.4.0-1 -ttf-iosevkaterm-nerd 3.4.0-1 -ttf-liberation 2.1.5-2 -ttf-nerd-fonts-symbols 3.4.0-1 -ttf-nerd-fonts-symbols-common 3.4.0-1 -twolame 0.4.0-4 -typst 1:0.13.1-1 -tzdata 2025b-1 -uchardet 0.0.8-3 -udisks2 2.10.2-1 -ueberzug 18.3.1-4 -ufw 0.36.2-5 -unibilium 2.1.2-1 -unpaper 7.0.0-5 -unzip 6.0-23 -upower 1.90.10-1 -usbredir 0.15.0-1 -usbutils 018-1 -uthash 2.3.0-2 -util-linux 2.41.2-1 -util-linux-libs 2.41.2-1 -uwsgi 2.0.31-1 -uwsgi-plugin-python 2.0.31-1 -v4l-utils 1.32.0-1 -v4l2loopback-dkms 0.15.2-1 -vapoursynth 72-1 -vde2 2.3.3-8 -ventoy 1.1.07-1 -vesktop-bin 1.6.0-1 -vi 1:070224-6 -vid.stab 1.1.1-2 -vim 9.1.1841-1 -vim-runtime 9.1.1841-1 -virglrenderer 1.2.0-1 -virtiofsd 1.13.2-1 -vmaf 3.0.0-1 -volume_key 0.3.12-11 -vte-common 0.82.1-1 -vte3 0.82.1-1 -vulkan-headers 1:1.4.328.1-1 -vulkan-icd-loader 1.4.328.1-1 -vulkan-tools 1.4.328.1-1 -wasi-compiler-rt 21.1.4-1 -wasi-libc 1:0+440+3f7eb4c7-1 -wasi-libc++ 21.1.4-1 -wasi-libc++abi 21.1.4-1 -wavpack 5.8.1-1 -waybar 0.14.0-3 -waydroid 1.5.4-1 -wayland 1.24.0-1 -wayland-protocols 1.45-1 -webkit2gtk 2.50.1-1 -webkit2gtk-4.1 2.50.1-1 -webp-pixbuf-loader 0.2.7-1 -webrtc-audio-processing-1 1.3-5 -weechat 4.7.1-1 -wget 1.25.0-2 -which 2.23-1 -wildmidi 0.4.6-1 -wine-staging 10.17-1 -winetricks 20250102-1 -wireplumber 0.5.12-1 -wl-clipboard 1:2.2.1-3 -woff2 1.0.2-6 -wolfssl 5.8.2-1 -wpa_supplicant 2:2.11-3 -x264 3:0.165.r3222.b35605a-2 -x265 4.1-1 -xa 2.4.1-2 -xcb-proto 1.17.0-3 -xcb-util 0.4.1-2 -xcb-util-cursor 0.1.6-1 -xcb-util-image 0.4.1-3 -xcb-util-keysyms 0.4.1-5 -xcb-util-renderutil 0.3.10-2 -xcb-util-wm 0.4.2-2 -xcb-util-xrm 1.3-4 -xcur2png 0.7.1-8 -xdg-dbus-proxy 0.1.6-1 -xdg-desktop-portal 1.20.3-2 -xdg-desktop-portal-gnome 49.0-1 -xdg-desktop-portal-gtk 1.15.3-1 -xdg-user-dirs 0.19-2 -xdg-user-dirs-gtk 0.14-1 -xdg-utils 1.2.1-1 -xf86-input-libinput 1.5.0-1 -xf86-video-vesa 2.6.0-2 -xfsprogs 6.16.0-3 -xkeyboard-config 2.46-1 -xmlsec 1.3.7-2 -xorg-bdftopcf 1.1.2-1 -xorg-docs 1.7.3-2 -xorg-font-util 1.4.1-2 -xorg-fonts-100dpi 1.0.4-3 -xorg-fonts-75dpi 1.0.4-2 -xorg-fonts-alias-100dpi 1.0.5-1 -xorg-fonts-alias-75dpi 1.0.5-1 -xorg-fonts-encodings 1.1.0-1 -xorg-iceauth 1.0.10-1 -xorg-mkfontscale 1.2.3-1 -xorg-server 21.1.18-2 -xorg-server-common 21.1.18-2 -xorg-server-devel 21.1.18-2 -xorg-server-xephyr 21.1.18-2 -xorg-server-xnest 21.1.18-2 -xorg-server-xvfb 21.1.18-2 -xorg-sessreg 1.1.4-1 -xorg-setxkbmap 1.3.4-2 -xorg-smproxy 1.0.8-1 -xorg-util-macros 1.20.2-1 -xorg-x11perf 1.7.0-1 -xorg-xauth 1.1.4-1 -xorg-xbacklight 1.2.4-1 -xorg-xcmsdb 1.0.7-1 -xorg-xcursorgen 1.0.9-1 -xorg-xdpyinfo 1.4.0-1 -xorg-xdriinfo 1.0.8-1 -xorg-xev 1.2.6-1 -xorg-xgamma 1.0.8-1 -xorg-xhost 1.0.10-1 -xorg-xinput 1.6.4-2 -xorg-xkbcomp 1.4.7-1 -xorg-xkbevd 1.1.6-1 -xorg-xkbutils 1.0.6-1 -xorg-xkill 1.0.6-2 -xorg-xlsatoms 1.1.4-2 -xorg-xlsclients 1.1.5-2 -xorg-xmodmap 1.0.11-2 -xorg-xpr 1.2.0-1 -xorg-xprop 1.2.8-1 -xorg-xrandr 1.5.3-1 -xorg-xrdb 1.2.2-2 -xorg-xrefresh 1.1.0-1 -xorg-xset 1.2.5-2 -xorg-xsetroot 1.1.3-2 -xorg-xvinfo 1.1.5-2 -xorg-xwayland 24.1.8-1 -xorg-xwd 1.0.9-2 -xorg-xwininfo 1.1.6-2 -xorg-xwud 1.0.7-1 -xorgproto 2024.1-2 -xvidcore 1.3.7-3 -xwayland-satellite 0.7-1 -xxhash 0.8.3-1 -xz 5.8.1-1 -yad 14.1-2 -yajl 2.1.0-6 -yara 4.5.4-1 -yarn 1.22.22-2 -yasm 1.3.0-8 -yazi 25.5.31-2 -yt-dlp 2025.10.22-1 -yyjson 0.12.0-1 -zathura 0.5.13-1 -zathura-djvu 0.2.10-6 -zathura-pdf-mupdf 0.4.4-25 -zbar 0.23.93-4 -zen-browser-bin 1.17b-1 -zenity 4.2.0-1 -zeromq 4.3.5-2 -zimg 3.0.5-1 -zip 3.0-11 -zix 0.6.2-1 -zlib 1:1.3.1-2 -zlib-ng 2.2.5-1 -zstd 1.5.7-2 -zvbi 0.2.44-1 -zxing-cpp 2.3.0-5 -zziplib 0.13.80-1 -7zip 25.01-1 -a52dec 0.8.0-2 -aalib 1.4rc5-19 -abseil-cpp 20250814.1-1 -accounts-qml-module 0.7-6 -acl 2.3.2-1 -acpica 20250404-1 -ada 3.3.0-1 -adwaita-cursors 49.0-1 -adwaita-fonts 49.0-2 -adwaita-icon-theme 49.0-1 -adwaita-icon-theme-legacy 46.2-3 -alembic 1.8.9-1 -alsa-card-profiles 1:1.4.9-1 -alsa-lib 1.2.14-2 -alsa-plugins 1:1.2.12-5 -alsa-topology-conf 1.2.5.1-4 -alsa-ucm-conf 1.2.14-2 -android-sdk-platform-tools 36.0.0-1 -android-studio 2025.2.1.7-1 -android-tools 35.0.2-22 -android-udev 20250525-1 -anytype-bin 0.50.5-1 -aom 3.13.1-1 -appstream 1.1.1-1 -appstream-glib 0.8.3-2 -archlinux-keyring 20251027-3 -argon2 20190702-6 -aribb24 1.0.3-4 -at-spi2-core 2.58.1-1 -atkmm 2.28.4-1 -attica 6.19.0-1 -attr 2.5.2-1 -audit 4.1.2-1 -augeas 1.14.1-4 -autoconf 2.72-1 -autoconf-archive 1:2024.10.16-3 -automake 1.18.1-1 -avahi 1:0.9rc2-1 -babl 0.1.116-1 -base 3-2 -base-devel 1-2 -bash 5.3.3-2 -bat 0.26.0-1 -bcg729 1.1.1-2 -binutils 2.45+r29+g2b2e51a31ec7-1 -bison 3.8.2-8 -blas 3.12.1-2 -blender 17:4.5.4-1 -blosc 1.21.6-2 -blueprint-compiler 0.18.0-1 -bluetui 0.7.2-1 -bluez 5.84-2 -bluez-libs 5.84-2 -bluez-utils 5.84-2 -boost 1.89.0-3 -boost-libs 1.89.0-3 -breeze-icons 6.19.0-1 -brightnessctl 0.5.1-3 -brltty 6.8-4 -brotli 1.1.0-3 -btop 1.4.5-1 -btrfs-progs 6.17.1-1 -bubblewrap 0.11.0-1 -bzip2 1.0.8-6 -c-ares 1.34.5-1 -ca-certificates 20240618-1 -ca-certificates-mozilla 3.117-1 -ca-certificates-utils 20240618-1 -cabextract 1.11-2 -cairo 1.18.4-1 -cairomm 1.14.5-1 -cairomm-1.16 1.18.0-2 -calcurse 4.8.2-1 -cantarell-fonts 1:0.303.1-2 -capstone 5.0.6-1 -cava 0.10.6-1 -cbindgen 0.29.2-1 -cblas 3.12.1-2 -cdparanoia 10.2-9 -cdrtools 3.02a09-6 -chromaprint 1.6.0-2 -chrpath 0.17-1 -cifs-utils 7.4-1 -cjson 1.7.19-1 -clang 21.1.5-1 -clipse 1.1.0-1 -clock-tui 0.6.1-1 -clucene 2.3.3.4-16 -cmake 4.1.2-1 -cmark 0.31.1-1 -cmus 2.12.0-4 -compiler-rt 21.1.5-1 -confuse 3.3-4 -containerd 2.2.0-1 -convertlit 1.8-13 -cool-retro-term 1.2.0-4 -coreutils 9.8-2 -cowsay 3.8.4-1 -cpio 2.15-3 -cppdap 1.58.0-2 -cryptsetup 2.8.1-1 -cuda 13.0.2-1 -curl 8.17.0-1 -cxxopts 3.3.1-1 -cython 3.2.0-2 -dav1d 1.5.2-1 -db5.3 5.3.28-5 -dbus 1.16.2-1 -dbus-broker 37-2 -dbus-broker-units 37-2 -dbus-glib 0.114-1 -dbus-units 37-2 -dconf 0.49.0-1 -debugedit 5.2-1 -default-cursors 3-1 -desktop-file-utils 0.28-1 -device-mapper 2.03.36-2 -dhcpcd 10.2.4-2 -dialog 1:1.3_20250116-1 -diffstat 1.68-1 -diffutils 3.12-2 -djvulibre 3.5.29-1 -dkms 3.3.0-1 -dmenu 5.4-1 -dnsmasq 2.91-1 -docker 1:28.5.2-1 -docker-compose 2.40.3-1 -dos2unix 7.5.3-1 -dosfstools 4.2-5 -double-conversion 3.3.1-1 -draco 1.5.7-1 -dtc 1.7.2-4 -duktape 2.7.0-7 -e2fsprogs 1.47.3-1 -eblanfetch 1.0.1-2 -ebook-tools 0.2.2-9 -edk2-aarch64 202508-1 -edk2-arm 202508-1 -edk2-ovmf 202508-1 -efibootmgr 18-3 -efivar 39-1 -egl-gbm 1.1.2.1-1 -egl-wayland 4:1.1.20-1 -egl-x11 1.0.3-1 -eglexternalplatform 1.2.1-1 -electron24-bin 24.8.8-4 -electron37 37.5.1-1 -electron38 38.6.0-2 -electron39-bin 39.1.2-1 -element-desktop 1.12.3-1 -element-web 1.12.3-1 -elyprismlauncher-bin 9.5-1 -embree 4.4.0-1 -enca 1.20-1 -enchant 2.8.12-2 -eog 47.0-3 -exempi 2.6.6-2 -exfatprogs 1.3.0-1 -exiv2 0.28.7-1 -expat 2.7.3-1 -eza 0.23.4-1 -f2fs-tools 1.16.0-3 -faac 1.31.1-1 -faad2 2.11.2-1 -fakeroot 1.37.1.2-1 -farstream 0.2.9-3 -fastfetch 2.55.0-1 -fcft 3.3.2-1 -fd 10.3.0-1 -ffmpeg 2:8.0-3 -ffmpeg4.4 4.4.6-3 -fftw 3.3.10-7 -file 5.46-5 -filesystem 2025.10.12-1 -findutils 4.10.0-3 -firefox 145.0-1 -firefox-tridactyl 1.24.4-1 -fish 4.2.0-1 -flac 1.5.0-1 -flex 2.6.4-5 -fluidsynth 2.5.1-1 -fmt 12.1.0-1 -fnott 1.8.0-1 -fontconfig 2:2.17.1-1 -freeglut 3.6.0-3 -freerdp 2:3.17.2-5 -freetype2 2.14.1-1 -frei0r-plugins 2.5.0-1 -fribidi 1.0.16-2 -fuse-common 3.17.4-1 -fuse2 2.9.9-5 -fuse3 3.17.4-1 -fuzzel 1.13.1-1 -fzf 0.66.1-1 -gawk 5.3.2-1 -gc 8.2.10-2 -gcc 15.2.1+r22+gc4e96a094636-1 -gcc-libs 15.2.1+r22+gc4e96a094636-1 -gcr-4 4.4.0.1-1 -gdb 16.3-1 -gdb-common 16.3-1 -gdbm 1.26-1 -gdk-pixbuf2 2.44.4-1 -gegl 0.4.64-1 -gendesk 1.0.10-1 -gettext 0.26-1 -gexiv2 0.16.0-1 -gfxstream 0.1.2-2 -ghostscript 10.06.0-1 -giflib 5.2.2-2 -gimp 3.0.6-2 -girara 0.4.5-1 -git 2.51.2-2 -glew 2.2.0-7 -glfw 1:3.4-1 -glib-networking 1:2.80.1-1 -glib2 2.86.1-1 -glib2-devel 2.86.1-1 -glibc 2.42+r17+gd7274d718e6f-1 -glibmm 2.66.8-1 -glibmm-2.68 2.86.0-1 -glm 1.0.2-1 -glslang 1:1.4.328.1-1 -glu 9.0.3-2 -glusterfs 1:11.1-5 -glycin 2.0.7-1 -gmp 6.3.0-2 -gn 0.2238.a84e399f-1 -gnome-autoar 0.4.5-1 -gnome-desktop 1:44.4-1 -gnome-desktop-4 1:44.4-1 -gnome-desktop-common 1:44.4-1 -gnome-themes-extra 1:3.28-1 -gnome-tweaks 49.0-1 -gnu-free-fonts 20120503-8 -gnulib-l10n 20241231-1 -gnupg 2.4.8-3 -gnutls 3.8.10-1 -go 2:1.25.4-1 -gobject-introspection 1.86.0-1 -gobject-introspection-runtime 1.86.0-1 -godotpcktool-bin 2.2-1 -google-chrome 142.0.7444.162-1 -gperf 3.3-1 -gperftools 2.17.2-1 -gpgme 2.0.1-1 -gpgmepp 2.0.0-2 -gpm 1.20.7.r38.ge82d1a6-6 -gpsd 3.26.1-2 -gptfdisk 1.0.10-1 -graphene 1.10.8-2 -graphicsmagick 1.3.45-5 -graphite 1:1.3.14-5 -grep 3.12-2 -groff 1.23.0-7 -grub 2:2.14rc1-2 -gsettings-desktop-schemas 49.1-1 -gsettings-system-schemas 49.1-1 -gsl 2.8-1 -gsm 1.0.22-2 -gspell 1.14.1-2 -gssdp 1.6.4-1 -gst-libav 1.26.8-1 -gst-plugin-gtk4 0.14.3-2 -gst-plugins-bad 1.26.8-1 -gst-plugins-bad-libs 1.26.8-1 -gst-plugins-base 1.26.8-1 -gst-plugins-base-libs 1.26.8-1 -gst-plugins-good 1.26.8-1 -gst-plugins-ugly 1.26.8-1 -gstreamer 1.26.8-1 -gtest 1.17.0-1 -gtk-layer-shell 0.10.0-1 -gtk-session-lock 0.2.0-2 -gtk-theme-bubble-darker-git r210.23b32b6-1 -gtk-theme-elementary 8.2.1-1 -gtk-theme-material-black 2.9.9_04-1 -gtk-update-icon-cache 1:4.20.2-3 -gtk2 2.24.33-5 -gtk3 1:3.24.51-1 -gtk4 1:4.20.2-3 -gtklock 4.0.0-1 -gtkmm-4.0 4.20.0-1 -gtkmm3 3.24.10-1 -gtksourceview3 1:3.24.11+r30+gd880929f-1 -gtksourceview4 4.8.4-2 -gtkspell 2.0.16-9 -guile 3.0.10-1 -gumbo-parser 0.13.2-1 -gupnp 1:1.6.9-1 -gupnp-dlna 0.12.0-4 -gupnp-igd 1.6.0-2 -gvfs 1.58.0-2 -gzip 1.14-2 -harfbuzz 12.2.0-2 -harfbuzz-icu 12.2.0-2 -hdf5 1.14.6-5 -helix 25.07.1-1 -help2man 1.49.3-2 -hicolor-icon-theme 0.18-1 -hidapi 0.15.0-1 -highway 1.3.0-1 -hivex 1.3.24-5 -http-parser 2.9.4-2 -hunspell 1.7.2-2 -hwdata 0.401-1 -hwloc 2.12.2-1 -hyphen 2.8.8-6 -hyprpicker 0.4.5-7 -hyprutils 0.10.2-1 -hyprwayland-scanner 0.4.5-1 -i2pd 2.58.0-2 -i3-wm 4.24-1 -i3blocks 1.5-4 -i3lock 2.15-3 -i3status 2.15-1 -iana-etc 20251030-1 -icu 78.1-1 -ijs 0.35-6 -imagemagick 7.1.2.8-1 -imake 1.0.10-2 -imath 3.2.2-2 -img2pdf 0.6.1-1 -imlib2 1.12.5-1 -imv 4.5.0-7 -iniparser 4.2.6-2 -inkscape 1.4.2-10 -intel-oneapi-common 2024.1.0-1 -intel-oneapi-compiler-dpcpp-cpp-runtime-libs 2025.0.4-1 -intel-oneapi-compiler-shared-runtime-libs 2025.0.4-2 -intel-oneapi-openmp 2025.0.4-1 -intel-oneapi-tbb 2021.12.0-2 -intel-oneapi-tcm 1.2.0-3 -intltool 0.51.0-6 -iproute2 6.17.0-1 -iptables 1:1.8.11-2 -iputils 20250605-1 -iso-codes 4.19.0-1 -jansson 2.14.1-1 -jasper 4.2.8-1 -java-environment-common 3-6 -java-runtime-common 3-6 -jbig2dec 0.20-1 -jbigkit 2.1-8 -jdk-openjdk 25.0.1.u8-1 -jdk17-openjdk 17.0.17.u10-1 -jemalloc 1:5.3.0-5 -jfsutils 1.1.15-9 -jq 1.8.1-1 -json-c 0.18-2 -json-glib 1.10.8-1 -jsoncpp 1.9.6-3 -kaccounts-integration 25.08.3-1 -kalidoface-bin 0.1.0-10 -karchive 6.19.0-1 -kauth 6.19.0-1 -kbd 2.9.0-1 -kbookmarks 6.19.0-1 -kcmutils 6.19.0-1 -kcodecs 6.19.0-1 -kcolorscheme 6.19.0-1 -kcompletion 6.19.0-1 -kcompletion5 5.116.0-2 -kconfig 6.19.0-1 -kconfig5 5.116.0-2 -kconfigwidgets 6.19.0-1 -kcoreaddons 6.19.0-1 -kcoreaddons5 5.116.0-2 -kcrash 6.19.0-1 -kcrash5 5.116.0-2 -kdbusaddons 6.19.0-1 -kdenlive 25.08.3-3 -kernel-headers-musl 4.19.88-3 -keyutils 1.6.3-3 -kfilemetadata 6.19.0-1 -kglobalaccel 6.19.0-1 -kguiaddons 6.19.0-1 -kguiaddons5 5.116.0-2 -ki18n 6.19.0-1 -ki18n5 5.116.0-2 -kiconthemes 6.19.0-1 -kio 6.19.0-2 -kirigami 6.19.0-1 -kitemviews 6.19.0-1 -kitemviews5 5.116.0-2 -kitty 0.44.0-1 -kitty-shell-integration 0.44.0-1 -kitty-terminfo 0.44.0-1 -kjobwidgets 6.19.0-1 -kmod 34.2-1 -knewstuff 6.19.0-1 -knotifications 6.19.0-1 -knotifyconfig 6.19.0-1 -kpackage 6.19.0-1 -krb5 1.21.3-2 -krita 5.2.13-3 -kservice 6.19.0-1 -ktextwidgets 6.19.0-1 -kwallet 6.19.0-1 -kwidgetsaddons 6.19.0-1 -kwidgetsaddons5 5.116.0-2 -kwindowsystem 6.19.0-1 -kwindowsystem5 5.116.0-2 -kxmlgui 6.19.0-1 -l-smash 2.14.5-4 -lame 3.100-6 -lapack 3.12.1-2 -lcms2 2.17-1 -ldb 2:4.23.3-2 -leancrypto 1.6.0-1 -lensfun 1:0.3.4-5 -leptonica 1.86.0-1 -less 1:685-1 -level-zero-loader 1.24.3-1 -lib2geom 1.4-2 -lib32-alsa-lib 1.2.14-2 -lib32-alsa-plugins 1.2.12-1 -lib32-audit 4.1.2-1 -lib32-brotli 1.1.0-1 -lib32-bzip2 1.0.8-4 -lib32-curl 8.17.0-1 -lib32-dbus 1.16.2-1 -lib32-e2fsprogs 1.47.3-1 -lib32-expat 2.7.3-1 -lib32-fontconfig 2:2.17.1-1 -lib32-freetype2 2.14.1-1 -lib32-gcc-libs 15.2.1+r22+gc4e96a094636-1 -lib32-glib2 2.86.1-1 -lib32-glibc 2.42+r17+gd7274d718e6f-1 -lib32-gmp 6.3.0-2 -lib32-gnutls 3.8.10-1 -lib32-icu 78.1-2 -lib32-json-c 0.18-2 -lib32-keyutils 1.6.3-2 -lib32-krb5 1.21.3-1 -lib32-libcap 2.77-1 -lib32-libdrm 2.4.128-1 -lib32-libelf 0.194-1 -lib32-libffi 3.5.2-1 -lib32-libgcrypt 1.11.2-1 -lib32-libglvnd 1.7.0-1 -lib32-libgpg-error 1.56-1 -lib32-libidn2 2.3.7-1 -lib32-libldap 2.6.10-1 -lib32-libnghttp2 1.68.0-1 -lib32-libnghttp3 1.12.0-1 -lib32-libnm 1.54.1-1 -lib32-libnsl 2.0.1-1 -lib32-libpciaccess 0.18.1-1 -lib32-libpipewire 1:1.4.9-1 -lib32-libpng 1.6.50-1 -lib32-libpsl 0.21.5-1 -lib32-libssh2 1.11.1-1 -lib32-libtasn1 4.20.0-1 -lib32-libtirpc 1.3.7-1 -lib32-libunistring 1.3-1 -lib32-libva 2.22.0-1 -lib32-libx11 1.8.12-2 -lib32-libxau 1.0.11-2 -lib32-libxcb 1.17.0-1 -lib32-libxcrypt 4.5.2-1 -lib32-libxcrypt-compat 4.5.2-1 -lib32-libxdmcp 1.1.5-1 -lib32-libxext 1.3.6-1 -lib32-libxfixes 6.0.1-2 -lib32-libxinerama 1.1.5-2 -lib32-libxml2 2.15.1-2 -lib32-libxshmfence 1.3.3-1 -lib32-libxss 1.2.4-2 -lib32-libxxf86vm 1.1.5-2 -lib32-llvm-libs 1:21.1.5-1 -lib32-lm_sensors 1:3.6.2-2 -lib32-mesa 1:25.2.7-1 -lib32-ncurses 6.5-2 -lib32-nettle 3.10.2-1 -lib32-nspr 4.38.2-1 -lib32-nss 3.117-1 -lib32-nvidia-utils 580.105.08-1 -lib32-openssl 1:3.6.0-1 -lib32-p11-kit 0.25.10-2 -lib32-pam 1.7.1-1 -lib32-pcre2 10.47-1 -lib32-pipewire 1:1.4.9-1 -lib32-spirv-tools 1:1.4.328.1-1 -lib32-sqlite 3.51.0-1 -lib32-systemd 258.2-1 -lib32-util-linux 2.41.2-1 -lib32-vulkan-icd-loader 1.4.328.1-1 -lib32-wayland 1.24.0-1 -lib32-xz 5.8.1-1 -lib32-zlib 1.3.1-2 -lib32-zstd 1.5.7-2 -libabw 0.1.3-5 -libaccounts-glib 1.27-3 -libaccounts-qt 1.17-1 -libadwaita 1:1.8.1-1 -libaec 1.1.4-2 -libaemu 0.1.2-5 -libaio 0.3.113-3 -libao 1.2.2-7 -libarchive 3.8.2-1 -libass 0.17.4-1 -libassuan 3.0.0-1 -libasyncns 1:0.8+r3+g68cd5af-3 -libatasmart 0.19-7 -libatomic_ops 7.8.2-1 -libavc1394 0.5.4-7 -libavif 1.3.0-3 -libavtp 0.2.0-3 -libb2 0.98.1-3 -libblockdev 3.4.0-1 -libblockdev-crypto 3.4.0-1 -libblockdev-fs 3.4.0-1 -libblockdev-loop 3.4.0-1 -libblockdev-mdraid 3.4.0-1 -libblockdev-nvme 3.4.0-1 -libblockdev-part 3.4.0-1 -libblockdev-swap 3.4.0-1 -libbluray 1.4.0-2 -libbpf 1.5.1-1 -libbs2b 3.1.0-9 -libbsd 0.12.2-2 -libbytesize 2.11-1 -libcaca 0.99.beta20-5 -libcacard 2.8.1-1 -libcanberra 1:0.30+r2+gc0620e4-6 -libcap 2.77-1 -libcap-ng 0.8.5-3 -libcbor 0.12.0-1 -libcdio 2.2.0-1 -libcdio-paranoia 10.2+2.0.2-1 -libcdr 0.1.8-3 -libcloudproviders 0.3.6-2 -libcmis 0.6.2-6 -libcolord 1.4.8-1 -libconfig 1.8.1-1 -libcue 2.3.0-1 -libcups 2:2.4.14-1 -libdaemon 0.14-6 -libdatachannel 0.23.2-2 -libdatrie 0.2.13-4 -libdbusmenu-glib 18.10.20180917-1 -libdbusmenu-gtk3 18.10.20180917-1 -libdc1394 2.2.7-1 -libdca 0.0.7-2 -libde265 1.0.16-2 -libdecor 0.2.4-1 -libdeflate 1.24-1 -libdiscid 0.6.5-2 -libdispatch 6.1-1 -libdisplay-info 0.3.0-1 -libdovi 3.3.2-1 -libdrm 2.4.128-1 -libdv 1.0.0-11 -libdvdnav 7.0.0-1 -libdvdread 7.0.1-1 -libe-book 0.1.3-19 -libebur128 1.2.6-2 -libedit 20250104_3.1-1 -libei 1.5.0-1 -libelf 0.194-1 -libepoxy 1.5.10-3 -libepubgen 0.1.1-5 -libetonyek 0.1.13-1 -libev 4.33-4 -libevdev 1.13.5-1 -libevent 2.1.12-4 -libewf 20140816-1 -libexif 0.6.25-1 -libexttextcat 3.4.7-1 -libfdk-aac 2.0.3-1 -libffi 3.5.2-1 -libfontenc 1.1.8-1 -libfreeaptx 0.2.2-1 -libfreehand 0.1.2-5 -libftdi 1.5-7 -libfyaml 0.9-1 -libgadu 1.12.2-14 -libgcrypt 1.11.2-1 -libgexiv2 0.14.6-1 -libgig 4.4.1-1 -libgirepository 1.86.0-1 -libgit2 1:1.9.1-1 -libglvnd 1.7.0-3 -libgme 0.6.4-1 -libgpg-error 1.56-1 -libgsf 1.14.53-2 -libgudev 238-3 -libguestfs 1.56.2-2 -libgxps 0.3.2-5 -libhandy 1.8.3-2 -libharu 2.4.5-1 -libheif 1.20.2-3 -libice 1.1.2-1 -libid3tag 0.16.3-2 -libidn 1.43-1 -libidn2 2.3.7-1 -libiec61883 1.2.0-9 -libimagequant 4.4.0-1 -libimobiledevice 1.4.0-1 -libimobiledevice-glue 1.3.2-1 -libinih 61-1 -libinput 1.29.2-1 -libinstpatch 1.1.7-2 -libiptcdata 1.0.5-4 -libiscsi 1.20.0-2 -libisl 0.27-1 -libixion 0.20.0-3 -libjpeg-turbo 3.1.2-1 -libjuice 1.6.2-1 -libjxl 0.11.1-5 -libkdcraw5 25.08.3-1 -libksba 1.6.7-2 -liblangtag 0.6.8-1 -liblc3 1.1.3-1 -libldac 2.0.2.3-2 -libldap 2.6.10-2 -libldm 0.2.5-3 -liblouis 3.35.0-1 -liblqr 0.4.3-1 -liblrdf 0.6.1-5 -libltc 1.3.2-2 -libluv 1.51.0-1 -libmad 0.15.1b-10 -libmanette 0.2.13-1 -libmaxminddb 1.12.2-2 -libmd 1.1.0-2 -libmfx 23.2.2-5 -libmicrodns 0.2.0-2 -libmikmod 3.3.13-1 -libmm-glib 1.24.2-1 -libmms 0.6.4-5 -libmng 2.0.3-4 -libmnl 1.0.5-2 -libmodplug 0.8.9.0-6 -libmpc 1.3.1-2 -libmpcdec 1:0.1+r475-6 -libmpdclient 2.23-1 -libmpeg2 0.5.1-11 -libmspub 0.1.4-18 -libmtp 1.1.22-1 -libmupdf 1.26.11-1 -libmwaw 0.3.22-3 -libmypaint 1.6.1-2 -libmysofa 1.3.3-1 -libnautilus-extension 49.1-3 -libnbd 1.22.5-2 -libndp 1.9-1 -libnet 2:1.3-1 -libnetfilter_conntrack 1.0.9-2 -libnewt 0.52.25-1 -libnfnetlink 1.0.2-2 -libnfs 6.0.2-5 -libnftnl 1.3.0-1 -libnghttp2 1.68.0-1 -libnghttp3 1.12.0-1 -libngtcp2 1.17.0-1 -libnice 0.1.22-2 -libnl 3.11.0-1 -libnm 1.54.1-1 -libnotify 0.8.7-1 -libnsl 2.0.1-1 -libnumbertext 1.0.11-2 -libnvme 1.16.1-1 -libodfgen 0.1.8-5 -libogg 1.3.6-1 -libopenmpt 0.8.3-1 -liborcus 0.21.0-2 -libosinfo 1.12.0-2 -libp11-kit 0.25.10-2 -libpagemaker 0.0.4-4 -libpaper 2.2.6-1 -libpcap 1.10.5-3 -libpciaccess 0.18.1-2 -libpeas 1.36.0-7 -libpgm 5.3.128-3 -libpipeline 1.5.8-1 -libpipewire 1:1.4.9-1 -libplacebo 7.351.0-3 -libplist 2.7.0-1 -libpng 1.6.50-1 -libportal 0.9.1-2 -libportal-gtk4 0.9.1-2 -libproxy 0.5.11-1 -libpsl 0.21.5-2 -libpulse 17.0+r93+gbe2efb69b-1 -libpurple 2.14.14-4 -libqxp 0.0.2-14 -libraqm 0.10.3-1 -libraw 0.21.4-1 -libraw1394 2.1.2-4 -libreoffice-fresh 25.8.2-5 -libreoffice-fresh-ru 25.8.2-1 -librevenge 0.0.5-3 -librewolf-bin 1:144.0.2_1-1 -librsvg 2:2.61.3-1 -librsync 1:2.3.4-2 -libsamplerate 0.2.2-3 -libsasl 2.1.28-5 -libsass 3.6.6-1 -libseccomp 2.5.6-1 -libsecret 0.21.7-1 -libshout 1:2.4.6-5 -libsidplayfp 2.15.2-1 -libsigc++ 2.12.1-1 -libsigc++-3.0 3.6.0-1 -libsixel 1.10.5-1 -libslirp 4.9.1-1 -libsm 1.2.6-1 -libsndfile 1.2.2-4 -libsodium 1.0.20-1 -libsoup 2.74.3-4 -libsoup3 3.6.5-1 -libsoxr 0.1.3-4 -libspeechd 0.12.1-2 -libspiro 1:20240903-1 -libspnav 1.2-1 -libsrtp 1:2.7.0-1 -libssh 0.11.3-1 -libssh2 1.11.1-1 -libstaroffice 0.0.7-4 -libstemmer 3.0.1-1 -libsynctex 2025.2-3 -libsysprof-capture 49.0-1 -libtasn1 4.20.0-1 -libtatsu 1.0.5-1 -libteam 1.32-2 -libtg_owt 0.git31.5c5c712-1 -libthai 0.1.29-3 -libtheora 1.2.0-1 -libtiff 4.7.1-1 -libtirpc 1.3.7-1 -libtommath 1.3.0-1 -libtool 2.6.0-1 -libtorrent-rasterbar 1:2.0.11-5 -libtraceevent 1:1.8.4-1 -libtracefs 1.8.2-2 -libunibreak 6.1-1 -libunistring 1.3-1 -libunwind 1.8.2-1 -libupnp 1.14.25-1 -liburcu 0.15.4-1 -liburing 2.12-1 -libusb 1.0.29-1 -libusb-compat 0.1.8-2 -libusbmuxd 2.1.1-1 -libutf8proc 2.10.0-2 -libuv 1.51.0-1 -libva 2.22.0-1 -libvdpau 1.5-3 -libverto 0.3.2-5 -libvirt 1:11.9.0-1 -libvisio 0.1.10-2 -libvorbis 1.3.7-4 -libvpl 2.15.0-1 -libvpx 1.15.2-2 -libvterm 0.3.3-2 -libwacom 2.16.1-1 -libwbclient 2:4.23.3-2 -libwebp 1.6.0-2 -libwireplumber 0.5.12-1 -libwmf 0.2.13-4 -libwpd 0.10.3-5 -libwpg 0.3.4-2 -libwps 0.4.14-3 -libx11 1.8.12-1 -libxau 1.0.12-1 -libxaw 1.0.16-1 -libxcb 1.17.0-1 -libxcomposite 0.4.6-2 -libxcrypt 4.5.2-1 -libxcrypt-compat 4.5.2-1 -libxcursor 1.2.3-1 -libxcvt 0.1.3-1 -libxdamage 1.1.6-2 -libxdmcp 1.1.5-1 -libxdp 1.5.7-1 -libxext 1.3.6-1 -libxfixes 6.0.2-1 -libxfont2 2.0.7-1 -libxft 2.3.9-1 -libxi 1.8.2-1 -libxinerama 1.1.5-2 -libxkbcommon 1.13.0-1 -libxkbcommon-x11 1.13.0-1 -libxkbfile 1.1.3-1 -libxml2 2.15.1-3 -libxmlb 0.3.24-1 -libxmu 1.2.1-1 -libxpm 3.5.17-2 -libxpresent 1.0.2-1 -libxrandr 1.5.4-1 -libxrender 0.9.12-1 -libxres 1.2.3-1 -libxshmfence 1.3.3-1 -libxslt 1.1.43-2 -libxss 1.2.5-1 -libxt 1.3.1-1 -libxtst 1.2.5-1 -libxv 1.0.13-1 -libxvmc 1.0.14-1 -libxxf86vm 1.1.6-1 -libyaml 0.2.5-3 -libyuv r2426+464c51a03-1 -libzip 1.11.4-1 -libzmf 0.0.2-19 -licenses 20240728-1 -lilv 0.24.26-1 -links 2.30-1 -linux 6.17.7.arch1-1 -linux-api-headers 6.16-2 -linux-firmware 20251021-1 -linux-firmware-amdgpu 20251021-1 -linux-firmware-atheros 20251021-1 -linux-firmware-broadcom 20251021-1 -linux-firmware-cirrus 20251021-1 -linux-firmware-intel 20251021-1 -linux-firmware-mediatek 20251021-1 -linux-firmware-nvidia 20251021-1 -linux-firmware-other 20251021-1 -linux-firmware-radeon 20251021-1 -linux-firmware-realtek 20251021-1 -linux-firmware-whence 20251021-1 -linux-headers 6.17.7.arch1-1 -lirc 1:0.10.2-5 -lla 0.5.0-1 -lld 21.1.5-1 -llhttp 9.2.1-2 -llvm 21.1.5-1 -llvm-libs 21.1.5-1 -lm_sensors 1:3.6.2-1 -lmdb 0.9.33-1 -lmms 1.2.2-26 -localsearch 3.10.1-2 -log4cplus 2.1.0-2 -lpsolve 5.5.2.11-3 -lrzip 0.651-3 -lsb-release 2.0.r55.a25a4fc-1 -lsd 1.2.0-1 -lsof 4.99.5-2 -lsscsi 0.32-2 -lua 5.4.8-2 -lua51-lpeg 1.1.0-4 -lua53 5.3.6-4 -luajit 2.1.1762795099-1 -lutris 0.5.19-6 -lv2 1.18.10-2 -lvm2 2.03.36-2 -ly 1.1.2-1 -lz4 1:1.10.0-2 -lzo 2.10-5 -lzop 1.04-4 -m4 1.4.20-1 -mailcap 2.1.54-2 -make 4.4.1-2 -man-db 2.13.1-1 -manifold 3.2.0-1 -marp-cli 4.2.3-1 -materialgram-bin 6.2.3.1-1 -materialx 1.39.4-2 -mbedtls 3.6.4-1 -md4c 0.5.2-1 -mdadm 4.4-2 -media-player-info 26-1 -mesa 1:25.2.7-1 -mesa-utils 9.0.0-7 -meson 1.9.1-2 -microsocks 1.0.4-1 -microsoft-gsl 4.2.0-1 -miniupnpc 2.3.3-1 -minizip 1:1.3.1-2 -minizip-ng 4.0.10-1 -mjpegtools 2.2.1-3 -mkinitcpio 40-2 -mkinitcpio-busybox 1.36.1-1 -mlt 7.34.1-1 -mobile-broadband-provider-info 20251101-1 -mpd 0.24.6-2 -mpdecimal 4.0.1-1 -mpfr 4.2.2-1 -mpg123 1.33.3-1 -mplayer 38542-6 -mpv 1:0.40.0-7 -msgpack-c 6.1.0-2 -mtdev 1.1.7-1 -mtools 1:4.0.49-1 -mujs 1.3.8-1 -multipath-tools 0.13.0-1 -musl 1.2.5-6 -mypaint-brushes1 1.3.1-2 -nanobind 2.9.2-1 -nasm 3.01-1 -nautilus 49.1-3 -ncurses 6.5-4 -ndctl 79-1 -neon 0.35.0-1 -neovide 0.15.2-2 -neovim 0.11.5-1 -nettle 3.10.2-1 -networkmanager 1.54.1-1 -nftables 1:1.1.5-1 -nicotine+ 3.3.10-1 -nilfs-utils 2.2.12-1 -ninja 1.13.1-2 -niri 25.08-2 -nlohmann-json 3.12.0-2 -node-gyp 12.0.0-1 -nodejs 25.2.0-1 -nodejs-nopt 7.2.1-1 -noto-fonts-cjk 20240730-1 -noto-fonts-emoji 1:2.051-1 -npm 11.6.2-1 -npth 1.8-1 -nspr 4.38.2-1 -nss 3.117-1 -ntfs-3g 2022.10.3-2 -numactl 2.0.19-1 -nvidia 580.105.08-1 -nvidia-utils 580.105.08-1 -nvm 0.40.3-1 -nwg-look 1.0.6-1 -obs-studio 32.0.1-2 -obsidian 1.10.3-1 -ocl-icd 2.3.4-1 -ocrmypdf 16.12.0-1 -ollama 0.12.10-1 -ollama-cuda 0.12.10-1 -onetbb 2022.3.0-1 -oniguruma 6.9.10-1 -open-webui 0.6.36-1 -openal 1.24.3-2 -openbsd-netcat 1.234_1-1 -opencl-nvidia 580.105.08-1 -opencolorio 2.5.0-1 -opencore-amr 0.1.6-2 -openexr 3.4.3-1 -openh264 2.6.0-1 -openimagedenoise 2.3.3-3 -openimageio 3.1.7.0-1 -openjpeg2 2.5.4-1 -openpgl 0.7.1-1 -openrazer-daemon 3.11.0-2 -openrazer-driver-dkms 3.11.0-2 -openshadinglanguage 1.14.7.0-5 -openssh 10.2p1-2 -openssl 3.6.0-1 -opensubdiv 3.6.1-2 -opentimelineio 0.18.1-1 -openvdb 12.1.1-2 -openxr 1.1.53-1 -opus 1.5.2-1 -orc 0.4.41-1 -osinfo-db 20250606-1 -overskride 0.6.3-1 -p11-kit 0.25.10-2 -pacman 7.0.0.r6.gc685ae6-6 -pacman-contrib 1.13.0-1 -pacman-mirrorlist 20251021-1 -pahole 1:1.30-2 -pam 1.7.1-1 -pambase 20250719-1 -pango 1:1.57.0-2 -pangomm 2.46.4-1 -pangomm-2.48 2.56.1-1 -parted 3.6-2 -paru 2.1.0-1 -paru-debug 2.1.0-1 -patch 2.8-1 -patchutils 0.4.2-3 -pavucontrol 1:6.2-1 -pciutils 3.14.0-1 -pcre 8.45-4 -pcre2 10.47-1 -pcsclite 2.4.0-3 -perl 5.42.0-1 -perl-clone 0.47-2 -perl-encode-locale 1.05-14 -perl-error 0.17030-2 -perl-file-listing 6.16-5 -perl-html-parser 3.83-2 -perl-html-tagset 3.24-3 -perl-http-cookiejar 0.014-4 -perl-http-cookies 6.11-3 -perl-http-daemon 6.16-5 -perl-http-date 6.06-4 -perl-http-message 7.01-1 -perl-http-negotiate 6.01-15 -perl-io-html 1.004-7 -perl-libintl-perl 1.35-2 -perl-libwww 6.81-1 -perl-locale-gettext 1.07-16 -perl-lwp-mediatypes 6.04-7 -perl-mailtools 2.22-2 -perl-net-http 6.24-1 -perl-timedate 2.33-8 -perl-try-tiny 0.32-3 -perl-uri 5.34-1 -perl-www-robotrules 6.02-15 -perl-xml-parser 2.47-3 -pidgin 2.14.14-4 -pinentry 1.3.2-2 -pipewire 1:1.4.9-1 -pipewire-alsa 1:1.4.9-1 -pipewire-audio 1:1.4.9-1 -pipewire-jack 1:1.4.9-1 -pipewire-pulse 1:1.4.9-1 -pipewire-session-manager 1:1.4.9-1 -pixman 0.46.4-1 -pkgconf 2.5.1-1 -playerctl 2.4.1-4 -pngquant 3.0.3-2 -pnpm 10.22.0-1 -polkit 126-2 -polkit-gnome 0.105-12 -polkit-qt6 0.200.0-1 -poppler 25.10.0-1 -poppler-data 0.4.12-2 -poppler-glib 25.10.0-1 -poppler-qt6 25.10.0-1 -popt 1.19-2 -portaudio 1:19.7.0-3 -postgresql 18.0-2 -postgresql-libs 18.0-2 -potrace 1.16-4 -pps-tools 1.0.3-2 -procps-ng 4.0.5-3 -protobuf 33.0-2 -protobuf-c 1.5.2-7 -psmisc 23.7-1 -ptex 2.4.3-1 -pugixml 1.15-2 -purpose 6.19.0-1 -pybind11 3.0.1-1 -pyside6 6.10.0-3 -pystring 1.1.4-2 -python 3.13.7-1 -python-aaf2 1.7.1-3 -python-appdirs 1.4.4-11 -python-argcomplete 3.6.2-1 -python-argparse-from-file 1.6-1 -python-attrs 25.4.0-1 -python-autocommand 2.2.2-7 -python-babel 2.17.0-1 -python-beautifulsoup4 4.14.2-1 -python-build 1.3.0-1 -python-cachecontrol 1:0.14.3-1 -python-cairo 1.29.0-1 -python-certifi 2025.11.12-1 -python-cffi 2.0.0-1 -python-chardet 5.2.0-6 -python-charset-normalizer 3.4.4-1 -python-click 8.2.1-1 -python-cryptography 46.0.3-1 -python-cssselect 1.3.0-1 -python-daemonize 2.5.0-8 -python-dbus 1.4.0-1 -python-deprecated 1.2.18-1 -python-deprecation 2.1.0-10 -python-distro 1.9.0-3 -python-docopt 0.6.2-14 -python-editables 0.5-5 -python-evdev 1.9.2-1 -python-filelock 3.20.0-1 -python-gevent 25.9.1-1 -python-gobject 3.54.5-1 -python-greenlet 3.2.4-1 -python-hatch-vcs 0.5.0-1 -python-hatchling 1.27.0-1 -python-httplib2 0.31.0-1 -python-i3ipc 2.2.1-8 -python-idna 3.11-1 -python-importlib_resources 6.5.2-1 -python-installer 0.7.0-10 -python-jaraco.collections 5.1.0-1 -python-jaraco.context 6.0.1-1 -python-jaraco.functools 4.1.0-1 -python-jaraco.text 4.0.0-2 -python-jinja 1:3.1.6-1 -python-lockfile 0.12.2-14 -python-lxml 6.0.2-1 -python-mako 1.3.10-1 -python-markdown 3.10.0-1 -python-markdown-it-py 4.0.0-1 -python-markupsafe 3.0.2-1 -python-mdurl 0.1.2-8 -python-moddb 0.14.0-1 -python-more-itertools 10.8.0-1 -python-msgpack 1.0.5-3 -python-numpy 2.3.4-1 -python-opengl 3.1.9-1 -python-openrazer 3.11.0-2 -python-packaging 25.0-1 -python-pathspec 0.12.1-3 -python-pdfminer 20250506-1 -python-pikepdf 10.0.2-1 -python-pillow 12.0.0-2 -python-pip 25.2-1 -python-pipx 1.8.0-1 -python-platformdirs 4.5.0-1 -python-pluggy 1.6.0-1 -python-pycparser 2.23-1 -python-pygments 2.19.2-1 -python-pyparsing 3.2.5-1 -python-pyproject-hooks 1.2.0-3 -python-pyserial 3.5-7 -python-pytz 2025.2-1 -python-pyudev 0.24.3-2 -python-pyyaml-env-tag 0.1-2 -python-reportlab 4.2.2-5 -python-requests 2.32.5-1 -python-rich 14.2.0-1 -python-setproctitle 1.3.7-1 -python-setuptools 1:80.9.0-2 -python-setuptools-scm 9.2.2-1 -python-six 1.17.0-1 -python-soupsieve 2.8-1 -python-tinycss2 1.4.0-2 -python-tqdm 4.67.1-2 -python-trove-classifiers 2025.9.11.17-1 -python-typing_extensions 4.15.0-1 -python-urllib3 2.5.0-2 -python-userpath 1.9.2-3 -python-watchdog 6.0.0-1 -python-webencodings 0.5.1-12 -python-wheel 0.45.1-1 -python-wrapt 1.17.3-1 -python-xlib 0.33-4 -python-yaml 6.0.3-1 -python-zipp 3.21.0-2 -python-zope-event 6.1-1 -python-zope-interface 8.0.1-1 -python-zstandard 0.25.0-1 -python310 3.10.19-1 -python312 3.12.12-1 -qbittorrent 5.1.3-1 -qca-qt6 2.3.10-4 -qemu-audio-alsa 10.1.2-2 -qemu-audio-dbus 10.1.2-2 -qemu-audio-jack 10.1.2-2 -qemu-audio-oss 10.1.2-2 -qemu-audio-pa 10.1.2-2 -qemu-audio-pipewire 10.1.2-2 -qemu-audio-sdl 10.1.2-2 -qemu-audio-spice 10.1.2-2 -qemu-base 10.1.2-2 -qemu-block-curl 10.1.2-2 -qemu-block-dmg 10.1.2-2 -qemu-block-gluster 10.1.2-2 -qemu-block-iscsi 10.1.2-2 -qemu-block-nfs 10.1.2-2 -qemu-block-ssh 10.1.2-2 -qemu-chardev-baum 10.1.2-2 -qemu-chardev-spice 10.1.2-2 -qemu-common 10.1.2-2 -qemu-desktop 10.1.2-2 -qemu-docs 10.1.2-2 -qemu-emulators-full 10.1.2-2 -qemu-full 10.1.2-2 -qemu-hw-display-qxl 10.1.2-2 -qemu-hw-display-virtio-gpu 10.1.2-2 -qemu-hw-display-virtio-gpu-gl 10.1.2-2 -qemu-hw-display-virtio-gpu-pci 10.1.2-2 -qemu-hw-display-virtio-gpu-pci-gl 10.1.2-2 -qemu-hw-display-virtio-gpu-pci-rutabaga 10.1.2-2 -qemu-hw-display-virtio-gpu-rutabaga 10.1.2-2 -qemu-hw-display-virtio-vga 10.1.2-2 -qemu-hw-display-virtio-vga-gl 10.1.2-2 -qemu-hw-display-virtio-vga-rutabaga 10.1.2-2 -qemu-hw-s390x-virtio-gpu-ccw 10.1.2-2 -qemu-hw-uefi-vars 10.1.2-2 -qemu-hw-usb-host 10.1.2-2 -qemu-hw-usb-redirect 10.1.2-2 -qemu-hw-usb-smartcard 10.1.2-2 -qemu-img 10.1.2-2 -qemu-pr-helper 10.1.2-2 -qemu-system-aarch64 10.1.2-2 -qemu-system-alpha 10.1.2-2 -qemu-system-alpha-firmware 10.1.2-2 -qemu-system-arm 10.1.2-2 -qemu-system-arm-firmware 10.1.2-2 -qemu-system-avr 10.1.2-2 -qemu-system-hppa 10.1.2-2 -qemu-system-hppa-firmware 10.1.2-2 -qemu-system-loongarch64 10.1.2-2 -qemu-system-m68k 10.1.2-2 -qemu-system-microblaze 10.1.2-2 -qemu-system-microblaze-firmware 10.1.2-2 -qemu-system-mips 10.1.2-2 -qemu-system-or1k 10.1.2-2 -qemu-system-ppc 10.1.2-2 -qemu-system-ppc-firmware 10.1.2-2 -qemu-system-riscv 10.1.2-2 -qemu-system-riscv-firmware 10.1.2-2 -qemu-system-rx 10.1.2-2 -qemu-system-s390x 10.1.2-2 -qemu-system-s390x-firmware 10.1.2-2 -qemu-system-sh4 10.1.2-2 -qemu-system-sparc 10.1.2-2 -qemu-system-sparc-firmware 10.1.2-2 -qemu-system-tricore 10.1.2-2 -qemu-system-x86 10.1.2-2 -qemu-system-x86-firmware 10.1.2-2 -qemu-system-xtensa 10.1.2-2 -qemu-tests 10.1.2-2 -qemu-tools 10.1.2-2 -qemu-ui-curses 10.1.2-2 -qemu-ui-dbus 10.1.2-2 -qemu-ui-egl-headless 10.1.2-2 -qemu-ui-gtk 10.1.2-2 -qemu-ui-opengl 10.1.2-2 -qemu-ui-sdl 10.1.2-2 -qemu-ui-spice-app 10.1.2-2 -qemu-ui-spice-core 10.1.2-2 -qemu-user 10.1.2-2 -qemu-vhost-user-gpu 10.1.2-2 -qemu-vmsr-helper 10.1.2-2 -qmltermwidget 0.2.0.git1-1 -qpdf 12.2.0-1 -qqc2-desktop-style 6.19.0-1 -qrcodegencpp-cmake 1.8.0-4 -qrencode 4.1.1-4 -qt5-3d 5.15.18-1 -qt5-base 5.15.18+kde+r109-2 -qt5-declarative 5.15.18+kde+r22-1 -qt5-graphicaleffects 5.15.18-1 -qt5-quickcontrols 5.15.18-1 -qt5-quickcontrols2 5.15.18+kde+r5-1 -qt5-svg 5.15.18+kde+r5-1 -qt5-translations 5.15.18-1 -qt5-wayland 5.15.18+kde+r55-1 -qt5-x11extras 5.15.18-1 -qt6-5compat 6.10.0-2 -qt6-base 6.10.0-3 -qt6-declarative 6.10.0-2 -qt6-imageformats 6.10.0-1 -qt6-multimedia 6.10.0-2 -qt6-multimedia-ffmpeg 6.10.0-2 -qt6-networkauth 6.10.0-1 -qt6-positioning 6.10.0-1 -qt6-shadertools 6.10.0-1 -qt6-speech 6.10.0-1 -qt6-svg 6.10.0-2 -qt6-tools 6.10.0-2 -qt6-translations 6.10.0-1 -qt6-wayland 6.10.0-1 -qt6-webchannel 6.10.0-1 -qt6-webengine 6.10.0-3 -quazip-qt5 1.5-1 -quazip-qt6 1.5-1 -quilt 0.69-1 -qwen-code 0.2.0p0-1 -ragel 6.10-4 -range-v3 0.12.0-2 -raptor 2.0.16-9 -rasqal 1:0.9.33-7 -rav1e 0.8.1-2 -rdma-core 60.0-2 -re2 1:20240702-7 -readline 8.3.001-1 -reaper 7.53-1 -recode 3.7.15-1 -redland 1:1.0.17-9 -rhash 1.4.6-1 -rnnoise 1:0.2-1 -rpcbind 1.2.8-1 -rsync 3.4.1-2 -rtkit 0.13-3 -rtmpdump 1:2.4.r105.6f6bb13-1 -rubberband 4.0.0-1 -runc 1.3.3-1 -rust 1:1.91.1-2 -rutabaga-ffi 0.1.71-2 -sakura 3.8.9-1 -sassc 3.6.2-5 -sbc 2.1-1 -scour 0.38.2-5 -scrcpy 3.3.3-4 -sdl12-compat 1.2.68-2 -sdl2-compat 2.32.58-1 -sdl2_image 2.8.8-1 -sdl2_ttf 2.24.0-2 -sdl3 3.2.26-1 -seabios 1.17.0-2 -seatd 0.9.1-1 -sed 4.9-3 -semver 7.7.3-1 -serd 0.32.6-1 -shaderc 2025.4-2 -shadow 4.18.0-1 -shared-mime-info 2.4-2 -shiboken6 6.10.0-3 -showtime 49.0-1 -signon-kwallet-extension 25.08.3-1 -signon-plugin-oauth2 0.25-3 -signon-ui 0.17+20231016-3 -signond 8.61-3 -sillytavern-git 1.13.5.r51.gc04be57-1 -simde 0.8.2-1 -simdjson 1:4.2.1-1 -sing-box 1.12.12-1 -sioyek 2.0.0-7 -slang 2.3.3-4 -sleuthkit 4.14.0-1 -smbclient 2:4.23.3-2 -snappy 1.2.2-2 -sndio 1.10.0-1 -snekstudio-bin 0.1.5-1 -solid 6.19.0-1 -sonnet 6.19.0-1 -sord 0.16.20-1 -sound-theme-freedesktop 0.8-6 -soundtouch 2.4.0-1 -source-highlight 3.1.9-16 -spandsp 0.0.6-6 -spdlog 1.16.0-1 -speex 1.2.1-2 -speexdsp 1.2.1-2 -spice 0.16.0-2 -spice-protocol 0.14.5-1 -spirv-tools 1:1.4.328.1-1 -sqlite 3.51.0-1 -squashfs-tools 4.7.4-1 -squid 7.3-1 -sratom 0.6.20-1 -srt 1.5.4-1 -startup-notification 0.12-9 -startwine 411-1 -steam 1.0.0.85-1 -stk 5.0.1-3 -strace 6.17-1 -sudo 1.9.17.p2-1 -suitesparse 7.12.1-1 -supermin 5.3.5-1 -superseedr 0.9.13a-1 -svt-av1 3.1.2-1 -svt-hevc 1.5.1-3 -swaybg 1.2.1-1 -swww 0.11.2-1 -syndication 6.19.0-1 -sysfsutils 2.1.1-2 -syslinux 6.04.pre3.r3.g05ac953c-4 -systemctl-tui 0.4.0-1 -systemd 258.2-2 -systemd-libs 258.2-2 -systemd-sysvcompat 258.2-2 -taglib 2.1.1-1 -talloc 2.4.3-1 -tar 1.35-2 -tcl 8.6.16-1 -tdb 1.4.14-1 -telegram-desktop-bin 6.2.4-1 -termusic 0.12.0-1 -tesseract 5.5.1-2 -tesseract-data-eng 2:4.1.0-4 -tesseract-data-osd 2:4.1.0-4 -tesseract-data-rus 2:4.1.0-4 -tevent 1:0.17.1-1 -texinfo 7.2-1 -thin-provisioning-tools 1.3.0-1 -throne 1.0.7-1 -timr 1.6.1-1 -tinysparql 3.10.1-2 -tk 8.6.16-1 -tl-expected 1.3.1-1 -tomlplusplus 3.4.0-1 -totem-pl-parser 3.26.6+r30+g51b8439-2 -tpm2-tss 4.1.3-1 -tree-sitter 0.25.10-1 -tree-sitter-c 0.24.1-1 -tree-sitter-lua 0.4.0-1 -tree-sitter-markdown 0.5.1-1 -tree-sitter-query 0.7.0-1 -tree-sitter-vim 0.7.0-1 -tree-sitter-vimdoc 4.0.0-1 -tslib 1.24-1 -ttf-dejavu 2.37+18+g9b5d1b2f-7 -ttf-iosevka-nerd 3.4.0-1 -ttf-iosevkaterm-nerd 3.4.0-1 -ttf-liberation 2.1.5-2 -ttf-nerd-fonts-symbols 3.4.0-1 -ttf-nerd-fonts-symbols-common 3.4.0-1 -ttf-quicksand-variable 3.003-2 -tuios-bin 0.3.4-1 -twolame 0.4.0-4 -typst 1:0.14.0-2 -tzdata 2025b-1 -uchardet 0.0.8-3 -udisks2 2.10.2-1 -ueberzug 18.3.1-4 -ufw 0.36.2-5 -unibilium 2.1.2-1 -unpaper 7.0.0-5 -unzip 6.0-23 -upower 1.90.10-1 -usbredir 0.15.0-1 -usbutils 019-1 -usd 25.11-1 -uthash 2.3.0-2 -util-linux 2.41.2-1 -util-linux-libs 2.41.2-1 -uv 0.9.9-1 -uwsgi 2.0.31-1 -uwsgi-plugin-python 2.0.31-1 -v4l-utils 1.32.0-1 -v4l2loopback-dkms 0.15.2-1 -v4l2loopback-utils 0.15.2-1 -vapoursynth 72-1 -vde2 2.3.3-8 -ventoy 1.1.07-1 -vesktop-bin 1.6.1-1 -vi 1:070224-6 -vid.stab 1.1.1-2 -vim 9.1.1908-1 -vim-runtime 9.1.1908-1 -virglrenderer 1.2.0-1 -virtiofsd 1.13.2-1 -vmaf 3.0.0-1 -volume_key 0.3.12-11 -vte-common 0.82.1-2 -vte3 0.82.1-2 -vulkan-headers 1:1.4.328.1-1 -vulkan-icd-loader 1.4.328.1-1 -vulkan-tools 1.4.328.1-1 -wasi-compiler-rt 21.1.5-1 -wasi-libc 1:0+465+d181bdd4-1 -wasi-libc++ 21.1.5-1 -wasi-libc++abi 21.1.5-1 -wavpack 5.8.1-1 -waybar 0.14.0-4 -wayland 1.24.0-1 -wayland-protocols 1.45-1 -webkit2gtk 2.50.1-2 -webkit2gtk-4.1 2.50.1-2 -webp-pixbuf-loader 0.2.7-1 -webrtc-audio-processing-1 1.3-5 -weechat 4.7.1-1 -which 2.23-1 -wildmidi 0.4.6-1 -wine-staging 10.18-1 -winetricks 20250102-1 -wireplumber 0.5.12-1 -wireshark-cli 4.6.0-1 -wl-clipboard 1:2.2.1-3 -woff2 1.0.2-6 -wolfssl 5.8.2-1 -wpa_supplicant 2:2.11-3 -x264 3:0.165.r3222.b35605a-2 -x265 4.1-1 -xa 2.4.1-2 -xautomation 1.09-6 -xcb-proto 1.17.0-3 -xcb-util 0.4.1-2 -xcb-util-cursor 0.1.6-1 -xcb-util-image 0.4.1-3 -xcb-util-keysyms 0.4.1-5 -xcb-util-renderutil 0.3.10-2 -xcb-util-wm 0.4.2-2 -xcb-util-xrm 1.3-4 -xcur2png 0.7.1-8 -xdg-dbus-proxy 0.1.6-1 -xdg-desktop-portal 1.20.3-2 -xdg-desktop-portal-gnome 49.0-1 -xdg-desktop-portal-gtk 1.15.3-1 -xdg-user-dirs 0.19-2 -xdg-user-dirs-gtk 0.14-1 -xdg-utils 1.2.1-1 -xf86-input-libinput 1.5.0-1 -xf86-video-vesa 2.6.0-2 -xfsprogs 6.17.0-2 -xkeyboard-config 2.46-1 -xmlsec 1.3.8-1 -xorg-bdftopcf 1.1.2-1 -xorg-docs 1.7.3-2 -xorg-font-util 1.4.1-2 -xorg-fonts-100dpi 1.0.4-3 -xorg-fonts-75dpi 1.0.4-2 -xorg-fonts-alias-100dpi 1.0.5-1 -xorg-fonts-alias-75dpi 1.0.5-1 -xorg-fonts-encodings 1.1.0-1 -xorg-iceauth 1.0.10-1 -xorg-mkfontscale 1.2.3-1 -xorg-server 21.1.20-1 -xorg-server-common 21.1.20-1 -xorg-server-devel 21.1.20-1 -xorg-server-xephyr 21.1.20-1 -xorg-server-xnest 21.1.20-1 -xorg-server-xvfb 21.1.20-1 -xorg-sessreg 1.1.4-1 -xorg-setxkbmap 1.3.4-2 -xorg-smproxy 1.0.8-1 -xorg-util-macros 1.20.2-1 -xorg-x11perf 1.7.0-1 -xorg-xauth 1.1.4-1 -xorg-xbacklight 1.2.4-1 -xorg-xcmsdb 1.0.7-1 -xorg-xcursorgen 1.0.9-1 -xorg-xdpyinfo 1.4.0-1 -xorg-xdriinfo 1.0.8-1 -xorg-xev 1.2.6-1 -xorg-xgamma 1.0.8-1 -xorg-xhost 1.0.10-1 -xorg-xinput 1.6.4-2 -xorg-xkbcomp 1.4.7-1 -xorg-xkbevd 1.1.6-1 -xorg-xkbutils 1.0.6-1 -xorg-xkill 1.0.6-2 -xorg-xlsatoms 1.1.4-2 -xorg-xlsclients 1.1.5-2 -xorg-xmodmap 1.0.11-2 -xorg-xpr 1.2.0-1 -xorg-xprop 1.2.8-1 -xorg-xrandr 1.5.3-1 -xorg-xrdb 1.2.2-2 -xorg-xrefresh 1.1.0-1 -xorg-xset 1.2.5-2 -xorg-xsetroot 1.1.3-2 -xorg-xvinfo 1.1.5-2 -xorg-xwayland 24.1.9-1 -xorg-xwd 1.0.9-2 -xorg-xwininfo 1.1.6-2 -xorg-xwud 1.0.7-1 -xorgproto 2024.1-2 -xvidcore 1.3.7-3 -xwayland-satellite 0.7-1 -xxhash 0.8.3-1 -xz 5.8.1-1 -yad 14.1-2 -yajl 2.1.0-6 -yaml-cpp 0.8.0-2 -yara 4.5.4-1 -yarn 1.22.22-2 -yasm 1.3.0-8 -yazi 25.5.31-2 -yggdrasil 0.5.12-2 -yt-dlp 2025.11.12-2 -yyjson 0.12.0-1 -zathura 0.5.14-1 -zathura-djvu 0.2.11-1 -zathura-pdf-mupdf 0.4.6-2 -zbar 0.23.93-4 -zen-browser-bin 1.17.6b-1 -zenity 4.2.1-1 -zeromq 4.3.5-2 -zimg 3.0.5-1 -zip 3.0-11 -zix 0.6.2-1 -zlib 1:1.3.1-2 -zlib-ng 2.2.5-1 -zsh 5.9-5 -zstd 1.5.7-2 -zvbi 0.2.44-1 -zxing-cpp 2.3.0-5 -zziplib 0.13.80-1 -7zip 25.01-1 -a52dec 0.8.0-2 -aalib 1.4rc5-19 -abseil-cpp 20250814.1-1 -accounts-qml-module 0.7-6 -acl 2.3.2-1 -acpica 20250404-1 -ada 3.3.0-1 -adwaita-cursors 49.0-1 -adwaita-fonts 49.0-2 -adwaita-icon-theme 49.0-1 -adwaita-icon-theme-legacy 46.2-3 -alembic 1.8.9-1 -alsa-card-profiles 1:1.4.9-1 -alsa-lib 1.2.14-2 -alsa-plugins 1:1.2.12-5 -alsa-topology-conf 1.2.5.1-4 -alsa-ucm-conf 1.2.14-2 -android-sdk-platform-tools 36.0.0-1 -android-studio 2025.2.1.7-1 -android-tools 35.0.2-22 -android-udev 20250525-1 -anytype-bin 0.50.5-1 -aom 3.13.1-1 -appstream 1.1.1-1 -appstream-glib 0.8.3-2 -archlinux-keyring 20251027-3 -argon2 20190702-6 -aribb24 1.0.3-4 -at-spi2-core 2.58.1-1 -atkmm 2.28.4-1 -attica 6.19.0-1 -attr 2.5.2-1 -audit 4.1.2-1 -augeas 1.14.1-4 -autoconf 2.72-1 -autoconf-archive 1:2024.10.16-3 -automake 1.18.1-1 -avahi 1:0.9rc2-1 -babl 0.1.116-1 -base 3-2 -base-devel 1-2 -bash 5.3.3-2 -bat 0.26.0-1 -bcg729 1.1.1-2 -binutils 2.45+r29+g2b2e51a31ec7-1 -bison 3.8.2-8 -blas 3.12.1-2 -blender 17:4.5.4-1 -blosc 1.21.6-2 -blueprint-compiler 0.18.0-1 -bluetui 0.7.2-1 -bluez 5.84-2 -bluez-libs 5.84-2 -bluez-utils 5.84-2 -boost 1.89.0-3 -boost-libs 1.89.0-3 -breeze-icons 6.19.0-1 -brightnessctl 0.5.1-3 -brltty 6.8-4 -brotli 1.1.0-3 -btop 1.4.5-1 -btrfs-progs 6.17.1-1 -bubblewrap 0.11.0-1 -bzip2 1.0.8-6 -c-ares 1.34.5-1 -ca-certificates 20240618-1 -ca-certificates-mozilla 3.117-1 -ca-certificates-utils 20240618-1 -cabextract 1.11-2 -cairo 1.18.4-1 -cairomm 1.14.5-1 -cairomm-1.16 1.18.0-2 -calcurse 4.8.2-1 -cantarell-fonts 1:0.303.1-2 -capstone 5.0.6-1 -cava 0.10.6-1 -cbindgen 0.29.2-1 -cblas 3.12.1-2 -cdparanoia 10.2-9 -cdrtools 3.02a09-6 -chromaprint 1.6.0-2 -chrpath 0.17-1 -cifs-utils 7.4-1 -cjson 1.7.19-1 -clang 21.1.5-1 -clipse 1.1.0-1 -clock-tui 0.6.1-1 -clucene 2.3.3.4-16 -cmake 4.1.2-1 -cmark 0.31.1-1 -cmus 2.12.0-4 -compiler-rt 21.1.5-1 -confuse 3.3-4 -containerd 2.2.0-1 -convertlit 1.8-13 -cool-retro-term 1.2.0-4 -coreutils 9.8-2 -cowsay 3.8.4-1 -cpio 2.15-3 -cppdap 1.58.0-2 -cryptsetup 2.8.1-1 -cuda 13.0.2-1 -curl 8.17.0-1 -cxxopts 3.3.1-1 -cython 3.2.0-2 -dav1d 1.5.2-1 -db5.3 5.3.28-5 -dbus 1.16.2-1 -dbus-broker 37-2 -dbus-broker-units 37-2 -dbus-glib 0.114-1 -dbus-units 37-2 -dconf 0.49.0-1 -debugedit 5.2-1 -default-cursors 3-1 -desktop-file-utils 0.28-1 -device-mapper 2.03.36-2 -dhcpcd 10.2.4-2 -dialog 1:1.3_20250116-1 -diffstat 1.68-1 -diffutils 3.12-2 -djvulibre 3.5.29-1 -dkms 3.3.0-1 -dmenu 5.4-1 -dnsmasq 2.91-1 -docker 1:28.5.2-1 -docker-compose 2.40.3-1 -dos2unix 7.5.3-1 -dosfstools 4.2-5 -double-conversion 3.3.1-1 -draco 1.5.7-1 -dtc 1.7.2-4 -duktape 2.7.0-7 -e2fsprogs 1.47.3-1 -eblanfetch 1.0.1-2 -ebook-tools 0.2.2-9 -edk2-aarch64 202508-1 -edk2-arm 202508-1 -edk2-ovmf 202508-1 -efibootmgr 18-3 -efivar 39-1 -egl-gbm 1.1.2.1-1 -egl-wayland 4:1.1.20-1 -egl-x11 1.0.3-1 -eglexternalplatform 1.2.1-1 -electron24-bin 24.8.8-4 -electron37 37.5.1-1 -electron38 38.6.0-2 -electron39-bin 39.1.2-1 -element-desktop 1.12.3-1 -element-web 1.12.3-1 -elyprismlauncher-bin 9.5-1 -embree 4.4.0-1 -enca 1.20-1 -enchant 2.8.12-2 -eog 47.0-3 -exempi 2.6.6-2 -exfatprogs 1.3.0-1 -exiv2 0.28.7-1 -expat 2.7.3-1 -eza 0.23.4-1 -f2fs-tools 1.16.0-3 -faac 1.31.1-1 -faad2 2.11.2-1 -fakeroot 1.37.1.2-1 -farstream 0.2.9-3 -fastfetch 2.55.0-1 -fcft 3.3.2-1 -fd 10.3.0-1 -ffmpeg 2:8.0-3 -ffmpeg4.4 4.4.6-3 -fftw 3.3.10-7 -file 5.46-5 -filesystem 2025.10.12-1 -findutils 4.10.0-3 -firefox 145.0-1 -firefox-tridactyl 1.24.4-1 -fish 4.2.0-1 -flac 1.5.0-1 -flex 2.6.4-5 -fluidsynth 2.5.1-1 -fmt 12.1.0-1 -fnott 1.8.0-1 -fontconfig 2:2.17.1-1 -freeglut 3.6.0-3 -freerdp 2:3.17.2-5 -freetype2 2.14.1-1 -frei0r-plugins 2.5.0-1 -fribidi 1.0.16-2 -fuse-common 3.17.4-1 -fuse2 2.9.9-5 -fuse3 3.17.4-1 -fuzzel 1.13.1-1 -fzf 0.66.1-1 -gawk 5.3.2-1 -gc 8.2.10-2 -gcc 15.2.1+r22+gc4e96a094636-1 -gcc-libs 15.2.1+r22+gc4e96a094636-1 -gcr-4 4.4.0.1-1 -gdb 16.3-1 -gdb-common 16.3-1 -gdbm 1.26-1 -gdk-pixbuf2 2.44.4-1 -gegl 0.4.64-1 -gendesk 1.0.10-1 -gettext 0.26-1 -gexiv2 0.16.0-1 -gfxstream 0.1.2-2 -ghostscript 10.06.0-1 -giflib 5.2.2-2 -gimp 3.0.6-2 -girara 0.4.5-1 -git 2.51.2-2 -glew 2.2.0-7 -glfw 1:3.4-1 -glib-networking 1:2.80.1-1 -glib2 2.86.1-1 -glib2-devel 2.86.1-1 -glibc 2.42+r17+gd7274d718e6f-1 -glibmm 2.66.8-1 -glibmm-2.68 2.86.0-1 -glm 1.0.2-1 -glslang 1:1.4.328.1-1 -glu 9.0.3-2 -glusterfs 1:11.1-5 -glycin 2.0.7-1 -gmp 6.3.0-2 -gn 0.2238.a84e399f-1 -gnome-autoar 0.4.5-1 -gnome-desktop 1:44.4-1 -gnome-desktop-4 1:44.4-1 -gnome-desktop-common 1:44.4-1 -gnome-themes-extra 1:3.28-1 -gnome-tweaks 49.0-1 -gnu-free-fonts 20120503-8 -gnulib-l10n 20241231-1 -gnupg 2.4.8-3 -gnutls 3.8.10-1 -go 2:1.25.4-1 -gobject-introspection 1.86.0-1 -gobject-introspection-runtime 1.86.0-1 -godotpcktool-bin 2.2-1 -google-chrome 142.0.7444.162-1 -gperf 3.3-1 -gperftools 2.17.2-1 -gpgme 2.0.1-1 -gpgmepp 2.0.0-2 -gpm 1.20.7.r38.ge82d1a6-6 -gpsd 3.26.1-2 -gptfdisk 1.0.10-1 -graphene 1.10.8-2 -graphicsmagick 1.3.45-5 -graphite 1:1.3.14-5 -grep 3.12-2 -groff 1.23.0-7 -grub 2:2.14rc1-2 -gsettings-desktop-schemas 49.1-1 -gsettings-system-schemas 49.1-1 -gsl 2.8-1 -gsm 1.0.22-2 -gspell 1.14.1-2 -gssdp 1.6.4-1 -gst-libav 1.26.8-1 -gst-plugin-gtk4 0.14.3-2 -gst-plugins-bad 1.26.8-1 -gst-plugins-bad-libs 1.26.8-1 -gst-plugins-base 1.26.8-1 -gst-plugins-base-libs 1.26.8-1 -gst-plugins-good 1.26.8-1 -gst-plugins-ugly 1.26.8-1 -gstreamer 1.26.8-1 -gtest 1.17.0-1 -gtk-layer-shell 0.10.0-1 -gtk-session-lock 0.2.0-2 -gtk-theme-bubble-darker-git r210.23b32b6-1 -gtk-theme-elementary 8.2.1-1 -gtk-theme-material-black 2.9.9_04-1 -gtk-update-icon-cache 1:4.20.2-3 -gtk2 2.24.33-5 -gtk3 1:3.24.51-1 -gtk4 1:4.20.2-3 -gtklock 4.0.0-1 -gtkmm-4.0 4.20.0-1 -gtkmm3 3.24.10-1 -gtksourceview3 1:3.24.11+r30+gd880929f-1 -gtksourceview4 4.8.4-2 -gtkspell 2.0.16-9 -guile 3.0.10-1 -gumbo-parser 0.13.2-1 -gupnp 1:1.6.9-1 -gupnp-dlna 0.12.0-4 -gupnp-igd 1.6.0-2 -gvfs 1.58.0-2 -gzip 1.14-2 -harfbuzz 12.2.0-2 -harfbuzz-icu 12.2.0-2 -hdf5 1.14.6-5 -helix 25.07.1-1 -help2man 1.49.3-2 -hicolor-icon-theme 0.18-1 -hidapi 0.15.0-1 -highway 1.3.0-1 -hivex 1.3.24-5 -http-parser 2.9.4-2 -hunspell 1.7.2-2 -hwdata 0.401-1 -hwloc 2.12.2-1 -hyphen 2.8.8-6 -hyprpicker 0.4.5-7 -hyprutils 0.10.2-1 -hyprwayland-scanner 0.4.5-1 -i2pd 2.58.0-2 -i3-wm 4.24-1 -i3blocks 1.5-4 -i3lock 2.15-3 -i3status 2.15-1 -iana-etc 20251030-1 -icu 78.1-1 -ijs 0.35-6 -imagemagick 7.1.2.8-1 -imake 1.0.10-2 -imath 3.2.2-2 -img2pdf 0.6.1-1 -imlib2 1.12.5-1 -imv 4.5.0-7 -iniparser 4.2.6-2 -inkscape 1.4.2-10 -intel-oneapi-common 2024.1.0-1 -intel-oneapi-compiler-dpcpp-cpp-runtime-libs 2025.0.4-1 -intel-oneapi-compiler-shared-runtime-libs 2025.0.4-2 -intel-oneapi-openmp 2025.0.4-1 -intel-oneapi-tbb 2021.12.0-2 -intel-oneapi-tcm 1.2.0-3 -intltool 0.51.0-6 -iproute2 6.17.0-1 -iptables 1:1.8.11-2 -iputils 20250605-1 -iso-codes 4.19.0-1 -jansson 2.14.1-1 -jasper 4.2.8-1 -java-environment-common 3-6 -java-runtime-common 3-6 -jbig2dec 0.20-1 -jbigkit 2.1-8 -jdk-openjdk 25.0.1.u8-1 -jdk17-openjdk 17.0.17.u10-1 -jemalloc 1:5.3.0-5 -jfsutils 1.1.15-9 -jq 1.8.1-1 -json-c 0.18-2 -json-glib 1.10.8-1 -jsoncpp 1.9.6-3 -kaccounts-integration 25.08.3-1 -kalidoface-bin 0.1.0-10 -karchive 6.19.0-1 -kauth 6.19.0-1 -kbd 2.9.0-1 -kbookmarks 6.19.0-1 -kcmutils 6.19.0-1 -kcodecs 6.19.0-1 -kcolorscheme 6.19.0-1 -kcompletion 6.19.0-1 -kcompletion5 5.116.0-2 -kconfig 6.19.0-1 -kconfig5 5.116.0-2 -kconfigwidgets 6.19.0-1 -kcoreaddons 6.19.0-1 -kcoreaddons5 5.116.0-2 -kcrash 6.19.0-1 -kcrash5 5.116.0-2 -kdbusaddons 6.19.0-1 -kdenlive 25.08.3-3 -kernel-headers-musl 4.19.88-3 -keyutils 1.6.3-3 -kfilemetadata 6.19.0-1 -kglobalaccel 6.19.0-1 -kguiaddons 6.19.0-1 -kguiaddons5 5.116.0-2 -ki18n 6.19.0-1 -ki18n5 5.116.0-2 -kiconthemes 6.19.0-1 -kio 6.19.0-2 -kirigami 6.19.0-1 -kitemviews 6.19.0-1 -kitemviews5 5.116.0-2 -kitty 0.44.0-1 -kitty-shell-integration 0.44.0-1 -kitty-terminfo 0.44.0-1 -kjobwidgets 6.19.0-1 -kmod 34.2-1 -knewstuff 6.19.0-1 -knotifications 6.19.0-1 -knotifyconfig 6.19.0-1 -kpackage 6.19.0-1 -krb5 1.21.3-2 -krita 5.2.13-3 -kservice 6.19.0-1 -ktextwidgets 6.19.0-1 -kwallet 6.19.0-1 -kwidgetsaddons 6.19.0-1 -kwidgetsaddons5 5.116.0-2 -kwindowsystem 6.19.0-1 -kwindowsystem5 5.116.0-2 -kxmlgui 6.19.0-1 -l-smash 2.14.5-4 -lame 3.100-6 -lapack 3.12.1-2 -lcms2 2.17-1 -ldb 2:4.23.3-2 -leancrypto 1.6.0-1 -lensfun 1:0.3.4-5 -leptonica 1.86.0-1 -less 1:685-1 -level-zero-loader 1.24.3-1 -lib2geom 1.4-2 -lib32-alsa-lib 1.2.14-2 -lib32-alsa-plugins 1.2.12-1 -lib32-audit 4.1.2-1 -lib32-brotli 1.1.0-1 -lib32-bzip2 1.0.8-4 -lib32-curl 8.17.0-1 -lib32-dbus 1.16.2-1 -lib32-e2fsprogs 1.47.3-1 -lib32-expat 2.7.3-1 -lib32-fontconfig 2:2.17.1-1 -lib32-freetype2 2.14.1-1 -lib32-gcc-libs 15.2.1+r22+gc4e96a094636-1 -lib32-glib2 2.86.1-1 -lib32-glibc 2.42+r17+gd7274d718e6f-1 -lib32-gmp 6.3.0-2 -lib32-gnutls 3.8.10-1 -lib32-icu 78.1-2 -lib32-json-c 0.18-2 -lib32-keyutils 1.6.3-2 -lib32-krb5 1.21.3-1 -lib32-libcap 2.77-1 -lib32-libdrm 2.4.128-1 -lib32-libelf 0.194-1 -lib32-libffi 3.5.2-1 -lib32-libgcrypt 1.11.2-1 -lib32-libglvnd 1.7.0-1 -lib32-libgpg-error 1.56-1 -lib32-libidn2 2.3.7-1 -lib32-libldap 2.6.10-1 -lib32-libnghttp2 1.68.0-1 -lib32-libnghttp3 1.12.0-1 -lib32-libnm 1.54.1-1 -lib32-libnsl 2.0.1-1 -lib32-libpciaccess 0.18.1-1 -lib32-libpipewire 1:1.4.9-1 -lib32-libpng 1.6.50-1 -lib32-libpsl 0.21.5-1 -lib32-libssh2 1.11.1-1 -lib32-libtasn1 4.20.0-1 -lib32-libtirpc 1.3.7-1 -lib32-libunistring 1.3-1 -lib32-libva 2.22.0-1 -lib32-libx11 1.8.12-2 -lib32-libxau 1.0.11-2 -lib32-libxcb 1.17.0-1 -lib32-libxcrypt 4.5.2-1 -lib32-libxcrypt-compat 4.5.2-1 -lib32-libxdmcp 1.1.5-1 -lib32-libxext 1.3.6-1 -lib32-libxfixes 6.0.1-2 -lib32-libxinerama 1.1.5-2 -lib32-libxml2 2.15.1-2 -lib32-libxshmfence 1.3.3-1 -lib32-libxss 1.2.4-2 -lib32-libxxf86vm 1.1.5-2 -lib32-llvm-libs 1:21.1.5-1 -lib32-lm_sensors 1:3.6.2-2 -lib32-mesa 1:25.2.7-1 -lib32-ncurses 6.5-2 -lib32-nettle 3.10.2-1 -lib32-nspr 4.38.2-1 -lib32-nss 3.117-1 -lib32-nvidia-utils 580.105.08-1 -lib32-openssl 1:3.6.0-1 -lib32-p11-kit 0.25.10-2 -lib32-pam 1.7.1-1 -lib32-pcre2 10.47-1 -lib32-pipewire 1:1.4.9-1 -lib32-spirv-tools 1:1.4.328.1-1 -lib32-sqlite 3.51.0-1 -lib32-systemd 258.2-1 -lib32-util-linux 2.41.2-1 -lib32-vulkan-icd-loader 1.4.328.1-1 -lib32-wayland 1.24.0-1 -lib32-xz 5.8.1-1 -lib32-zlib 1.3.1-2 -lib32-zstd 1.5.7-2 -libabw 0.1.3-5 -libaccounts-glib 1.27-3 -libaccounts-qt 1.17-1 -libadwaita 1:1.8.1-1 -libaec 1.1.4-2 -libaemu 0.1.2-5 -libaio 0.3.113-3 -libao 1.2.2-7 -libarchive 3.8.2-1 -libass 0.17.4-1 -libassuan 3.0.0-1 -libasyncns 1:0.8+r3+g68cd5af-3 -libatasmart 0.19-7 -libatomic_ops 7.8.2-1 -libavc1394 0.5.4-7 -libavif 1.3.0-3 -libavtp 0.2.0-3 -libb2 0.98.1-3 -libblockdev 3.4.0-1 -libblockdev-crypto 3.4.0-1 -libblockdev-fs 3.4.0-1 -libblockdev-loop 3.4.0-1 -libblockdev-mdraid 3.4.0-1 -libblockdev-nvme 3.4.0-1 -libblockdev-part 3.4.0-1 -libblockdev-swap 3.4.0-1 -libbluray 1.4.0-2 -libbpf 1.5.1-1 -libbs2b 3.1.0-9 -libbsd 0.12.2-2 -libbytesize 2.11-1 -libcaca 0.99.beta20-5 -libcacard 2.8.1-1 -libcanberra 1:0.30+r2+gc0620e4-6 -libcap 2.77-1 -libcap-ng 0.8.5-3 -libcbor 0.12.0-1 -libcdio 2.2.0-1 -libcdio-paranoia 10.2+2.0.2-1 -libcdr 0.1.8-3 -libcloudproviders 0.3.6-2 -libcmis 0.6.2-6 -libcolord 1.4.8-1 -libconfig 1.8.1-1 -libcue 2.3.0-1 -libcups 2:2.4.14-1 -libdaemon 0.14-6 -libdatachannel 0.23.2-2 -libdatrie 0.2.13-4 -libdbusmenu-glib 18.10.20180917-1 -libdbusmenu-gtk3 18.10.20180917-1 -libdc1394 2.2.7-1 -libdca 0.0.7-2 -libde265 1.0.16-2 -libdecor 0.2.4-1 -libdeflate 1.24-1 -libdiscid 0.6.5-2 -libdispatch 6.1-1 -libdisplay-info 0.3.0-1 -libdovi 3.3.2-1 -libdrm 2.4.128-1 -libdv 1.0.0-11 -libdvdnav 7.0.0-1 -libdvdread 7.0.1-1 -libe-book 0.1.3-19 -libebur128 1.2.6-2 -libedit 20250104_3.1-1 -libei 1.5.0-1 -libelf 0.194-1 -libepoxy 1.5.10-3 -libepubgen 0.1.1-5 -libetonyek 0.1.13-1 -libev 4.33-4 -libevdev 1.13.5-1 -libevent 2.1.12-4 -libewf 20140816-1 -libexif 0.6.25-1 -libexttextcat 3.4.7-1 -libfdk-aac 2.0.3-1 -libffi 3.5.2-1 -libfontenc 1.1.8-1 -libfreeaptx 0.2.2-1 -libfreehand 0.1.2-5 -libftdi 1.5-7 -libfyaml 0.9-1 -libgadu 1.12.2-14 -libgcrypt 1.11.2-1 -libgexiv2 0.14.6-1 -libgig 4.4.1-1 -libgirepository 1.86.0-1 -libgit2 1:1.9.1-1 -libglvnd 1.7.0-3 -libgme 0.6.4-1 -libgpg-error 1.56-1 -libgsf 1.14.53-2 -libgudev 238-3 -libguestfs 1.56.2-2 -libgxps 0.3.2-5 -libhandy 1.8.3-2 -libharu 2.4.5-1 -libheif 1.20.2-3 -libice 1.1.2-1 -libid3tag 0.16.3-2 -libidn 1.43-1 -libidn2 2.3.7-1 -libiec61883 1.2.0-9 -libimagequant 4.4.0-1 -libimobiledevice 1.4.0-1 -libimobiledevice-glue 1.3.2-1 -libinih 61-1 -libinput 1.29.2-1 -libinstpatch 1.1.7-2 -libiptcdata 1.0.5-4 -libiscsi 1.20.0-2 -libisl 0.27-1 -libixion 0.20.0-3 -libjpeg-turbo 3.1.2-1 -libjuice 1.6.2-1 -libjxl 0.11.1-5 -libkdcraw5 25.08.3-1 -libksba 1.6.7-2 -liblangtag 0.6.8-1 -liblc3 1.1.3-1 -libldac 2.0.2.3-2 -libldap 2.6.10-2 -libldm 0.2.5-3 -liblouis 3.35.0-1 -liblqr 0.4.3-1 -liblrdf 0.6.1-5 -libltc 1.3.2-2 -libluv 1.51.0-1 -libmad 0.15.1b-10 -libmanette 0.2.13-1 -libmaxminddb 1.12.2-2 -libmd 1.1.0-2 -libmfx 23.2.2-5 -libmicrodns 0.2.0-2 -libmikmod 3.3.13-1 -libmm-glib 1.24.2-1 -libmms 0.6.4-5 -libmng 2.0.3-4 -libmnl 1.0.5-2 -libmodplug 0.8.9.0-6 -libmpc 1.3.1-2 -libmpcdec 1:0.1+r475-6 -libmpdclient 2.23-1 -libmpeg2 0.5.1-11 -libmspub 0.1.4-18 -libmtp 1.1.22-1 -libmupdf 1.26.11-1 -libmwaw 0.3.22-3 -libmypaint 1.6.1-2 -libmysofa 1.3.3-1 -libnautilus-extension 49.1-3 -libnbd 1.22.5-2 -libndp 1.9-1 -libnet 2:1.3-1 -libnetfilter_conntrack 1.0.9-2 -libnewt 0.52.25-1 -libnfnetlink 1.0.2-2 -libnfs 6.0.2-5 -libnftnl 1.3.0-1 -libnghttp2 1.68.0-1 -libnghttp3 1.12.0-1 -libngtcp2 1.17.0-1 -libnice 0.1.22-2 -libnl 3.11.0-1 -libnm 1.54.1-1 -libnotify 0.8.7-1 -libnsl 2.0.1-1 -libnumbertext 1.0.11-2 -libnvme 1.16.1-1 -libodfgen 0.1.8-5 -libogg 1.3.6-1 -libopenmpt 0.8.3-1 -liborcus 0.21.0-2 -libosinfo 1.12.0-2 -libp11-kit 0.25.10-2 -libpagemaker 0.0.4-4 -libpaper 2.2.6-1 -libpcap 1.10.5-3 -libpciaccess 0.18.1-2 -libpeas 1.36.0-7 -libpgm 5.3.128-3 -libpipeline 1.5.8-1 -libpipewire 1:1.4.9-1 -libplacebo 7.351.0-3 -libplist 2.7.0-1 -libpng 1.6.50-1 -libportal 0.9.1-2 -libportal-gtk4 0.9.1-2 -libproxy 0.5.11-1 -libpsl 0.21.5-2 -libpulse 17.0+r93+gbe2efb69b-1 -libpurple 2.14.14-4 -libqxp 0.0.2-14 -libraqm 0.10.3-1 -libraw 0.21.4-1 -libraw1394 2.1.2-4 -libreoffice-fresh 25.8.2-5 -libreoffice-fresh-ru 25.8.2-1 -librevenge 0.0.5-3 -librewolf-bin 1:144.0.2_1-1 -librsvg 2:2.61.3-1 -librsync 1:2.3.4-2 -libsamplerate 0.2.2-3 -libsasl 2.1.28-5 -libsass 3.6.6-1 -libseccomp 2.5.6-1 -libsecret 0.21.7-1 -libshout 1:2.4.6-5 -libsidplayfp 2.15.2-1 -libsigc++ 2.12.1-1 -libsigc++-3.0 3.6.0-1 -libsixel 1.10.5-1 -libslirp 4.9.1-1 -libsm 1.2.6-1 -libsndfile 1.2.2-4 -libsodium 1.0.20-1 -libsoup 2.74.3-4 -libsoup3 3.6.5-1 -libsoxr 0.1.3-4 -libspeechd 0.12.1-2 -libspiro 1:20240903-1 -libspnav 1.2-1 -libsrtp 1:2.7.0-1 -libssh 0.11.3-1 -libssh2 1.11.1-1 -libstaroffice 0.0.7-4 -libstemmer 3.0.1-1 -libsynctex 2025.2-3 -libsysprof-capture 49.0-1 -libtasn1 4.20.0-1 -libtatsu 1.0.5-1 -libteam 1.32-2 -libtg_owt 0.git31.5c5c712-1 -libthai 0.1.29-3 -libtheora 1.2.0-1 -libtiff 4.7.1-1 -libtirpc 1.3.7-1 -libtommath 1.3.0-1 -libtool 2.6.0-1 -libtorrent-rasterbar 1:2.0.11-5 -libtraceevent 1:1.8.4-1 -libtracefs 1.8.2-2 -libunibreak 6.1-1 -libunistring 1.3-1 -libunwind 1.8.2-1 -libupnp 1.14.25-1 -liburcu 0.15.4-1 -liburing 2.12-1 -libusb 1.0.29-1 -libusb-compat 0.1.8-2 -libusbmuxd 2.1.1-1 -libutf8proc 2.10.0-2 -libuv 1.51.0-1 -libva 2.22.0-1 -libvdpau 1.5-3 -libverto 0.3.2-5 -libvirt 1:11.9.0-1 -libvisio 0.1.10-2 -libvorbis 1.3.7-4 -libvpl 2.15.0-1 -libvpx 1.15.2-2 -libvterm 0.3.3-2 -libwacom 2.16.1-1 -libwbclient 2:4.23.3-2 -libwebp 1.6.0-2 -libwireplumber 0.5.12-1 -libwmf 0.2.13-4 -libwpd 0.10.3-5 -libwpg 0.3.4-2 -libwps 0.4.14-3 -libx11 1.8.12-1 -libxau 1.0.12-1 -libxaw 1.0.16-1 -libxcb 1.17.0-1 -libxcomposite 0.4.6-2 -libxcrypt 4.5.2-1 -libxcrypt-compat 4.5.2-1 -libxcursor 1.2.3-1 -libxcvt 0.1.3-1 -libxdamage 1.1.6-2 -libxdmcp 1.1.5-1 -libxdp 1.5.7-1 -libxext 1.3.6-1 -libxfixes 6.0.2-1 -libxfont2 2.0.7-1 -libxft 2.3.9-1 -libxi 1.8.2-1 -libxinerama 1.1.5-2 -libxkbcommon 1.13.0-1 -libxkbcommon-x11 1.13.0-1 -libxkbfile 1.1.3-1 -libxml2 2.15.1-3 -libxmlb 0.3.24-1 -libxmu 1.2.1-1 -libxpm 3.5.17-2 -libxpresent 1.0.2-1 -libxrandr 1.5.4-1 -libxrender 0.9.12-1 -libxres 1.2.3-1 -libxshmfence 1.3.3-1 -libxslt 1.1.43-2 -libxss 1.2.5-1 -libxt 1.3.1-1 -libxtst 1.2.5-1 -libxv 1.0.13-1 -libxvmc 1.0.14-1 -libxxf86vm 1.1.6-1 -libyaml 0.2.5-3 -libyuv r2426+464c51a03-1 -libzip 1.11.4-1 -libzmf 0.0.2-19 -licenses 20240728-1 -lilv 0.24.26-1 -links 2.30-1 -linux 6.17.7.arch1-1 -linux-api-headers 6.16-2 -linux-firmware 20251021-1 -linux-firmware-amdgpu 20251021-1 -linux-firmware-atheros 20251021-1 -linux-firmware-broadcom 20251021-1 -linux-firmware-cirrus 20251021-1 -linux-firmware-intel 20251021-1 -linux-firmware-mediatek 20251021-1 -linux-firmware-nvidia 20251021-1 -linux-firmware-other 20251021-1 -linux-firmware-radeon 20251021-1 -linux-firmware-realtek 20251021-1 -linux-firmware-whence 20251021-1 -linux-headers 6.17.7.arch1-1 -lirc 1:0.10.2-5 -lla 0.5.0-1 -lld 21.1.5-1 -llhttp 9.2.1-2 -llvm 21.1.5-1 -llvm-libs 21.1.5-1 -lm_sensors 1:3.6.2-1 -lmdb 0.9.33-1 -lmms 1.2.2-26 -localsearch 3.10.1-2 -log4cplus 2.1.0-2 -lpsolve 5.5.2.11-3 -lrzip 0.651-3 -lsb-release 2.0.r55.a25a4fc-1 -lsd 1.2.0-1 -lsof 4.99.5-2 -lsscsi 0.32-2 -lua 5.4.8-2 -lua51-lpeg 1.1.0-4 -lua53 5.3.6-4 -luajit 2.1.1762795099-1 -lutris 0.5.19-6 -lv2 1.18.10-2 -lvm2 2.03.36-2 -ly 1.1.2-1 -lz4 1:1.10.0-2 -lzo 2.10-5 -lzop 1.04-4 -m4 1.4.20-1 -mailcap 2.1.54-2 -make 4.4.1-2 -man-db 2.13.1-1 -manifold 3.2.0-1 -marp-cli 4.2.3-1 -materialgram-bin 6.2.3.1-1 -materialx 1.39.4-2 -mbedtls 3.6.4-1 -md4c 0.5.2-1 -mdadm 4.4-2 -media-player-info 26-1 -mesa 1:25.2.7-1 -mesa-utils 9.0.0-7 -meson 1.9.1-2 -microsocks 1.0.4-1 -microsoft-gsl 4.2.0-1 -miniupnpc 2.3.3-1 -minizip 1:1.3.1-2 -minizip-ng 4.0.10-1 -mjpegtools 2.2.1-3 -mkinitcpio 40-2 -mkinitcpio-busybox 1.36.1-1 -mlt 7.34.1-1 -mobile-broadband-provider-info 20251101-1 -mpd 0.24.6-2 -mpdecimal 4.0.1-1 -mpfr 4.2.2-1 -mpg123 1.33.3-1 -mplayer 38542-6 -mpv 1:0.40.0-7 -msgpack-c 6.1.0-2 -mtdev 1.1.7-1 -mtools 1:4.0.49-1 -mujs 1.3.8-1 -multipath-tools 0.13.0-1 -musl 1.2.5-6 -mypaint-brushes1 1.3.1-2 -nanobind 2.9.2-1 -nasm 3.01-1 -nautilus 49.1-3 -ncurses 6.5-4 -ndctl 79-1 -neon 0.35.0-1 -neovide 0.15.2-2 -neovim 0.11.5-1 -nettle 3.10.2-1 -networkmanager 1.54.1-1 -nftables 1:1.1.5-1 -nicotine+ 3.3.10-1 -nilfs-utils 2.2.12-1 -ninja 1.13.1-2 -niri 25.08-2 -nlohmann-json 3.12.0-2 -node-gyp 12.0.0-1 -nodejs 25.2.0-1 -nodejs-nopt 7.2.1-1 -noto-fonts-cjk 20240730-1 -noto-fonts-emoji 1:2.051-1 -npm 11.6.2-1 -npth 1.8-1 -nspr 4.38.2-1 -nss 3.117-1 -ntfs-3g 2022.10.3-2 -numactl 2.0.19-1 -nvidia 580.105.08-1 -nvidia-utils 580.105.08-1 -nvm 0.40.3-1 -nwg-look 1.0.6-1 -obs-studio 32.0.1-2 -obsidian 1.10.3-1 -ocl-icd 2.3.4-1 -ocrmypdf 16.12.0-1 -ollama 0.12.10-1 -ollama-cuda 0.12.10-1 -onetbb 2022.3.0-1 -oniguruma 6.9.10-1 -open-webui 0.6.36-1 -openal 1.24.3-2 -openbsd-netcat 1.234_1-1 -opencl-nvidia 580.105.08-1 -opencolorio 2.5.0-1 -opencore-amr 0.1.6-2 -openexr 3.4.3-1 -openh264 2.6.0-1 -openimagedenoise 2.3.3-3 -openimageio 3.1.7.0-1 -openjpeg2 2.5.4-1 -openpgl 0.7.1-1 -openrazer-daemon 3.11.0-2 -openrazer-driver-dkms 3.11.0-2 -openshadinglanguage 1.14.7.0-5 -openssh 10.2p1-2 -openssl 3.6.0-1 -opensubdiv 3.6.1-2 -opentimelineio 0.18.1-1 -openvdb 12.1.1-2 -openxr 1.1.53-1 -opus 1.5.2-1 -orc 0.4.41-1 -osinfo-db 20250606-1 -overskride 0.6.3-1 -p11-kit 0.25.10-2 -pacman 7.0.0.r6.gc685ae6-6 -pacman-contrib 1.13.0-1 -pacman-mirrorlist 20251021-1 -pahole 1:1.30-2 -pam 1.7.1-1 -pambase 20250719-1 -pango 1:1.57.0-2 -pangomm 2.46.4-1 -pangomm-2.48 2.56.1-1 -parted 3.6-2 -paru 2.1.0-1 -paru-debug 2.1.0-1 -patch 2.8-1 -patchutils 0.4.2-3 -pavucontrol 1:6.2-1 -pciutils 3.14.0-1 -pcre 8.45-4 -pcre2 10.47-1 -pcsclite 2.4.0-3 -perl 5.42.0-1 -perl-clone 0.47-2 -perl-encode-locale 1.05-14 -perl-error 0.17030-2 -perl-file-listing 6.16-5 -perl-html-parser 3.83-2 -perl-html-tagset 3.24-3 -perl-http-cookiejar 0.014-4 -perl-http-cookies 6.11-3 -perl-http-daemon 6.16-5 -perl-http-date 6.06-4 -perl-http-message 7.01-1 -perl-http-negotiate 6.01-15 -perl-io-html 1.004-7 -perl-libintl-perl 1.35-2 -perl-libwww 6.81-1 -perl-locale-gettext 1.07-16 -perl-lwp-mediatypes 6.04-7 -perl-mailtools 2.22-2 -perl-net-http 6.24-1 -perl-timedate 2.33-8 -perl-try-tiny 0.32-3 -perl-uri 5.34-1 -perl-www-robotrules 6.02-15 -perl-xml-parser 2.47-3 -pidgin 2.14.14-4 -pinentry 1.3.2-2 -pipewire 1:1.4.9-1 -pipewire-alsa 1:1.4.9-1 -pipewire-audio 1:1.4.9-1 -pipewire-jack 1:1.4.9-1 -pipewire-pulse 1:1.4.9-1 -pipewire-session-manager 1:1.4.9-1 -pixman 0.46.4-1 -pkgconf 2.5.1-1 -playerctl 2.4.1-4 -pngquant 3.0.3-2 -pnpm 10.22.0-1 -polkit 126-2 -polkit-gnome 0.105-12 -polkit-qt6 0.200.0-1 -poppler 25.10.0-1 -poppler-data 0.4.12-2 -poppler-glib 25.10.0-1 -poppler-qt6 25.10.0-1 -popt 1.19-2 -portaudio 1:19.7.0-3 -postgresql 18.0-2 -postgresql-libs 18.0-2 -potrace 1.16-4 -pps-tools 1.0.3-2 -procps-ng 4.0.5-3 -protobuf 33.0-2 -protobuf-c 1.5.2-7 -psmisc 23.7-1 -ptex 2.4.3-1 -pugixml 1.15-2 -purpose 6.19.0-1 -pybind11 3.0.1-1 -pyside6 6.10.0-3 -pystring 1.1.4-2 -python 3.13.7-1 -python-aaf2 1.7.1-3 -python-appdirs 1.4.4-11 -python-argcomplete 3.6.2-1 -python-argparse-from-file 1.6-1 -python-attrs 25.4.0-1 -python-autocommand 2.2.2-7 -python-babel 2.17.0-1 -python-beautifulsoup4 4.14.2-1 -python-build 1.3.0-1 -python-cachecontrol 1:0.14.3-1 -python-cairo 1.29.0-1 -python-certifi 2025.11.12-1 -python-cffi 2.0.0-1 -python-chardet 5.2.0-6 -python-charset-normalizer 3.4.4-1 -python-click 8.2.1-1 -python-cryptography 46.0.3-1 -python-cssselect 1.3.0-1 -python-daemonize 2.5.0-8 -python-dbus 1.4.0-1 -python-deprecated 1.2.18-1 -python-deprecation 2.1.0-10 -python-distro 1.9.0-3 -python-docopt 0.6.2-14 -python-editables 0.5-5 -python-evdev 1.9.2-1 -python-filelock 3.20.0-1 -python-gevent 25.9.1-1 -python-gobject 3.54.5-1 -python-greenlet 3.2.4-1 -python-hatch-vcs 0.5.0-1 -python-hatchling 1.27.0-1 -python-httplib2 0.31.0-1 -python-i3ipc 2.2.1-8 -python-idna 3.11-1 -python-importlib_resources 6.5.2-1 -python-installer 0.7.0-10 -python-jaraco.collections 5.1.0-1 -python-jaraco.context 6.0.1-1 -python-jaraco.functools 4.1.0-1 -python-jaraco.text 4.0.0-2 -python-jinja 1:3.1.6-1 -python-lockfile 0.12.2-14 -python-lxml 6.0.2-1 -python-mako 1.3.10-1 -python-markdown 3.10.0-1 -python-markdown-it-py 4.0.0-1 -python-markupsafe 3.0.2-1 -python-mdurl 0.1.2-8 -python-moddb 0.14.0-1 -python-more-itertools 10.8.0-1 -python-msgpack 1.0.5-3 -python-numpy 2.3.4-1 -python-opengl 3.1.9-1 -python-openrazer 3.11.0-2 -python-packaging 25.0-1 -python-pathspec 0.12.1-3 -python-pdfminer 20250506-1 -python-pikepdf 10.0.2-1 -python-pillow 12.0.0-2 -python-pip 25.2-1 -python-pipx 1.8.0-1 -python-platformdirs 4.5.0-1 -python-pluggy 1.6.0-1 -python-pycparser 2.23-1 -python-pygments 2.19.2-1 -python-pyparsing 3.2.5-1 -python-pyproject-hooks 1.2.0-3 -python-pyserial 3.5-7 -python-pytz 2025.2-1 -python-pyudev 0.24.3-2 -python-pyyaml-env-tag 0.1-2 -python-reportlab 4.2.2-5 -python-requests 2.32.5-1 -python-rich 14.2.0-1 -python-setproctitle 1.3.7-1 -python-setuptools 1:80.9.0-2 -python-setuptools-scm 9.2.2-1 -python-six 1.17.0-1 -python-soupsieve 2.8-1 -python-tinycss2 1.4.0-2 -python-tqdm 4.67.1-2 -python-trove-classifiers 2025.9.11.17-1 -python-typing_extensions 4.15.0-1 -python-urllib3 2.5.0-2 -python-userpath 1.9.2-3 -python-watchdog 6.0.0-1 -python-webencodings 0.5.1-12 -python-wheel 0.45.1-1 -python-wrapt 1.17.3-1 -python-xlib 0.33-4 -python-yaml 6.0.3-1 -python-zipp 3.21.0-2 -python-zope-event 6.1-1 -python-zope-interface 8.0.1-1 -python-zstandard 0.25.0-1 -python310 3.10.19-1 -python312 3.12.12-1 -qbittorrent 5.1.3-1 -qca-qt6 2.3.10-4 -qemu-audio-alsa 10.1.2-2 -qemu-audio-dbus 10.1.2-2 -qemu-audio-jack 10.1.2-2 -qemu-audio-oss 10.1.2-2 -qemu-audio-pa 10.1.2-2 -qemu-audio-pipewire 10.1.2-2 -qemu-audio-sdl 10.1.2-2 -qemu-audio-spice 10.1.2-2 -qemu-base 10.1.2-2 -qemu-block-curl 10.1.2-2 -qemu-block-dmg 10.1.2-2 -qemu-block-gluster 10.1.2-2 -qemu-block-iscsi 10.1.2-2 -qemu-block-nfs 10.1.2-2 -qemu-block-ssh 10.1.2-2 -qemu-chardev-baum 10.1.2-2 -qemu-chardev-spice 10.1.2-2 -qemu-common 10.1.2-2 -qemu-desktop 10.1.2-2 -qemu-docs 10.1.2-2 -qemu-emulators-full 10.1.2-2 -qemu-full 10.1.2-2 -qemu-hw-display-qxl 10.1.2-2 -qemu-hw-display-virtio-gpu 10.1.2-2 -qemu-hw-display-virtio-gpu-gl 10.1.2-2 -qemu-hw-display-virtio-gpu-pci 10.1.2-2 -qemu-hw-display-virtio-gpu-pci-gl 10.1.2-2 -qemu-hw-display-virtio-gpu-pci-rutabaga 10.1.2-2 -qemu-hw-display-virtio-gpu-rutabaga 10.1.2-2 -qemu-hw-display-virtio-vga 10.1.2-2 -qemu-hw-display-virtio-vga-gl 10.1.2-2 -qemu-hw-display-virtio-vga-rutabaga 10.1.2-2 -qemu-hw-s390x-virtio-gpu-ccw 10.1.2-2 -qemu-hw-uefi-vars 10.1.2-2 -qemu-hw-usb-host 10.1.2-2 -qemu-hw-usb-redirect 10.1.2-2 -qemu-hw-usb-smartcard 10.1.2-2 -qemu-img 10.1.2-2 -qemu-pr-helper 10.1.2-2 -qemu-system-aarch64 10.1.2-2 -qemu-system-alpha 10.1.2-2 -qemu-system-alpha-firmware 10.1.2-2 -qemu-system-arm 10.1.2-2 -qemu-system-arm-firmware 10.1.2-2 -qemu-system-avr 10.1.2-2 -qemu-system-hppa 10.1.2-2 -qemu-system-hppa-firmware 10.1.2-2 -qemu-system-loongarch64 10.1.2-2 -qemu-system-m68k 10.1.2-2 -qemu-system-microblaze 10.1.2-2 -qemu-system-microblaze-firmware 10.1.2-2 -qemu-system-mips 10.1.2-2 -qemu-system-or1k 10.1.2-2 -qemu-system-ppc 10.1.2-2 -qemu-system-ppc-firmware 10.1.2-2 -qemu-system-riscv 10.1.2-2 -qemu-system-riscv-firmware 10.1.2-2 -qemu-system-rx 10.1.2-2 -qemu-system-s390x 10.1.2-2 -qemu-system-s390x-firmware 10.1.2-2 -qemu-system-sh4 10.1.2-2 -qemu-system-sparc 10.1.2-2 -qemu-system-sparc-firmware 10.1.2-2 -qemu-system-tricore 10.1.2-2 -qemu-system-x86 10.1.2-2 -qemu-system-x86-firmware 10.1.2-2 -qemu-system-xtensa 10.1.2-2 -qemu-tests 10.1.2-2 -qemu-tools 10.1.2-2 -qemu-ui-curses 10.1.2-2 -qemu-ui-dbus 10.1.2-2 -qemu-ui-egl-headless 10.1.2-2 -qemu-ui-gtk 10.1.2-2 -qemu-ui-opengl 10.1.2-2 -qemu-ui-sdl 10.1.2-2 -qemu-ui-spice-app 10.1.2-2 -qemu-ui-spice-core 10.1.2-2 -qemu-user 10.1.2-2 -qemu-vhost-user-gpu 10.1.2-2 -qemu-vmsr-helper 10.1.2-2 -qmltermwidget 0.2.0.git1-1 -qpdf 12.2.0-1 -qqc2-desktop-style 6.19.0-1 -qrcodegencpp-cmake 1.8.0-4 -qrencode 4.1.1-4 -qt5-3d 5.15.18-1 -qt5-base 5.15.18+kde+r109-2 -qt5-declarative 5.15.18+kde+r22-1 -qt5-graphicaleffects 5.15.18-1 -qt5-quickcontrols 5.15.18-1 -qt5-quickcontrols2 5.15.18+kde+r5-1 -qt5-svg 5.15.18+kde+r5-1 -qt5-translations 5.15.18-1 -qt5-wayland 5.15.18+kde+r55-1 -qt5-x11extras 5.15.18-1 -qt6-5compat 6.10.0-2 -qt6-base 6.10.0-3 -qt6-declarative 6.10.0-2 -qt6-imageformats 6.10.0-1 -qt6-multimedia 6.10.0-2 -qt6-multimedia-ffmpeg 6.10.0-2 -qt6-networkauth 6.10.0-1 -qt6-positioning 6.10.0-1 -qt6-shadertools 6.10.0-1 -qt6-speech 6.10.0-1 -qt6-svg 6.10.0-2 -qt6-tools 6.10.0-2 -qt6-translations 6.10.0-1 -qt6-wayland 6.10.0-1 -qt6-webchannel 6.10.0-1 -qt6-webengine 6.10.0-3 -quazip-qt5 1.5-1 -quazip-qt6 1.5-1 -quilt 0.69-1 -qwen-code 0.2.0p0-1 -ragel 6.10-4 -range-v3 0.12.0-2 -raptor 2.0.16-9 -rasqal 1:0.9.33-7 -rav1e 0.8.1-2 -rdma-core 60.0-2 -re2 1:20240702-7 -readline 8.3.001-1 -reaper 7.53-1 -recode 3.7.15-1 -redland 1:1.0.17-9 -rhash 1.4.6-1 -rnnoise 1:0.2-1 -rpcbind 1.2.8-1 -rsync 3.4.1-2 -rtkit 0.13-3 -rtmpdump 1:2.4.r105.6f6bb13-1 -rubberband 4.0.0-1 -runc 1.3.3-1 -rust 1:1.91.1-2 -rutabaga-ffi 0.1.71-2 -sakura 3.8.9-1 -sassc 3.6.2-5 -sbc 2.1-1 -scour 0.38.2-5 -scrcpy 3.3.3-4 -sdl12-compat 1.2.68-2 -sdl2-compat 2.32.58-1 -sdl2_image 2.8.8-1 -sdl2_ttf 2.24.0-2 -sdl3 3.2.26-1 -seabios 1.17.0-2 -seatd 0.9.1-1 -sed 4.9-3 -semver 7.7.3-1 -serd 0.32.6-1 -shaderc 2025.4-2 -shadow 4.18.0-1 -shared-mime-info 2.4-2 -shiboken6 6.10.0-3 -showtime 49.0-1 -signon-kwallet-extension 25.08.3-1 -signon-plugin-oauth2 0.25-3 -signon-ui 0.17+20231016-3 -signond 8.61-3 -sillytavern-git 1.13.5.r51.gc04be57-1 -simde 0.8.2-1 -simdjson 1:4.2.1-1 -sing-box 1.12.12-1 -sioyek 2.0.0-7 -slang 2.3.3-4 -sleuthkit 4.14.0-1 -smbclient 2:4.23.3-2 -snappy 1.2.2-2 -sndio 1.10.0-1 -snekstudio-bin 0.1.5-1 -solid 6.19.0-1 -sonnet 6.19.0-1 -sord 0.16.20-1 -sound-theme-freedesktop 0.8-6 -soundtouch 2.4.0-1 -source-highlight 3.1.9-16 -spandsp 0.0.6-6 -spdlog 1.16.0-1 -speex 1.2.1-2 -speexdsp 1.2.1-2 -spice 0.16.0-2 -spice-protocol 0.14.5-1 -spirv-tools 1:1.4.328.1-1 -sqlite 3.51.0-1 -squashfs-tools 4.7.4-1 -squid 7.3-1 -sratom 0.6.20-1 -srt 1.5.4-1 -startup-notification 0.12-9 -startwine 411-1 -steam 1.0.0.85-1 -stk 5.0.1-3 -strace 6.17-1 -sudo 1.9.17.p2-1 -suitesparse 7.12.1-1 -supermin 5.3.5-1 -superseedr 0.9.13a-1 -svt-av1 3.1.2-1 -svt-hevc 1.5.1-3 -swaybg 1.2.1-1 -swww 0.11.2-1 -syndication 6.19.0-1 -sysfsutils 2.1.1-2 -syslinux 6.04.pre3.r3.g05ac953c-4 -systemctl-tui 0.4.0-1 -systemd 258.2-2 -systemd-libs 258.2-2 -systemd-sysvcompat 258.2-2 -taglib 2.1.1-1 -talloc 2.4.3-1 -tar 1.35-2 -tcl 8.6.16-1 -tdb 1.4.14-1 -telegram-desktop-bin 6.2.4-1 -termusic 0.12.0-1 -tesseract 5.5.1-2 -tesseract-data-eng 2:4.1.0-4 -tesseract-data-osd 2:4.1.0-4 -tesseract-data-rus 2:4.1.0-4 -tevent 1:0.17.1-1 -texinfo 7.2-1 -thin-provisioning-tools 1.3.0-1 -throne 1.0.7-1 -timr 1.6.1-1 -tinysparql 3.10.1-2 -tk 8.6.16-1 -tl-expected 1.3.1-1 -tomlplusplus 3.4.0-1 -totem-pl-parser 3.26.6+r30+g51b8439-2 -tpm2-tss 4.1.3-1 -tree-sitter 0.25.10-1 -tree-sitter-c 0.24.1-1 -tree-sitter-lua 0.4.0-1 -tree-sitter-markdown 0.5.1-1 -tree-sitter-query 0.7.0-1 -tree-sitter-vim 0.7.0-1 -tree-sitter-vimdoc 4.0.0-1 -tslib 1.24-1 -ttf-dejavu 2.37+18+g9b5d1b2f-7 -ttf-iosevka-nerd 3.4.0-1 -ttf-iosevkaterm-nerd 3.4.0-1 -ttf-liberation 2.1.5-2 -ttf-nerd-fonts-symbols 3.4.0-1 -ttf-nerd-fonts-symbols-common 3.4.0-1 -ttf-quicksand-variable 3.003-2 -tuios-bin 0.3.4-1 -twolame 0.4.0-4 -typst 1:0.14.0-2 -tzdata 2025b-1 -uchardet 0.0.8-3 -udisks2 2.10.2-1 -ueberzug 18.3.1-4 -ufw 0.36.2-5 -unibilium 2.1.2-1 -unpaper 7.0.0-5 -unzip 6.0-23 -upower 1.90.10-1 -usbredir 0.15.0-1 -usbutils 019-1 -usd 25.11-1 -uthash 2.3.0-2 -util-linux 2.41.2-1 -util-linux-libs 2.41.2-1 -uv 0.9.9-1 -uwsgi 2.0.31-1 -uwsgi-plugin-python 2.0.31-1 -v4l-utils 1.32.0-1 -v4l2loopback-dkms 0.15.2-1 -v4l2loopback-utils 0.15.2-1 -vapoursynth 72-1 -vde2 2.3.3-8 -ventoy 1.1.07-1 -vesktop-bin 1.6.1-1 -vi 1:070224-6 -vid.stab 1.1.1-2 -vim 9.1.1908-1 -vim-runtime 9.1.1908-1 -virglrenderer 1.2.0-1 -virtiofsd 1.13.2-1 -vmaf 3.0.0-1 -volume_key 0.3.12-11 -vte-common 0.82.1-2 -vte3 0.82.1-2 -vulkan-headers 1:1.4.328.1-1 -vulkan-icd-loader 1.4.328.1-1 -vulkan-tools 1.4.328.1-1 -wasi-compiler-rt 21.1.5-1 -wasi-libc 1:0+465+d181bdd4-1 -wasi-libc++ 21.1.5-1 -wasi-libc++abi 21.1.5-1 -wavpack 5.8.1-1 -waybar 0.14.0-4 -wayland 1.24.0-1 -wayland-protocols 1.45-1 -webkit2gtk 2.50.1-2 -webkit2gtk-4.1 2.50.1-2 -webp-pixbuf-loader 0.2.7-1 -webrtc-audio-processing-1 1.3-5 -weechat 4.7.1-1 -which 2.23-1 -wildmidi 0.4.6-1 -wine-staging 10.18-1 -winetricks 20250102-1 -wireplumber 0.5.12-1 -wireshark-cli 4.6.0-1 -wl-clipboard 1:2.2.1-3 -woff2 1.0.2-6 -wolfssl 5.8.2-1 -wpa_supplicant 2:2.11-3 -x264 3:0.165.r3222.b35605a-2 -x265 4.1-1 -xa 2.4.1-2 -xautomation 1.09-6 -xcb-proto 1.17.0-3 -xcb-util 0.4.1-2 -xcb-util-cursor 0.1.6-1 -xcb-util-image 0.4.1-3 -xcb-util-keysyms 0.4.1-5 -xcb-util-renderutil 0.3.10-2 -xcb-util-wm 0.4.2-2 -xcb-util-xrm 1.3-4 -xcur2png 0.7.1-8 -xdg-dbus-proxy 0.1.6-1 -xdg-desktop-portal 1.20.3-2 -xdg-desktop-portal-gnome 49.0-1 -xdg-desktop-portal-gtk 1.15.3-1 -xdg-user-dirs 0.19-2 -xdg-user-dirs-gtk 0.14-1 -xdg-utils 1.2.1-1 -xf86-input-libinput 1.5.0-1 -xf86-video-vesa 2.6.0-2 -xfsprogs 6.17.0-2 -xkeyboard-config 2.46-1 -xmlsec 1.3.8-1 -xorg-bdftopcf 1.1.2-1 -xorg-docs 1.7.3-2 -xorg-font-util 1.4.1-2 -xorg-fonts-100dpi 1.0.4-3 -xorg-fonts-75dpi 1.0.4-2 -xorg-fonts-alias-100dpi 1.0.5-1 -xorg-fonts-alias-75dpi 1.0.5-1 -xorg-fonts-encodings 1.1.0-1 -xorg-iceauth 1.0.10-1 -xorg-mkfontscale 1.2.3-1 -xorg-server 21.1.20-1 -xorg-server-common 21.1.20-1 -xorg-server-devel 21.1.20-1 -xorg-server-xephyr 21.1.20-1 -xorg-server-xnest 21.1.20-1 -xorg-server-xvfb 21.1.20-1 -xorg-sessreg 1.1.4-1 -xorg-setxkbmap 1.3.4-2 -xorg-smproxy 1.0.8-1 -xorg-util-macros 1.20.2-1 -xorg-x11perf 1.7.0-1 -xorg-xauth 1.1.4-1 -xorg-xbacklight 1.2.4-1 -xorg-xcmsdb 1.0.7-1 -xorg-xcursorgen 1.0.9-1 -xorg-xdpyinfo 1.4.0-1 -xorg-xdriinfo 1.0.8-1 -xorg-xev 1.2.6-1 -xorg-xgamma 1.0.8-1 -xorg-xhost 1.0.10-1 -xorg-xinput 1.6.4-2 -xorg-xkbcomp 1.4.7-1 -xorg-xkbevd 1.1.6-1 -xorg-xkbutils 1.0.6-1 -xorg-xkill 1.0.6-2 -xorg-xlsatoms 1.1.4-2 -xorg-xlsclients 1.1.5-2 -xorg-xmodmap 1.0.11-2 -xorg-xpr 1.2.0-1 -xorg-xprop 1.2.8-1 -xorg-xrandr 1.5.3-1 -xorg-xrdb 1.2.2-2 -xorg-xrefresh 1.1.0-1 -xorg-xset 1.2.5-2 -xorg-xsetroot 1.1.3-2 -xorg-xvinfo 1.1.5-2 -xorg-xwayland 24.1.9-1 -xorg-xwd 1.0.9-2 -xorg-xwininfo 1.1.6-2 -xorg-xwud 1.0.7-1 -xorgproto 2024.1-2 -xvidcore 1.3.7-3 -xwayland-satellite 0.7-1 -xxhash 0.8.3-1 -xz 5.8.1-1 -yad 14.1-2 -yajl 2.1.0-6 -yaml-cpp 0.8.0-2 -yara 4.5.4-1 -yarn 1.22.22-2 -yasm 1.3.0-8 -yazi 25.5.31-2 -yggdrasil 0.5.12-2 -yt-dlp 2025.11.12-2 -yyjson 0.12.0-1 -zathura 0.5.14-1 -zathura-djvu 0.2.11-1 -zathura-pdf-mupdf 0.4.6-2 -zbar 0.23.93-4 -zen-browser-bin 1.17.6b-1 -zenity 4.2.1-1 -zeromq 4.3.5-2 -zimg 3.0.5-1 -zip 3.0-11 -zix 0.6.2-1 -zlib 1:1.3.1-2 -zlib-ng 2.2.5-1 -zsh 5.9-5 -zstd 1.5.7-2 -zvbi 0.2.44-1 -zxing-cpp 2.3.0-5 -zziplib 0.13.80-1 +an-anime-game-launcher-bin +android-emulator +android-sdk-platform-tools +android-studio +angband +arc-solid-gtk-theme +aurorae +awesome-terminal-fonts +ayugram-desktop-bin +baobab +base +base-devel +bat +bind +blackarch-mirrorlist +blender +bluedevil +bluetui +bluez-utils +breeze +breeze-gtk +breeze-plymouth +brightnessctl +browsh +btop +buho +cable +calcurse +cava +clipse +clock-tui +cloudflared +cmus +cool-retro-term +cowsay +cull-bin +dialog +dmenu +dnsmasq +docker +docker-compose +drkonqi +dxvk-bin +eblanfetch +efibootmgr +electron24-bin +element-desktop +elyprismlauncher-bin +emptty +eog +espeak-ng +eww +ex-vi-compat +expac +eza +fastfetch +fd +firefox +firefox-tridactyl +fish +flatpak-kcm +floorp-bin +foliate +foot +freerdp +fsel-git +fuzzel +fzf +galculator +gamescope +geoip +geoip-database +ghostty +gimp +git +gnome-calculator +gnome-photos +gnome-sound-recorder +gnome-themes-extra +gnome-tweaks +godotpcktool-bin +greetd-tuigreet +grub +gsh +gthumb +gtk-theme-bubble-darker-git +gtk-theme-elementary +gtk-theme-material-black +gtk3 +gtklock +helix +helm-bin +helvum +hylauncher-bin +hyprland +hyprlock +hyprpicker +hyprshot +hyprwave +hytale-f2p-git +i2pd +i3-wm +i3blocks +i3lock +i3status +imv +inkscape +ithil-bin +jdk-openjdk +kactivitymanagerd +kalidoface-bin +kde-cli-tools +kde-gtk-config +kdecoration +kdenlive +kdeplasma-addons +kgamma +kglobalacceld +kinfocenter +kitty +kmenuedit +knighttime +kpipewire +krdp +krita +kscreen +kscreenlocker +ksshaskpass +ksystemstats +ktailctl +kubo +kwallet-pam +kwayland +kwin +kwin-x11 +kwrited +labwc +layer-shell-qt +lib32-gnutls +libkscreen +libksysguard +libplasma +libreoffice-fresh-ru +librewolf-bin +links +linux +linux-firmware +linux-headers +lla +lmms +lsd +lutris +ly +mailsend-go +mandoc +marktext-tkaixiang-bin +marp-cli +mcomix +mesa-demos +microsocks +mihomo +milou +mpd +mplayer +mpv +neovide +neovim +nerd-fonts-noto-sans-mono +netstat-nat +networkmanager +nicotine+ +niri +niri-screen-time-git +nirius +nix +nomacs +noto-fonts-cjk +noto-fonts-emoji +nuls +nvidia-open-dkms +nvidia-settings +nvtop +nwg-look +obs-studio +obsidian +ocean-sound-theme +ocrmypdf +ollama-cuda +openbsd-netcat +openrazer-daemon +oxygen +oxygen-sounds +papirus-icon-theme +paru +paru-debug +pastel +pavucontrol +pidgin +pipewire-alsa +pipewire-pulse +plasma-activities-stats +plasma-browser-integration +plasma-desktop +plasma-disks +plasma-firewall +plasma-integration +plasma-nm +plasma-pa +plasma-sdk +plasma-systemmonitor +plasma-thunderbolt +plasma-vault +plasma-welcome +plasma-workspace +plasma-workspace-wallpapers +plasma5support +plymouth-kcm +polkit-gnome +polkit-kde-agent +pomo-bin +portproton +postgresql +power-profiles-daemon +powerdevil +print-manager +pwvucontrol +python-babel +python-i3ipc +python-openrazer +python-pip +python-pipx +python-pyyaml-env-tag +python-watchdog +qbittorrent +qpwgraph +qqc2-breeze-style +qwen-code +reaper +relay-scanner +rmpc +sakura +scrcpy +scrntime-git +sddm-kcm +showmethekey +showtime +sillytavern-git +sing-box +sioyek +snekstudio-bin +spectacle +speedcrunch +squid +startwine +steam +sudo +swaybg +swaync +swayosd +swww +syncthing +systemctl-tui +systemsettings +tailscale +tangent-bin +tcsh +telegram-cli-git +telegram-desktop +termusic +tesseract-data-eng +throne-bin +timr +tor +torbrowser-launcher +ttf-iosevka-nerd +ttf-iosevkaterm-nerd +ttf-quicksand-variable +tuios-bin +typst +udiskie +ufw +unrar +uwsgi +uwsgi-plugin-python +v4l2loopback-dkms +v4l2loopback-utils +vesktop-bin +vkd3d +vulkan-tools +vulkan-validation-layers +wacomtablet +waybar +waydroid +weechat +wego +wf-recorder +wine-staging +winetricks +wireshark-cli +wl-clipboard +xdg-desktop-portal-kde +xdotool +xf86-video-vesa +xorg-bdftopcf +xorg-docs +xorg-font-util +xorg-fonts-100dpi +xorg-fonts-75dpi +xorg-iceauth +xorg-mkfontscale +xorg-server +xorg-server-devel +xorg-server-src +xorg-server-xephyr +xorg-server-xnest +xorg-sessreg +xorg-smproxy +xorg-x11perf +xorg-xbacklight +xorg-xcmsdb +xorg-xcursorgen +xorg-xdpyinfo +xorg-xdriinfo +xorg-xev +xorg-xgamma +xorg-xhost +xorg-xinit +xorg-xinput +xorg-xkbevd +xorg-xkbutils +xorg-xkill +xorg-xlsatoms +xorg-xlsclients +xorg-xmodmap +xorg-xpr +xorg-xrdb +xorg-xrefresh +xorg-xsetroot +xorg-xvinfo +xorg-xwd +xorg-xwininfo +xorg-xwud +xprintidle +xray-bin +xwayland-satellite +yazi +yggdrasil +yt-dlp +zathura +zathura-djvu +zathura-pdf-mupdf +zellij +zen-browser-bin +zsh +zsh-completions diff --git a/pavucontrol.ini b/pavucontrol.ini deleted file mode 100644 index a142c97..0000000 --- a/pavucontrol.ini +++ /dev/null @@ -1,9 +0,0 @@ -[window] -width=500 -height=400 -sinkInputType=0 -sourceOutputType=0 -sinkType=0 -sourceType=0 -showVolumeMeters=1 -hideUnavailableCardProfiles=0 diff --git a/user-dirs.dirs b/user-dirs.dirs index 4e057e9..c4d1132 100644 --- a/user-dirs.dirs +++ b/user-dirs.dirs @@ -4,12 +4,12 @@ # Format is XDG_xxx_DIR="$HOME/yyy", where yyy is a shell-escaped # homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an # absolute path. No other format is supported. -# -XDG_DESKTOP_DIR="$HOME/" +# +XDG_DESKTOP_DIR="$HOME/desk" XDG_DOWNLOAD_DIR="$HOME/dwnlds" -XDG_TEMPLATES_DIR="$HOME/" +XDG_TEMPLATES_DIR="$HOME/templ" XDG_PUBLICSHARE_DIR="$HOME/" XDG_DOCUMENTS_DIR="$HOME/docs" -XDG_MUSIC_DIR="$HOME/" -XDG_PICTURES_DIR="$HOME/pics" +XDG_MUSIC_DIR="$HOME/mus" +XDG_PICTURES_DIR="$HOME/imgs" XDG_VIDEOS_DIR="$HOME/vids" diff --git a/user-dirs.locale b/user-dirs.locale deleted file mode 100644 index 3e0b419..0000000 --- a/user-dirs.locale +++ /dev/null @@ -1 +0,0 @@ -en_US \ No newline at end of file