Update control
This commit is contained in:
parent
b71086323d
commit
fc3311eb7b
50
debian/control
vendored
50
debian/control
vendored
@ -1,19 +1,37 @@
|
||||
Source: upstream-name
|
||||
Section: admin
|
||||
Source: labwc
|
||||
Section: x11
|
||||
Priority: optional
|
||||
Maintainer: name <email>
|
||||
Standards-Version: 4.6.1
|
||||
Build-Depends: debhelper-compat (= 13)
|
||||
Maintainer: ferrreo <harderthanfire@gmail.com>
|
||||
Build-Depends: debhelper-compat (= 13),
|
||||
git,
|
||||
meson,
|
||||
scdoc,
|
||||
libcairo2-dev,
|
||||
libdrm-dev,
|
||||
libglib2.0-dev,
|
||||
libinput-dev (>= 1.14),
|
||||
libpango1.0-dev,
|
||||
libpixman-1-dev,
|
||||
libwayland-dev (>= 1.19),
|
||||
libwlroots-dev (>= 0.16.0),
|
||||
libxkbcommon-dev,
|
||||
libxml2-dev,
|
||||
wayland-protocols (>= 1.19)
|
||||
Standards-Version: 4.5.1
|
||||
Homepage: https://github.com/labwc/labwc
|
||||
Rules-Requires-Root: no
|
||||
|
||||
Package: pkgname1
|
||||
Architecture: linux-any
|
||||
# Delete any of these lines if un-used
|
||||
Depends: ${misc:Depends}, depends
|
||||
Recommends: high priority optdepends
|
||||
Conflicts: conflicts
|
||||
Suggests: low priority optdepends
|
||||
Breaks: also conflicts!?
|
||||
Provides: provides
|
||||
#
|
||||
Description: pkgdesc
|
||||
Package: labwc
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Recommends: labwc-tweaks
|
||||
Suggests: swaybg
|
||||
Description: lightweight Wayland compositor
|
||||
labwc stands for Lab Wayland Compositor, where lab can mean any of the following:
|
||||
* sense of experimentation and treading new ground
|
||||
* inspired by BunsenLabs and ArchLabs
|
||||
* your favorite pet
|
||||
It is a wlroots-based stacking compositor aiming to be lightweight
|
||||
and independent, with a focus on simply stacking windows well and
|
||||
rendering some window decorations. It relies on clients for wallpaper,
|
||||
panels, screenshots, and so on to create a full desktop environment.
|
||||
|
Reference in New Issue
Block a user