feat: settings application architecture
This commit is contained in:
commit
2709dcfee5
43 changed files with 7244 additions and 0 deletions
21
debian/control
vendored
Normal file
21
debian/control
vendored
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
Source: cosmic-settings
|
||||
Section: utils
|
||||
Priority: optional
|
||||
Maintainer: Michael Murphy <mmstick@pm.me>
|
||||
Build-Depends:
|
||||
debhelper-compat (=13),
|
||||
just,
|
||||
cargo,
|
||||
cmake,
|
||||
libexpat1-dev,
|
||||
libfontconfig-dev,
|
||||
libfreetype-dev,
|
||||
pkg-config,
|
||||
Standards-Version: 4.6.2
|
||||
Homepage: https://github.com/pop-os/cosmic-settings
|
||||
|
||||
Package: cosmic-settings
|
||||
Architecture: amd64 arm64
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends}
|
||||
Description: Settings application for the COSMIC desktop environment
|
||||
Settings application for the COSMIC desktop environment
|
||||
Loading…
Add table
Add a link
Reference in a new issue