mirror of
https://git.suyu.dev/suyu/flatpak.git
synced 2026-01-02 04:34:36 +01:00
Init
This commit is contained in:
commit
e571c4fbe8
139 changed files with 8839 additions and 0 deletions
6
shared-modules/libdecor/README.md
Normal file
6
shared-modules/libdecor/README.md
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
This is a shared module for libdecoration, used by several applications and utilities to get window decorations on Wayland compositors that might not implement server-side decorations.
|
||||
|
||||
This will contain the latest versioned release of libdecor; if newer (devel) versions are desired, please manually add it to your flatpak manifest.
|
||||
|
||||
The freedesktop runtime already bundles GTK3, so you don't need to do any more work to get native-looking CSDs on GNOME with libdecor versions newer than 0.1.1.
|
||||
If it can't load the GTK3 plugin, it will fallback to Cairo.
|
||||
18
shared-modules/libdecor/libdecor-0.2.0.json
Normal file
18
shared-modules/libdecor/libdecor-0.2.0.json
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"name": "libdecor",
|
||||
"buildsystem": "meson",
|
||||
"config-opts": [
|
||||
"-Ddemo=false"
|
||||
],
|
||||
"sources": [
|
||||
{
|
||||
"type": "archive",
|
||||
"url": "https://gitlab.freedesktop.org/libdecor/libdecor/-/archive/0.2.0/libdecor-0.2.0.tar.gz",
|
||||
"sha256": "455acc1e1af43657fadbc79a9bac41e2d465ad1abdf1a6f8405e461350046f22"
|
||||
}
|
||||
],
|
||||
"cleanup": [
|
||||
"/include",
|
||||
"/lib/pkgconfig"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue