# HG changeset patch # User Hans-G?nter Theisgen # Date 1552121031 -3600 # Node ID a28d11e05227d9ce2afd1aa97837509505ff6a9c # Parent f0a575154c069c5693f7415711217d9d5a0e94eb updated gsettings-desktop-schemas (3.12.2 -> 3.28.1) diff -r f0a575154c06 -r a28d11e05227 gsettings-desktop-schemas/receipt --- a/gsettings-desktop-schemas/receipt Fri Mar 08 17:54:27 2019 +0100 +++ b/gsettings-desktop-schemas/receipt Sat Mar 09 09:43:51 2019 +0100 @@ -1,14 +1,15 @@ # SliTaz package receipt. PACKAGE="gsettings-desktop-schemas" -VERSION="3.12.2" +VERSION="3.28.1" CATEGORY="x-window" -SHORT_DESC="Collection of GSettings schemas for settings shared by various components of a GNOME Desktop" +SHORT_DESC="Collection of GSettings schemas for settings shared by various components of a GNOME Desktop." MAINTAINER="al.bobylev@gmail.com" LICENSE="LGPL2.1" +WEB_SITE="https://www.gnome.org/" + TARBALL="$PACKAGE-$VERSION.tar.xz" -WEB_SITE="https://www.gnome.org/" -WGET_URL="http://ftp.gnome.org/pub/gnome/sources/gsettings-desktop-schemas/${VERSION%.*}/$TARBALL" +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" DEPENDS="" BUILD_DEPENDS="libgio-dev glib-dev" @@ -16,9 +17,8 @@ # Rules to configure and make the package. compile_rules() { - cd $src ./configure --prefix=/usr && - make && + make -j 1 && make DESTDIR=$DESTDIR install }