feat(design-demo): debian packaging
This commit is contained in:
parent
37d5dd8b65
commit
5cd9d74189
12 changed files with 164 additions and 4 deletions
25
debian/control
vendored
Normal file
25
debian/control
vendored
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
Source: libcosmic
|
||||
Section: utils
|
||||
Priority: optional
|
||||
Maintainer: Michael Aaron Murphy <michael@mmurphy.dev>
|
||||
Build-Depends:
|
||||
cargo,
|
||||
clang,
|
||||
cmake,
|
||||
debhelper-compat (=13),
|
||||
just (>= 1.13.0),
|
||||
libexpat1-dev,
|
||||
libfontconfig-dev,
|
||||
libfreetype-dev,
|
||||
libxkbcommon-dev,
|
||||
mold,
|
||||
pkg-config,
|
||||
rustc,
|
||||
Standards-Version: 4.6.2
|
||||
Homepage: https://github.com/pop-os/libcosmic
|
||||
|
||||
Package: cosmic-design-demo
|
||||
Architecture: amd64 arm64
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends}
|
||||
Description: libcosmic demo displaying its design elements and capabilities
|
||||
libcosmic demo displaying its design elements and capabilities
|
||||
Loading…
Add table
Add a link
Reference in a new issue