1
0
forked from extern/nix-config

Remove bspwm-round-corners-git

I no longer have a need to use round corners in bspwm, although it was
cool at the time.
This commit is contained in:
Donovan Glover 2021-05-10 10:03:39 -04:00
parent eb4650fb3b
commit 3cbbbd1255
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 0 additions and 31 deletions

View File

@ -6,7 +6,6 @@ Note that you can install multiple DEs and WMs at once, then switch between them
## Packages
- [bspwm-round-corners-git](/.archlinux/PKGBUILDs/bspwm-round-corners-git) - X11 window manager with border_radius support
- [color-scripts](/.archlinux/PKGBUILDs/color-scripts) - Color scripts, purely for aesthetics
- [tari-core](/.archlinux/PKGBUILDs/tari-core) - Meta package for my Arch Linux installation
- [xeventbind](/.archlinux/PKGBUILDs/xeventbind) - Useful to change X DPI on resolution change

View File

@ -1,30 +0,0 @@
pkgname=bspwm-round-corners-git
pkgver=0.9.5.r19.7b0cf3d
pkgrel=1
pkgdesc="X11 window manager with border_radius support"
arch=('x86_64')
url="https://github.com/Javyre/bspwm"
provides=('bspwm')
conflicts=('bspwm')
license=('custom:BSD')
depends=('xcb-util' 'xcb-util-wm' 'xcb-util-keysyms')
makedepends=('git')
optdepends=('sxhkd: to define keyboard and pointer bindings'
'xdo: for the example panel')
source=("$pkgname::git+https://github.com/Javyre/bspwm#branch=round_corners")
sha256sums=('SKIP')
pkgver() {
cd "$pkgname"
printf "%s" "$(git describe --long | sed 's/\([^-]*-\)g/r\1/;s/-/./g')"
}
build() {
make -C "$pkgname" PREFIX=/usr
}
package() {
cd "$pkgname"
make PREFIX=/usr DESTDIR="$pkgdir" install
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/bspwm/LICENSE"
}