2018-04-02 19:42:13 +10:00
|
|
|
# Description: Shared GSettings schemas for the desktop
|
2021-03-22 20:19:42 +11:00
|
|
|
# URL: https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas
|
2023-08-27 17:43:04 +02:00
|
|
|
# Maintainer: Tim Biermann, tbier at posteo dot de
|
2018-07-02 00:44:17 +10:00
|
|
|
# Depends on: gobject-introspection intltool
|
2018-04-02 19:42:13 +10:00
|
|
|
|
|
|
|
name=gsettings-desktop-schemas
|
2023-09-16 21:33:54 +02:00
|
|
|
version=45.0
|
2020-01-01 17:00:03 +11:00
|
|
|
release=1
|
2021-03-22 20:19:42 +11:00
|
|
|
source=(https://download.gnome.org/sources/$name/${version:0:2}/$name-$version.tar.xz)
|
2018-04-02 19:42:13 +10:00
|
|
|
|
|
|
|
build() {
|
2023-08-27 17:43:04 +02:00
|
|
|
meson setup $name-$version build \
|
|
|
|
--prefix=/usr \
|
|
|
|
--buildtype=plain \
|
|
|
|
--wrap-mode nodownload \
|
|
|
|
-D b_lto=true \
|
|
|
|
-D b_pie=true
|
2018-04-02 19:42:13 +10:00
|
|
|
|
2023-08-27 17:43:04 +02:00
|
|
|
meson compile -C build
|
|
|
|
DESTDIR=$PKG meson install -C build
|
2018-04-02 19:42:13 +10:00
|
|
|
|
2023-08-27 17:43:04 +02:00
|
|
|
rm -r $PKG/usr/share/locale
|
2018-04-02 19:42:13 +10:00
|
|
|
}
|