summaryrefslogtreecommitdiff
path: root/gsettings-desktop-schemas/Pkgfile
blob: 94eb048b2378de352c3073644d2566a40ffd1dae (plain)
    1 # Description: Shared GSettings schemas for the desktop
    2 # URL: https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas
    3 # Maintainer: Danny Rawlins, crux at romster dot me
    4 # Depends on: gobject-introspection intltool
    5 
    6 name=gsettings-desktop-schemas
    7 version=41.0
    8 release=1
    9 source=(https://download.gnome.org/sources/$name/${version:0:2}/$name-$version.tar.xz)
   10 
   11 build() {
   12 	cd $name-$version
   13 
   14 	meson build --prefix /usr
   15 	ninja -C build -j ${JOBS:-1}
   16 	DESTDIR="$PKG" ninja -C build install
   17 
   18 	rm -r $PKG/usr/share/locale
   19 }

Generated by cgit