wok view gsettings-desktop-schemas/receipt @ rev 22883

updated gsettings-desktop-schemas (3.28.1 -> 3.34.0)
author Hans-G?nter Theisgen
date Sat Feb 22 16:37:38 2020 +0100 (2020-02-22)
parents a28d11e05227
children b8ba1ff08a50
line source
1 # SliTaz package receipt.
3 PACKAGE="gsettings-desktop-schemas"
4 VERSION="3.34.0"
5 CATEGORY="x-window"
6 SHORT_DESC="Collection of GSettings schemas for settings shared by various components of a GNOME Desktop."
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://www.gnome.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
14 DEPENDS=""
15 BUILD_DEPENDS="glib-dev libgio-dev meson ninja"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 meson build --prefix=/usr &&
21 ninja -C build &&
22 ninja -C build install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cp -a $install/usr $fs
29 }