wok-6.x 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 | 7751c1676f43 |
children | b8ba1ff08a50 |
files | gsettings-desktop-schemas/receipt |
line diff
1.1 --- a/gsettings-desktop-schemas/receipt Sat Feb 22 16:26:34 2020 +0100 1.2 +++ b/gsettings-desktop-schemas/receipt Sat Feb 22 16:37:38 2020 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="gsettings-desktop-schemas" 1.7 -VERSION="3.28.1" 1.8 +VERSION="3.34.0" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="Collection of GSettings schemas for settings shared by various components of a GNOME Desktop." 1.11 MAINTAINER="al.bobylev@gmail.com" 1.12 @@ -12,18 +12,18 @@ 1.13 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 1.14 1.15 DEPENDS="" 1.16 -BUILD_DEPENDS="libgio-dev glib-dev" 1.17 +BUILD_DEPENDS="glib-dev libgio-dev meson ninja" 1.18 1.19 # Rules to configure and make the package. 1.20 compile_rules() 1.21 { 1.22 - ./configure --prefix=/usr && 1.23 - make -j 1 && 1.24 - make DESTDIR=$DESTDIR install 1.25 + meson build --prefix=/usr && 1.26 + ninja -C build && 1.27 + ninja -C build install 1.28 } 1.29 1.30 # Rules to gen a SliTaz package suitable for Tazpkg. 1.31 genpkg_rules() 1.32 { 1.33 - cp -a $install/usr $fs 1.34 + cp -a $install/usr $fs 1.35 }