Add debian packaging

This commit is contained in:
Jason Francis
2020-03-26 14:05:18 -04:00
parent 85fe656bb3
commit a1c17d882f
6 changed files with 469 additions and 0 deletions

23
debian/control vendored Normal file
View File

@@ -0,0 +1,23 @@
Source: wdisplays
Section: x11
Priority: optional
Maintainer: Jason Francis <cycl0ps@tuta.io>
Build-Depends: debhelper-compat (= 12),
meson,
libwayland-dev,
libgtk-3-dev,
libepoxy-dev
Standards-Version: 4.5.0
Homepage: https://cyclopsian.github.io/wdisplays
Vcs-Browser: https://github.com/cyclopsian/wdisplays
Vcs-Git: https://github.com/cyclopsian/wdisplays.git
Package: wdisplays
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: GUI display configurator for wlroots compositors
wdisplays is a graphical application for configuring displays in Wayland
compositors. It works with any compositor that implements the
wlr-output-management-unstable-v1 protocol, including sway. The goal of this
project is to allow precise adjustment of display settings in kiosks, digital
signage, and other elaborate multi-monitor setups.