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

updated perl-io-multiplex (1.09 -> 1.16)
author Hans-G?nter Theisgen
date Tue Mar 31 09:43:04 2020 +0100 (2020-03-31)
parents 7ff8d25d7ddb
children 6831608a1b2a
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 gobject-introspection-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 }