remove snailedesktop metapackage
This commit is contained in:
parent
8c425d6e4e
commit
27a3042385
|
@ -12,7 +12,6 @@ on:
|
|||
- "srcpkgs/font-firacode-nf-ttf/**"
|
||||
- "srcpkgs/kdash/**"
|
||||
- "srcpkgs/pv-migrate/**"
|
||||
- "srcpkgs/snailedesktop/**"
|
||||
- "srcpkgs/st-custom/**"
|
||||
- "srcpkgs/tokyonight-icon-theme/**"
|
||||
- "srcpkgs/tokyonight-theme/**"
|
||||
|
|
|
@ -1,184 +0,0 @@
|
|||
# Template file for 'snailedesktop'
|
||||
pkgname=snailedesktop
|
||||
version=0
|
||||
revision=3
|
||||
build_style=meta
|
||||
short_desc="Personal meta package"
|
||||
maintainer="Luca Bilke <luca@bil.ke>"
|
||||
license="Public Domain"
|
||||
homepage="https://snaile.de"
|
||||
archs="x86_64"
|
||||
|
||||
depends="
|
||||
7zip
|
||||
ansible
|
||||
apache-htpasswd
|
||||
arandr
|
||||
atool
|
||||
base-devel
|
||||
base-system
|
||||
bat
|
||||
bind-utils
|
||||
binutils
|
||||
blueman
|
||||
bluez
|
||||
bottom
|
||||
breeze-icons
|
||||
cargo
|
||||
catdoc
|
||||
chafa
|
||||
clipmenu
|
||||
cronie
|
||||
cups
|
||||
cups-filters
|
||||
cups-pdf
|
||||
curl
|
||||
dbus
|
||||
dmenu-custom
|
||||
docker
|
||||
docker-buildx
|
||||
docker-compose
|
||||
dragon
|
||||
dunst
|
||||
dwm-custom
|
||||
dwmblocks-custom
|
||||
elogind
|
||||
fd
|
||||
ffmpeg
|
||||
ffmpegthumbnailer
|
||||
firefox
|
||||
font-firacode-nf-ttf
|
||||
fswatch
|
||||
fzf
|
||||
gdu
|
||||
git
|
||||
git-lfs
|
||||
glow
|
||||
gnome-keyring
|
||||
gnumeric
|
||||
gnupg2-scdaemon
|
||||
gpgme
|
||||
htop
|
||||
ImageMagick
|
||||
jq
|
||||
just
|
||||
k9s
|
||||
kubectl
|
||||
kubernetes-helm
|
||||
lazygit
|
||||
lf
|
||||
libspa-bluetooth
|
||||
lm_sensors
|
||||
lsof
|
||||
lynx
|
||||
maim
|
||||
man-db
|
||||
mediainfo
|
||||
mime-types
|
||||
moreutils
|
||||
mpv
|
||||
mtr
|
||||
ncpamixer
|
||||
neofetch
|
||||
neovim
|
||||
NetworkManager
|
||||
nmap
|
||||
noto-fonts-cjk
|
||||
noto-fonts-emoji
|
||||
noto-fonts-ttf
|
||||
noto-fonts-ttf-extra
|
||||
nsxiv
|
||||
ntp
|
||||
odt2txt
|
||||
pamixer
|
||||
pcsc-ccid
|
||||
picom
|
||||
pinentry-gnome
|
||||
pipewire
|
||||
playerctl
|
||||
pnpm
|
||||
polkit
|
||||
poppler
|
||||
progress
|
||||
psmisc
|
||||
pulsemixer
|
||||
pv-migrate
|
||||
pwgen
|
||||
python3-ansible-lint
|
||||
python3-devel
|
||||
python3-pip
|
||||
ranger
|
||||
rbw
|
||||
ripgrep
|
||||
rlwrap
|
||||
rsync
|
||||
ruby-asciidoctor
|
||||
rust
|
||||
rust-analyzer
|
||||
rust-src
|
||||
rustup
|
||||
seahorse
|
||||
shellcheck
|
||||
shfmt
|
||||
Signal-Desktop
|
||||
simple-mtpfs
|
||||
smbclient
|
||||
socat
|
||||
socklog-void
|
||||
st-custom
|
||||
stow
|
||||
strace
|
||||
syncthing
|
||||
syncthingtray
|
||||
system-config-printer
|
||||
tcpdump
|
||||
thunderbird
|
||||
tlp
|
||||
tmux
|
||||
tokyonight-theme
|
||||
trash-util
|
||||
tree-sitter-devel
|
||||
unclutter
|
||||
vault
|
||||
velero
|
||||
virtualenvwrapper
|
||||
void-repo-nonfree
|
||||
vpsm
|
||||
vsv
|
||||
wget
|
||||
wireplumber
|
||||
xcape
|
||||
xclip
|
||||
xdg-user-dirs
|
||||
xdg-utils
|
||||
xdotool
|
||||
xinit
|
||||
xmenu
|
||||
xorg
|
||||
xournalpp
|
||||
xscreensaver
|
||||
xsecurelock
|
||||
xsel
|
||||
xss-lock
|
||||
xtools
|
||||
xwallpaper
|
||||
xxd
|
||||
xz
|
||||
ykpers
|
||||
yt-dlp
|
||||
yubikey-manager
|
||||
zathura
|
||||
zathura-pdf-mupdf
|
||||
zk
|
||||
zsh
|
||||
zsh-completions
|
||||
"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl) depends+=" musl";;
|
||||
*) depends+=" glibc-locales";;
|
||||
esac
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686*|x86_64*|ppc*) depends+=" linux";;
|
||||
esac
|
Loading…
Reference in New Issue