# HG changeset patch # User Aleksej Bobylev # Date 1509448313 -7200 # Node ID 064e844c047a8331b782761a12b5e167ec96d80d # Parent c87e072a7568693812cc73458a7eb78b152648d2 Update gsettings-desktop-schemas; update dependencies in tazweb, midori. diff -r c87e072a7568 -r 064e844c047a gsettings-desktop-schemas/receipt --- a/gsettings-desktop-schemas/receipt Tue Oct 31 11:58:18 2017 +0100 +++ b/gsettings-desktop-schemas/receipt Tue Oct 31 13:11:53 2017 +0200 @@ -1,30 +1,35 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. PACKAGE="gsettings-desktop-schemas" -VERSION="3.20.0" -CATEGORY="x-window" -SHORT_DESC="Collection of GSettings schemas for settings shared by various components of a GNOME Desktop" +VERSION="3.24.0" +CATEGORY="gnome" +SHORT_DESC="Collection of GSettings schemas" MAINTAINER="al.bobylev@gmail.com" LICENSE="LGPL2.1" -WEB_SITE="http://www.gnome.org/" +WEB_SITE="https://git.gnome.org/browse/gsettings-desktop-schemas" +LFS="http://www.linuxfromscratch.org/blfs/view/stable/gnome/gsettings-desktop-schemas.html" TARBALL="$PACKAGE-$VERSION.tar.xz" WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" -DEPENDS="glib" BUILD_DEPENDS="glib-dev gobject-introspection-dev intltool" +SPLIT="gsettings-desktop-schemas-dev" -# Rules to configure and make the package. -compile_rules() -{ - sed -i -r 's:"(/system):"/org/gnome\1:g' schemas/*.in && +compile_rules() { + sed -i -r 's:"(/system):"/org/gnome\1:g' schemas/*.in ./configure $CONFIGURE_ARGS && make && make install } -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - copy usr/ - rm -rf $fs/usr/share/locale +genpkg_rules() { + case $PACKAGE in + gsettings-desktop-schemas) + copy @std + DEPENDS="glib dconf" + ;; + *-dev) + copy @dev + DEPENDS="gsettings-desktop-schemas glib-dev" + ;; + esac } diff -r c87e072a7568 -r 064e844c047a midori/receipt --- a/midori/receipt Tue Oct 31 11:58:18 2017 +0100 +++ b/midori/receipt Tue Oct 31 13:11:53 2017 +0200 @@ -30,6 +30,7 @@ genpkg_rules() { copy @std DEPENDS="atk cairo fontconfig freetype gcr-base gdk-pixbuf glib gtk+ \ - libsoup libsoup-gnome libsqlite3 libxml2 p11-kit pango webkitgtk" + libsoup libsoup-gnome libsqlite3 libxml2 p11-kit pango webkitgtk \ + gsettings-desktop-schemas" TAGS="web-browser web webkit" } diff -r c87e072a7568 -r 064e844c047a tazweb/receipt --- a/tazweb/receipt Tue Oct 31 11:58:18 2017 +0100 +++ b/tazweb/receipt Tue Oct 31 13:11:53 2017 +0200 @@ -31,5 +31,5 @@ { copy @std DEPENDS="atk cairo fontconfig freetype gdk-pixbuf glib gtk+ libsoup pango \ - webkitgtk" + webkitgtk gsettings-desktop-schemas" }