diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-07-09 23:43:24 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-07-09 23:43:24 +0800 |
| commit | be7054b389490aac3f4168414e61e0513d10ff39 (patch) | |
| tree | b34e3f1b6ee56e68229fac77f5b89c1795c1980c /repos | |
| parent | daaee5106179e59cb39fa4ae800efc35b8ac065f (diff) | |
| download | alicelinux-be7054b389490aac3f4168414e61e0513d10ff39.tar.gz alicelinux-be7054b389490aac3f4168414e61e0513d10ff39.zip | |
bspwm: new added
Diffstat (limited to 'repos')
| -rw-r--r-- | repos/xorg/bspwm/.files | 20 | ||||
| -rw-r--r-- | repos/xorg/bspwm/abuild | 4 | ||||
| -rw-r--r-- | repos/xorg/bspwm/depends | 3 |
3 files changed, 27 insertions, 0 deletions
diff --git a/repos/xorg/bspwm/.files b/repos/xorg/bspwm/.files new file mode 100644 index 00000000..749e6ac2 --- /dev/null +++ b/repos/xorg/bspwm/.files @@ -0,0 +1,20 @@ +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-rw-r-- root/root usr/share/bash-completion/completions/bspc +drwxr-xr-x root/root usr/share/fish/ +drwxr-xr-x root/root usr/share/fish/vendor_completions.d/ +-rw-rw-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-rw-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-rw-r-- root/root usr/share/zsh/site-functions/_bspc diff --git a/repos/xorg/bspwm/abuild b/repos/xorg/bspwm/abuild new file mode 100644 index 00000000..084f86e2 --- /dev/null +++ b/repos/xorg/bspwm/abuild @@ -0,0 +1,4 @@ +name=bspwm +version=0.9.10 +release=1 +source="https://github.com/baskerville/${name}/archive/${version}/${name}-${version}.tar.gz" diff --git a/repos/xorg/bspwm/depends b/repos/xorg/bspwm/depends new file mode 100644 index 00000000..c289c8c8 --- /dev/null +++ b/repos/xorg/bspwm/depends @@ -0,0 +1,3 @@ +xcb-util-wm +xcb-util +xcb-util-keysyms |