wok diff gsettings-desktop-schemas/receipt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (24 months ago)
parents 6831608a1b2a
children
line diff
     1.1 --- a/gsettings-desktop-schemas/receipt	Tue Sep 28 17:26:43 2021 +0000
     1.2 +++ b/gsettings-desktop-schemas/receipt	Sat May 21 21:38:29 2022 +0000
     1.3 @@ -1,13 +1,14 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gsettings-desktop-schemas"
     1.7 -VERSION="3.34.0"
     1.8 +VERSION="41.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  LICENSE="LGPL2.1"
    1.13  WEB_SITE="https://www.gnome.org/"
    1.14  
    1.15 +SUGGESTED="gsettings-desktop-schemas-lang"
    1.16  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.17  WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.18  
    1.19 @@ -23,13 +24,16 @@
    1.20  # Rules to configure and make the package.
    1.21  compile_rules()
    1.22  {
    1.23 -	meson build --prefix=/usr &&
    1.24 -	ninja -C build &&
    1.25 -	ninja -C build install
    1.26 +	meson	_build		\
    1.27 +		--prefix=/usr &&
    1.28 +	ninja	-C _build &&
    1.29 +	ninja	-C _build install
    1.30  }
    1.31  
    1.32  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.33  genpkg_rules()
    1.34  {
    1.35  	cp -a $install/usr	$fs
    1.36 +	# moved to package gsettings-desktop-schemas-lang
    1.37 +	rm -r			$fs/usr/share/locale
    1.38  }