wok rev 24628
updated gsettings-desktop-schemas (3.34.0 -> 41.0)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Mar 08 09:14:03 2022 +0100 (2022-03-08) |
parents | 5056c151cd62 |
children | 22350946c558 |
files | gsettings-desktop-schemas-lang/receipt gsettings-desktop-schemas/description.txt gsettings-desktop-schemas/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/gsettings-desktop-schemas-lang/receipt Tue Mar 08 09:14:03 2022 +0100 1.3 @@ -0,0 +1,17 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="gsettings-desktop-schemas-lang" 1.7 +VERSION="41.0" 1.8 +CATEGORY="localization" 1.9 +SHORT_DESC="Collection of GSettings schemas - localised messages." 1.10 +MAINTAINER="maintainer@slitaz.org" 1.11 +LICENSE="LGPL2.1" 1.12 +WEB_SITE="https://www.gnome.org/" 1.13 + 1.14 +WANTED="gsettings-desktop-schemas" 1.15 + 1.16 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.17 +genpkg_rules() 1.18 +{ 1.19 + cook_copy_folders locale 1.20 +}
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/gsettings-desktop-schemas/description.txt Tue Mar 08 09:14:03 2022 +0100 2.3 @@ -0,0 +1,2 @@ 2.4 +Gsettings-desktop-schemas contains a collection of GSettings schemas for 2.5 +settings shared by various components of a desktop.
3.1 --- a/gsettings-desktop-schemas/receipt Tue Mar 08 08:57:07 2022 +0100 3.2 +++ b/gsettings-desktop-schemas/receipt Tue Mar 08 09:14:03 2022 +0100 3.3 @@ -1,13 +1,14 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="gsettings-desktop-schemas" 3.7 -VERSION="3.34.0" 3.8 +VERSION="41.0" 3.9 CATEGORY="x-window" 3.10 SHORT_DESC="Collection of GSettings schemas for settings shared by various components of a GNOME Desktop." 3.11 MAINTAINER="al.bobylev@gmail.com" 3.12 LICENSE="LGPL2.1" 3.13 WEB_SITE="https://www.gnome.org/" 3.14 3.15 +SUGGESTED="gsettings-desktop-schemas-lang" 3.16 TARBALL="$PACKAGE-$VERSION.tar.xz" 3.17 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 3.18 3.19 @@ -23,13 +24,16 @@ 3.20 # Rules to configure and make the package. 3.21 compile_rules() 3.22 { 3.23 - meson build --prefix=/usr && 3.24 - ninja -C build && 3.25 - ninja -C build install 3.26 + meson _build \ 3.27 + --prefix=/usr && 3.28 + ninja -C _build && 3.29 + ninja -C _build install 3.30 } 3.31 3.32 # Rules to gen a SliTaz package suitable for Tazpkg. 3.33 genpkg_rules() 3.34 { 3.35 cp -a $install/usr $fs 3.36 + # moved to package gsettings-desktop-schemas-lang 3.37 + rm -r $fs/usr/share/locale 3.38 }