bspwm1-maflorezp-git
LOW
maintainer maflorezp
0 votes
scanned 2026-09-18 07:27:46.046490
Why flagged
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
Triggered rules
Low
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
PKGBUILD
1
# Maintainer: Mauricio Alexander Flórez <maflorezp@gmail.com>
2
#
3
# bspwm1 con los cambios de la rama `local` de github.com/maflorezp/bspwm1:
4
# imán de bordes, zonas y vista previa del Aero Snap, reglas por propiedades,
5
# cuatro PRs de bspwm original y dos arreglos de bspwm1. Sustituye al bspwm
6
# oficial y al bspwm1.
7
#
8
# Este es el PKGBUILD que se publica en AUR. La copia de los dotfiles es para
9
# compilar en caliente durante el desarrollo; ésta es la buena.
10
11
pkgname=bspwm1-maflorezp-git
12
_srcname=bspwm1
13
pkgver=1.6.2.r124.g03237e5
14
pkgrel=1
15
pkgdesc="bspwm1 with live edge magnetism, configurable Aero Snap and rules matched by window properties"
16
arch=('x86_64')
17
url="https://github.com/maflorezp/bspwm1"
18
license=('BSD-2-Clause')
19
depends=('libxcb' 'xcb-util' 'xcb-util-keysyms' 'xcb-util-wm' 'libxkbcommon')
20
makedepends=('git')
21
optdepends=('sxhkd: keybinding daemon')
22
provides=('bspwm' 'bspwm1')
23
conflicts=('bspwm' 'bspwm1')
24
# La rama `local` es la que funde todas las ramas de trabajo. Al ser un paquete
25
# -git, pkgver() resuelve el commit exacto en cada compilación.
26
source=("${_srcname}::git+${url}.git#branch=local")
27
sha256sums=('SKIP')
28
29
# Versión de paquete VCS: último tag, commits desde él y hash (1.6.2.r25.gabcdef0).
30
pkgver() {
31
cd "${_srcname}"
32
git describe --long --tags --abbrev=7 | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
33
}
34
35
build() {
36
cd "${_srcname}"
37
make
38
}
39
40
package() {
41
cd "${_srcname}"
42
make DESTDIR="$pkgdir" PREFIX=/usr install
43
}
44
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-18 07:27:46 | Low | 1 |