wok diff gsettings-desktop-schemas/receipt @ rev 24813
updated libnetfilter_queue and libnetfilter_queue-dev (1.0.3 -> 1.0.5)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Mar 22 17:30:17 2022 +0100 (2022-03-22) |
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 Tue Mar 22 17:30:17 2022 +0100 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 }