mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-21 23:00:06 -07:00
gtk+3: remove gsettings-desktop-schemas
This commit is contained in:
parent
4a7aa49e1a
commit
ff82189547
@ -26,20 +26,6 @@ meson setup \
|
|||||||
ninja -C output
|
ninja -C output
|
||||||
meson install -C output
|
meson install -C output
|
||||||
|
|
||||||
# GTK+3 on Wayland requires gsettings-desktop-schemas for gsettings to work
|
|
||||||
# correctly. Under X11 it made use of xsettings but this is no longer the case.
|
|
||||||
(
|
|
||||||
cd schemas
|
|
||||||
|
|
||||||
meson \
|
|
||||||
--prefix=/usr \
|
|
||||||
-Dintrospection=false \
|
|
||||||
. output
|
|
||||||
|
|
||||||
ninja -C output
|
|
||||||
ninja -C output install
|
|
||||||
)
|
|
||||||
|
|
||||||
# We don't compile with librsvg which leads to this utility solely causing
|
# We don't compile with librsvg which leads to this utility solely causing
|
||||||
# compiler errors for some packages. It has no use at all.
|
# compiler errors for some packages. It has no use at all.
|
||||||
rm -f "$1/usr/bin/gtk-encode-symbolic-svg"
|
rm -f "$1/usr/bin/gtk-encode-symbolic-svg"
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
dbc69f90ddc821b8d1441f00374dc1da4323a2eafa9078e61edbe5eeefa852ec
|
dbc69f90ddc821b8d1441f00374dc1da4323a2eafa9078e61edbe5eeefa852ec
|
||||||
6972a46ca995f1ea9668bacfa5915e9d805a2e39fcfd9f346a7ca10d44d144be
|
|
||||||
893f84833bf5b87a1b2f7d0a373f16037f5e2be6b4d030d8c4b7f9ff48cc993f
|
893f84833bf5b87a1b2f7d0a373f16037f5e2be6b4d030d8c4b7f9ff48cc993f
|
||||||
8fbb449d4396cacba8c12b3e7461e1e940af8467e421a8011b3fa0bab0564426
|
8fbb449d4396cacba8c12b3e7461e1e940af8467e421a8011b3fa0bab0564426
|
||||||
ac0bf8ffb89a5882e468a578c6bb9ca5078f1a8ac70de1119baae05b9b7c121d
|
ac0bf8ffb89a5882e468a578c6bb9ca5078f1a8ac70de1119baae05b9b7c121d
|
||||||
|
@ -11,3 +11,4 @@ pango
|
|||||||
pkgconf make
|
pkgconf make
|
||||||
python make
|
python make
|
||||||
wayland
|
wayland
|
||||||
|
wayland-protocols make
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
https://download.gnome.org/sources/gtk+/MAJOR.MINOR/gtk+-VERSION.tar.xz
|
https://download.gnome.org/sources/gtk+/MAJOR.MINOR/gtk+-VERSION.tar.xz
|
||||||
https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas/-/archive/42.0/gsettings-desktop-schemas-43.0.tar.gz schemas
|
|
||||||
patches/01-no-fribidi.patch
|
patches/01-no-fribidi.patch
|
||||||
patches/02-fix-firefox.patch
|
patches/02-fix-firefox.patch
|
||||||
patches/03-no-accessibility.patch
|
patches/03-no-accessibility.patch
|
||||||
|
@ -1 +1 @@
|
|||||||
3.24.34 4
|
3.24.34 5
|
||||||
|
Loading…
Reference in New Issue
Block a user