mirror of
https://github.com/libratbag/piper.git
synced 2026-04-23 15:58:28 -04:00
As discussed in #5, this enables better integration with the GNOME stack through Meson's GNOME module. This will allow us to use GSchemas, AppData and other GNOME technologies much easier. It will also simplify building Flatpaks of Piper.
8 lines
226 B
Bash
8 lines
226 B
Bash
#!/usr/bin/env sh
|
|
|
|
# Update icon cache
|
|
gtk-update-icon-cache -f -t ${DESTDIR}/${MESON_INSTALL_PREFIX}/share/icons/hicolor
|
|
|
|
# Install new schemas
|
|
#glib-compile-schemas ${DESTDIR}/${MESON_INSTALL_PREFIX}/share/glib-2.0/schemas/
|