bspwm: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-03-08 19:24:27 +00:00
parent 679e51eed0
commit 4b01a9e8be
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 68 deletions

View File

@ -1,39 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/bspc
-rwxr-xr-x root/root usr/bin/bspwm
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/bash-completion/
drwxr-xr-x root/root usr/share/bash-completion/completions/
-rw-r--r-- root/root usr/share/bash-completion/completions/bspc
drwxr-xr-x root/root usr/share/bspwm/
drwxr-xr-x root/root usr/share/bspwm/examples/
-rwxr-xr-x root/root usr/share/bspwm/examples/bspwmrc
drwxr-xr-x root/root usr/share/bspwm/examples/external_rules/
-rwxr-xr-x root/root usr/share/bspwm/examples/external_rules/bspwmrc
-rwxr-xr-x root/root usr/share/bspwm/examples/external_rules/external_rules
drwxr-xr-x root/root usr/share/bspwm/examples/overlapping_borders/
-rwxr-xr-x root/root usr/share/bspwm/examples/overlapping_borders/bspwmrc
drwxr-xr-x root/root usr/share/bspwm/examples/panel/
-rwxr-xr-x root/root usr/share/bspwm/examples/panel/bspwmrc
-rwxr-xr-x root/root usr/share/bspwm/examples/panel/panel
-rwxr-xr-x root/root usr/share/bspwm/examples/panel/panel_bar
-rw-r--r-- root/root usr/share/bspwm/examples/panel/panel_colors
-rw-r--r-- root/root usr/share/bspwm/examples/panel/profile
-rw-r--r-- root/root usr/share/bspwm/examples/panel/sxhkdrc
drwxr-xr-x root/root usr/share/bspwm/examples/receptacles/
-rwxr-xr-x root/root usr/share/bspwm/examples/receptacles/extract_canvas
-rwxr-xr-x root/root usr/share/bspwm/examples/receptacles/induce_rules
-rw-r--r-- root/root usr/share/bspwm/examples/sxhkdrc
drwxr-xr-x root/root usr/share/fish/
drwxr-xr-x root/root usr/share/fish/vendor_completions.d/
-rw-r--r-- root/root usr/share/fish/vendor_completions.d/bspc.fish
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
lrwxrwxrwx root/root usr/share/man/man1/bspc.1.gz -> bspwm.1.gz
-rw-r--r-- root/root usr/share/man/man1/bspwm.1.gz
drwxr-xr-x root/root usr/share/xsessions/
-rw-r--r-- root/root usr/share/xsessions/bspwm.desktop
drwxr-xr-x root/root usr/share/zsh/
drwxr-xr-x root/root usr/share/zsh/site-functions/
-rw-r--r-- root/root usr/share/zsh/site-functions/_bspc

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3z7QywzJX97Q6c45s+3TzLtl2hCQlvAyMw5clI2ruOhUObBPLDkFfaQ5+AH135KZWelNmuVlbFRsnlBCSlTeNgA=
SHA256 (Pkgfile) = aa2f8a6c0753747751ff5bd957699f9baf00abf5244931a7310991c104eae8ba
SHA256 (.footprint) = 862f3117a1f75434c8582cf3d30c02751afa2a49c71cdd4e1128711a9ef36c27
SHA256 (bspwm-0.9.10.tar.gz) = 0d0f5e465b9c27a5c2143c86189392fa297fad55253b9ed8f6854473d3928f8f

View File

@ -1,24 +0,0 @@
# Description: Binary space partitioning window manager
# URL: https://github.com/baskerville/bspwm
# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
# Depends on: xorg-xcb-util xorg-xcb-util-keysyms xorg-xcb-util-wm
name=bspwm
version=0.9.10
release=1
source=(https://github.com/baskerville/$name/archive/$version/$name-$version.tar.gz)
build () {
cd $name-${version}
make
make PREFIX=/usr DESTDIR=$PKG install
mv $PKG/usr/share/doc/$name $PKG/usr/share
rm -rf $PKG/usr/share/doc
rm -f $PKG/usr/share/$name/{CONTRIBUTING.md,INSTALL.md,MISC.md,TODO.md,CHANGELOG.md}
find $PKG/usr/share/$name -name 'README.md' -delete
# fix permissions
chmod -R g-w $PKG/*
}