Add maintainers field and optional dependency descriptions
This commit is contained in:
@@ -1,9 +1,11 @@
|
|||||||
name: i3
|
name: i3
|
||||||
description: Improved tiling window manager
|
description: Improved tiling window manager
|
||||||
version: "4.25"
|
version: "4.25"
|
||||||
revision: 1
|
revision: 2
|
||||||
url: https://i3wm.org/
|
url: https://i3wm.org/
|
||||||
license: BSD
|
license: BSD
|
||||||
|
maintainers:
|
||||||
|
- [email protected]
|
||||||
architecture: any
|
architecture: any
|
||||||
type: source
|
type: source
|
||||||
depends:
|
depends:
|
||||||
@@ -19,11 +21,11 @@ depends:
|
|||||||
- xcb-util-xrm
|
- xcb-util-xrm
|
||||||
- yajl
|
- yajl
|
||||||
optional_depends:
|
optional_depends:
|
||||||
- dmenu
|
- dmenu:Default program launcher
|
||||||
- i3-lock
|
- i3-lock:Default screen locker
|
||||||
- i3-status
|
- i3-status:Default status bar generator
|
||||||
- rofi
|
- rofi:Modern dmenu replacement
|
||||||
- xss-lock
|
- xss-lock:Required for the default screen locker
|
||||||
make_depends:
|
make_depends:
|
||||||
- asciidoc
|
- asciidoc
|
||||||
- meson
|
- meson
|
||||||
|
|||||||
Reference in New Issue
Block a user