Compare commits
17 Commits
d3ed418868
...
laptop
| Author | SHA1 | Date | |
|---|---|---|---|
| aa31820bd8 | |||
| 36c8beeb5b | |||
|
|
dbaaf8f40a | ||
|
|
1064bee740 | ||
|
|
15f69073b3 | ||
|
|
da5e06671a | ||
|
|
c6b15b3b9e | ||
| cf65d9f646 | |||
| 75fe6fc09b | |||
| c3a9586654 | |||
| f501356324 | |||
| 88e0b29c2a | |||
| 65ebd3757e | |||
| 20660f6990 | |||
| 830546621f | |||
| 24d8529b64 | |||
|
|
984b271675 |
22
bashrc
22
bashrc
@@ -2,9 +2,27 @@ CHOST="x86_64-pc-linux-gnu"
|
||||
x86_64_pc_linux_gnu_CFLAGS="-march=native -pipe -O2"
|
||||
x86_64_pc_linux_gnu_CXXFLAGS="-march=native -pipe -O2"
|
||||
x86_64_pc_linux_gnu_LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu"
|
||||
i686_pc_linux_gnu_CFLAGS="-march=native -pipe -O2"
|
||||
i686_pc_linux_gnu_CXXFLAGS="-march=native -pipe -O2"
|
||||
i686_pc_linux_gnu_CFLAGS="-march=i686 -pipe -O2"
|
||||
i686_pc_linux_gnu_CXXFLAGS="-march=i686 -pipe -O2"
|
||||
i686_pc_linux_gnu_LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu"
|
||||
armv7_unknown_linux_gnueabi_CFLAGS="-march=armv7-a -pipe -O2"
|
||||
armv7_unknown_linux_gnueabi_CXXFLAGS="-march=armv7-a -pipe -O2"
|
||||
armv7_unknown_linux_gnueabi_LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu"
|
||||
armv7_unknown_linux_gnueabihf_CFLAGS="-march=armv7-a -mfpu=neon -pipe -O2"
|
||||
armv7_unknown_linux_gnueabihf_CXXFLAGS="-march=armv7-a -mfpu=neon -pipe -O2"
|
||||
armv7_unknown_linux_gnueabihf_LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu"
|
||||
aarch64_unknown_linux_gnueabi_CFLAGS="-march=armv8-a -pipe -O2"
|
||||
aarch64_unknown_linux_gnueabi_CXXFLAGS="-march=armv8-a -pipe -O2"
|
||||
aarch64_unknown_linux_gnueabi_LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu"
|
||||
aarch64_unknown_linux_musleabi_CFLAGS="-march=armv8-a -pipe -O2"
|
||||
aarch64_unknown_linux_musleabi_CXXFLAGS="-march=armv8-a -pipe -O2"
|
||||
aarch64_unknown_linux_musleabi_LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu"
|
||||
ia64_unknown_linux_gnu_CFLAGS="-march=native -pipe -O2"
|
||||
ia64_unknown_linux_gnu_CXXFLAGS="-march=native -pipe -O2"
|
||||
ia64_unknown_linux_gnu_LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu"
|
||||
powerpc64_unknown_linux_gnu_CFLAGS="-march=native -pipe -O2"
|
||||
powerpc64_unknown_linux_gnu_CXXFLAGS="-march=native -pipe -O2"
|
||||
powerpc64_unknown_linux_gnu_LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu"
|
||||
|
||||
|
||||
#GIT_WRAPPER="sudo -u hasufell -g paludisbuild"
|
||||
|
||||
10
options.conf
10
options.conf
@@ -1,5 +1,5 @@
|
||||
# system, general, other
|
||||
*/* -gnutls acpi bash-completion cdr cscope css dv efi fat glib gobject-introspection gpm hddtemp icq icu ipv6 jabber libnotify lm_sensors nsplugin ntfs oscar pdf python raw sse sse2 ssse3 tcpd threads udev unicode usb vim-syntax zsh-completion
|
||||
*/* -gnutls acpi bash-completion cdr cscope css dv efi fat glib gobject-introspection gpm hddtemp icq icu ipv6 jabber libnotify lm_sensors nsplugin ntfs oscar pdf postscript python raw sse sse2 ssse3 tcpd threads udev unicode usb vim-syntax zsh-completion
|
||||
|
||||
# parts
|
||||
*/* parts: openrc
|
||||
@@ -12,6 +12,7 @@
|
||||
|
||||
# video, ffmpeg, streaming
|
||||
*/* a52 dvd dvdr ffmpeg gstreamer h264 matroska mp4 mpeg v4l vcd vdpau x264 xvid
|
||||
*/* providers: ffmpeg -libav
|
||||
|
||||
# opengl, video, X
|
||||
*/* dri opengl sdl wayland xv xvmc X
|
||||
@@ -34,7 +35,8 @@
|
||||
*/* build_options: symbols=split jobs=8 -optional_tests -recommended_tests -expensive_tests
|
||||
|
||||
# targets
|
||||
*/* targets: x86_64-pc-linux-gnu
|
||||
*/* targets: x86_64-pc-linux-gnu armv7-unknown-linux-gnueabihf aarch64-unknown-linux-gnueabi i686-pc-linux-gnu
|
||||
dev-lang/rust targets: -* x86_64-pc-linux-gnu
|
||||
|
||||
# SSL
|
||||
*/* providers: -openssl libressl
|
||||
@@ -45,12 +47,12 @@
|
||||
*/* providers: -ijg-jpeg jpeg-turbo
|
||||
|
||||
# no systemd
|
||||
*/* providers: -systemd eudev rsyslog
|
||||
*/* providers: -systemd eudev rsyslog -systemd-logind
|
||||
*/* -systemd consolekit
|
||||
*/* providers: -runit -sinit sysvinit
|
||||
|
||||
# sql
|
||||
*/* providers: -percona -mysql mariadb
|
||||
*/* providers: -percona mysql -mariadb
|
||||
|
||||
# GHC
|
||||
virtual/GHC providers: -* GHC
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
media-libs/libsndfile opus
|
||||
|
||||
# phone mounting
|
||||
gnome-desktop/gvfs mtp
|
||||
|
||||
@@ -31,8 +33,8 @@ net-im/pidgin-opensteamworks providers: libressl
|
||||
media/mplayer LINGUAS: -* de
|
||||
|
||||
# gnome
|
||||
media-sound/audacious-plugins gtk
|
||||
media-sound/audacious gtk
|
||||
media-sound/audacious-plugins gtk qt5 notify osd
|
||||
media-sound/audacious gtk qt5
|
||||
dev-libs/vte gnutls
|
||||
|
||||
# no systemd
|
||||
@@ -44,7 +46,6 @@ x11-libs/qtbase sql sqlite
|
||||
media-libs/phonon qt4
|
||||
|
||||
# xfce
|
||||
xfce-base/libxfce4ui gtk3
|
||||
x11-apps/xscreensaver gtk
|
||||
|
||||
# qt stuff
|
||||
@@ -157,8 +158,15 @@ media/ffmpeg vpx
|
||||
dev-lang/node bundled-openssl
|
||||
net-www/firefox eme
|
||||
|
||||
x11-dri/mesa opencl llvm
|
||||
x11-dri/mesa opencl llvm xa va sensors
|
||||
|
||||
# because of dconf-editor
|
||||
gnome-desktop/dconf vapi
|
||||
|
||||
# net-www/qutebrowser
|
||||
dev-python/PyQt5 sql
|
||||
|
||||
net-irc/weechat perl python
|
||||
|
||||
# cheese
|
||||
media-plugins/gst-plugins-good GSTREAMER_PLUGINS: v4l
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
# Exactly one of options ( multibuild_c:32, multibuild_c:64 ) must be met
|
||||
app-emulation/wine MULTIBUILD_C: -* 64
|
||||
app-emulation/wine ffmpeg staging vulkan
|
||||
|
||||
|
||||
app-virtualization/qemu amd64 mips mipsel arm aarch64 ppc ppc64 x86 virtio-gpu virtfs vde usb-passthrough usb-redirection ssh-block-dev spice snappy smartcard sdl2 sdl-image sasl rbd nfs lzo gtk3 bluetooth async xattr
|
||||
media-plugins/gst-plugins-ugly GSTREAMER_PLUGINS: h264
|
||||
virtualization-lib/spice smartcard
|
||||
sys-cluster/ceph client
|
||||
|
||||
@@ -32,3 +32,5 @@ games-roguelike/FTL gog
|
||||
|
||||
# teeworlds
|
||||
dev-util/bam lua_abis: -* 5.1
|
||||
|
||||
x11-dri/mesa vulkan-overlay
|
||||
|
||||
@@ -8,3 +8,5 @@ net-fs/samba build_options: jobs=1
|
||||
|
||||
net-analyzer/wireshark -journald
|
||||
|
||||
# for gns3
|
||||
dev-python/PyQt5 websockets
|
||||
|
||||
@@ -14,7 +14,7 @@ x11-drivers/nvidia-drivers tools
|
||||
|
||||
sys-auth/ConsoleKit2 cgroups polkit
|
||||
|
||||
dev-lang/python tk
|
||||
dev-lang/python tk readline
|
||||
|
||||
# needed for valgrind
|
||||
sys-libs/glibc build_options: symbols=preserve
|
||||
|
||||
@@ -6,3 +6,4 @@ dev-db/wxsqlite3 debug
|
||||
net-www/inox fpermissive
|
||||
|
||||
base/syslinux no-as-needed
|
||||
net-im/purple-xmpp-http-upload no-as-needed
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
>=sys-apps/iproute2-3.19
|
||||
|
||||
# steam
|
||||
>x11-drivers/nvidia-drivers-364.20
|
||||
#>x11-drivers/nvidia-drivers-396.24
|
||||
|
||||
# breaks tahoma font
|
||||
#>=media-libs/fontconfig-2.12
|
||||
|
||||
@@ -6,6 +6,9 @@ x11-apps/dzen2
|
||||
media-libs/SDL:2
|
||||
|
||||
# scm unmask
|
||||
x11-plugins/i3status[~scm]
|
||||
sys-fs/simple-mtpfs[~scm]
|
||||
x11-misc/fsearch[~scm]
|
||||
app-editors/neovim[~scm]
|
||||
app-vim/vim-colors-solarized[~scm]
|
||||
games-emulation/gambatte[~scm]
|
||||
@@ -42,6 +45,8 @@ dev-lang/fsharp[~scm]
|
||||
x11-drivers/xf86-video-wayland[~scm]
|
||||
wayland-apps/Waybar[~scm]
|
||||
x11-misc/polybar[~scm]
|
||||
dev-util/universal-ctags[~scm]
|
||||
net-im/purple-xmpp-http-upload[~scm]
|
||||
|
||||
# valyriatear
|
||||
media-libs/SDL_ttf:2
|
||||
@@ -95,3 +100,5 @@ virtual/jre:12.0
|
||||
virtual/jdk:12.0
|
||||
dev-lang/openjdk-bin:12.0
|
||||
dev-lang/openjdk12:12.0
|
||||
|
||||
dev-db/mysql
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
* app-admin/hardinfo
|
||||
* app-diagram/dia
|
||||
* app-editors/gvim
|
||||
* app-diagram/dia
|
||||
* app-ergonomics/workrave
|
||||
* app-text/texmaker
|
||||
* gnome-desktop/GPaste
|
||||
* gnome-desktop/evince
|
||||
* kde/marble
|
||||
* mail-client/thunderbird
|
||||
@@ -17,28 +16,25 @@
|
||||
* media-sound/pnmixer-rs
|
||||
* media-video/guvcview
|
||||
* media/livestreamer
|
||||
* media/smplayer
|
||||
* media/mpv
|
||||
* net-ftp/filezilla
|
||||
* net-misc/remmina
|
||||
* net-misc/x11vnc
|
||||
* net-misc/youtube-viewer
|
||||
* net-p2p/pybitmessage
|
||||
#* net-p2p/pybitmessage
|
||||
* net-www/firefox
|
||||
* net-www/google-chrome-bin
|
||||
* net-www/inox
|
||||
* net-www/inox-widevine-plugin
|
||||
* net-www/links
|
||||
* voip/blink
|
||||
* voip/mumble
|
||||
* voip/teamspeak-client-bin
|
||||
* x11-apps/dzen2
|
||||
* x11-apps/alacritty
|
||||
* x11-apps/redshift
|
||||
* x11-apps/sakura
|
||||
* x11-apps/setxkbmap
|
||||
|
||||
* x11-apps/spacefm
|
||||
* sys-apps/udevil
|
||||
|
||||
* x11-apps/xbindkeys
|
||||
* x11-apps/xdotool
|
||||
* x11-apps/xhost
|
||||
@@ -50,21 +46,21 @@
|
||||
* x11-drivers/xf86-input-keyboard
|
||||
* x11-drivers/xf86-input-mouse
|
||||
* x11-drivers/xf86-video-nouveau
|
||||
* x11-misc/dmenu
|
||||
* x11-misc/zim
|
||||
* x11-utils/xclip
|
||||
* x11-apps/i3lock
|
||||
* x11-misc/rofi
|
||||
|
||||
* x11-wm/i3
|
||||
# i3
|
||||
* x11-apps/i3lock
|
||||
* x11-apps/picom
|
||||
* x11-misc/rofi
|
||||
* x11-wm/i3
|
||||
|
||||
# polybar
|
||||
* fonts/fontawesome
|
||||
* x11-misc/polybar
|
||||
* fonts/unifont
|
||||
* dev-python/i3ipc
|
||||
* dev-python/fontawesome
|
||||
* dev-python/i3ipc
|
||||
* fonts/fontawesome
|
||||
* fonts/unifont
|
||||
* x11-misc/polybar
|
||||
|
||||
|
||||
# unpacking
|
||||
@@ -81,7 +77,6 @@
|
||||
* net-wireless/blueman
|
||||
* net-wireless/bluez
|
||||
* media-sound/pulseaudio
|
||||
* media-sound/pulseeffects
|
||||
|
||||
# password management
|
||||
* app-admin/keepassxc
|
||||
@@ -96,6 +91,7 @@
|
||||
* net-im/lurch
|
||||
* net-im/telegram-purple
|
||||
* net-im/purple-gowhatsapp
|
||||
* net-im/purple-xmpp-http-upload
|
||||
|
||||
* voip/skypeforlinux
|
||||
* voip/umurmur
|
||||
@@ -114,6 +110,7 @@
|
||||
* net-www/brave-browser-dev
|
||||
|
||||
* net-misc/dropbox
|
||||
|
||||
* net-im/slack
|
||||
* net-im/telegram-desktop
|
||||
* app-crypt/keybase
|
||||
@@ -121,10 +118,32 @@
|
||||
# epub
|
||||
* app-text/calibre
|
||||
|
||||
# fonts
|
||||
* fonts/noto
|
||||
* fonts/google-web-fonts
|
||||
* sys-apps/lsd
|
||||
* app-misc/hunter
|
||||
|
||||
* app-misc/ripgrep-all
|
||||
|
||||
* app-shells/fish
|
||||
|
||||
# neomutt
|
||||
* mail-client/notmuch
|
||||
* dev-db/lmdb
|
||||
* net-dns/libidn2
|
||||
* dev-libs/libunistring
|
||||
* dev-libs/pcre2
|
||||
* dev-db/sqlite
|
||||
* app-arch/lz4
|
||||
* sys-libs/zlib
|
||||
* net-www/w3m
|
||||
|
||||
# weechat
|
||||
* net-irc/weechat
|
||||
* net-libs/cyrus-sasl
|
||||
* mail-client/notmuch
|
||||
|
||||
# weechat slack
|
||||
* dev-python/websocket-client
|
||||
|
||||
* app-misc/tree
|
||||
|
||||
|
||||
# themes
|
||||
* x11-themes/papirus-icon-theme
|
||||
* x11-themes/human-icon-theme
|
||||
|
||||
@@ -1,10 +1,7 @@
|
||||
# exherbo
|
||||
* app-vim/exheres-syntax
|
||||
#* app-emacs/exheres-mode
|
||||
#* dev-util/exherbo-cabal
|
||||
|
||||
# haskell
|
||||
#* haskell-platform
|
||||
* dev-lang/GHC:8.6.5
|
||||
* dev-haskell/cabal-install-bin
|
||||
|
||||
@@ -12,6 +9,7 @@
|
||||
* dev-scm/mercurial
|
||||
* dev-util/tig
|
||||
* dev-scm/git-imerge
|
||||
* dev-scm/git-interactive-rebase-tool
|
||||
|
||||
# C
|
||||
* app-doc/doxygen
|
||||
@@ -20,7 +18,6 @@
|
||||
* dev-util/cloc
|
||||
* dev-util/cppcheck
|
||||
* dev-util/cunit
|
||||
#* dev-util/nemiver
|
||||
* dev-util/splint
|
||||
* dev-util/valgrind
|
||||
* media-gfx/graphviz
|
||||
@@ -60,33 +57,18 @@
|
||||
* dev-lang/rust:nightly
|
||||
# cargo seems to link against it, wtf
|
||||
* dev-libs/libunwind
|
||||
|
||||
# scala
|
||||
#* dev-lang/scala-bin
|
||||
#* dev-scala/sbt
|
||||
|
||||
# erlang
|
||||
#* dev-erlang/rebar
|
||||
#* dev-lang/erlang
|
||||
|
||||
# leksah
|
||||
#* net-libs/webkit:3.0
|
||||
* dev-util/rusty-tags
|
||||
|
||||
# js
|
||||
* dev-lang/node
|
||||
* dev-node/yarn
|
||||
|
||||
|
||||
# java
|
||||
* virtual/jdk
|
||||
|
||||
# font
|
||||
* fonts/FiraCode
|
||||
|
||||
# fstar
|
||||
#* dev-lang/fstar
|
||||
#* dev-lang/fsharp
|
||||
|
||||
# python
|
||||
* dev-lang/python:2.7
|
||||
* dev-lang/python:3.6
|
||||
@@ -106,13 +88,7 @@
|
||||
* dev-db/pgmodeler
|
||||
* dev-db/postgresql
|
||||
|
||||
# clojure
|
||||
* app-misc/rlwrap
|
||||
#* dev-lang/clojure
|
||||
* net-misc/socat
|
||||
|
||||
# others
|
||||
* dev-lang/elixir
|
||||
* dev-lang/openjdk8
|
||||
|
||||
# vim
|
||||
@@ -122,10 +98,10 @@
|
||||
* app-editors/efm-langserver
|
||||
|
||||
# neovim
|
||||
* app-editors/neovim
|
||||
* dev-python/neovim-python
|
||||
* dev-ruby/neovim-ruby
|
||||
* app-editors/neovim-gtk
|
||||
#* app-editors/neovim
|
||||
#* dev-python/neovim-python
|
||||
#* dev-ruby/neovim-ruby
|
||||
#* app-editors/neovim-gtk
|
||||
|
||||
* dev-util/the_silver_searcher
|
||||
|
||||
@@ -135,3 +111,12 @@
|
||||
# IDEs
|
||||
* app-editors/vscode-bin
|
||||
|
||||
* dev-util/universal-ctags
|
||||
|
||||
|
||||
# vim
|
||||
* app-editors/vint
|
||||
|
||||
* dev-util/gitui
|
||||
|
||||
* db/sqlitebrowser
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
* app-emulation/dosbox
|
||||
* app-emulation/wine
|
||||
* app-virtualization/moby
|
||||
#* app-virtualization/docker-compose
|
||||
* app-virtualization/virtualbox-bin
|
||||
* sys-process/ctop
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
* games-roguelike/FTL
|
||||
#* games-roguelike/FTL
|
||||
* games-rpg/pillars-of-eternity
|
||||
* games-rpg/punch-club
|
||||
|
||||
@@ -1,40 +1,23 @@
|
||||
* games-action/supertuxkart
|
||||
* games-action/trosh
|
||||
* games-arcade/Commander-Genius
|
||||
* games-board/awale
|
||||
* games-board/capicity
|
||||
* games-board/pioneers
|
||||
* games-board/pysolfc
|
||||
* games-emulation/gambatte
|
||||
* games-engines/openmw
|
||||
* games-engines/renpy
|
||||
* games-engines/renpy:6.99
|
||||
* games-roguelike/dungeon-crawl-stone-soup
|
||||
* games-roguelike/tome4
|
||||
* games-rpg/arx-libertatis
|
||||
* games-rpg/flare
|
||||
* games-rpg/gemrb
|
||||
* games-rpg/sumwars
|
||||
* games-rpg/valyriatear
|
||||
* games-rpg/zsdx
|
||||
* games-rpg/zsxd
|
||||
* games-simulation/minetest
|
||||
* games-strategy/0ad
|
||||
* games-strategy/dunelegacy
|
||||
* games-strategy/freeciv
|
||||
* games-strategy/freecol
|
||||
* games-strategy/freeorion
|
||||
* games-strategy/freeserf
|
||||
* games-strategy/freesynd
|
||||
* games-strategy/ja2-stracciatella
|
||||
* games-strategy/openra:release
|
||||
* games-strategy/openra:playtest
|
||||
* games-strategy/s25rttr
|
||||
|
||||
* games-action/teeworlds
|
||||
* games-engines/OpenJK
|
||||
* games-rpg/freedink
|
||||
* games-rpg/zelda-roth-se
|
||||
* games-strategy/wargus
|
||||
* games-strategy/wesnoth
|
||||
* games-strategy/zod-engine
|
||||
|
||||
# peter
|
||||
* games-rpg/exult
|
||||
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
# laptop specific stuff
|
||||
|
||||
* firmware/linux-firmware
|
||||
* x11-apps/gsynaptics
|
||||
* x11-misc/cbatticon
|
||||
|
||||
# networkmanager
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
* sys-apps/evrouter
|
||||
* app-admin/ktsuss
|
||||
* app-admin/sudo
|
||||
* app-admin/verynice
|
||||
@@ -63,3 +64,5 @@
|
||||
|
||||
* monitor/s-tui
|
||||
* sys-apps/man-db
|
||||
|
||||
* sys-apps/dmidecode
|
||||
|
||||
@@ -1,19 +1,3 @@
|
||||
* games-action/openclonk
|
||||
* games-arcade/duckmarines
|
||||
* games-arcade/hawkthorne-journey
|
||||
* games-arcade/mari0
|
||||
* games-arcade/mrrescue
|
||||
* games-arcade/notpacman
|
||||
* games-arcade/nottetris2
|
||||
* games-arcade/opensonic
|
||||
* games-arcade/orthorobot
|
||||
* games-engines/stratagus
|
||||
* games-fps/eduke32
|
||||
* games-fps/sauerbraten
|
||||
* games-fps/urbanterror
|
||||
* games-fps/warsow
|
||||
* games-fps/xonotic
|
||||
|
||||
* net-misc/dhcpcd
|
||||
* net-misc/netifrc
|
||||
* sys-apps/ethtool
|
||||
|
||||
@@ -1,7 +1,10 @@
|
||||
* fonts/font-bitstream-100dpi
|
||||
* fonts/font-bitstream-75dpi
|
||||
* fonts/google-web-fonts
|
||||
* fonts/liberation-fonts
|
||||
* fonts/noto
|
||||
* x11-themes/clearlooks-phenix
|
||||
* x11-themes/hicolor-icon-theme
|
||||
* x11-themes/papirus-icon-theme
|
||||
* x11-themes/tango-icon-theme
|
||||
* xfce-base/xfce4-icon-theme
|
||||
|
||||
@@ -18,3 +18,6 @@
|
||||
* xfce-extra/xfce4-screenshooter
|
||||
* xfce-extra/xfce4-pulseaudio-plugin
|
||||
* xfce-extra/xfce4-notifyd
|
||||
|
||||
# peter
|
||||
* xfce-extra/xfce4-whiskermenu-plugin
|
||||
|
||||
Reference in New Issue
Block a user