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

updated calcurse (4.3.0 -> 4.5.1)
author Hans-G?nter Theisgen
date Tue Jan 07 13:14:16 2020 +0100 (2020-01-07)
parents 86790a278e70
children 7ff8d25d7ddb
line diff
     1.1 --- a/gsettings-desktop-schemas/receipt	Tue Aug 07 23:03:21 2018 +0200
     1.2 +++ b/gsettings-desktop-schemas/receipt	Tue Jan 07 13:14:16 2020 +0100
     1.3 @@ -1,14 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gsettings-desktop-schemas"
     1.7 -VERSION="3.12.2"
     1.8 +VERSION="3.28.1"
     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 +SHORT_DESC="Collection of GSettings schemas for settings shared by various components of a GNOME Desktop."
    1.12  MAINTAINER="al.bobylev@gmail.com"
    1.13  LICENSE="LGPL2.1"
    1.14 +WEB_SITE="https://www.gnome.org/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.17 -WEB_SITE="https://www.gnome.org/"
    1.18 -WGET_URL="http://ftp.gnome.org/pub/gnome/sources/gsettings-desktop-schemas/${VERSION%.*}/$TARBALL"
    1.19 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.20  
    1.21  DEPENDS=""
    1.22  BUILD_DEPENDS="libgio-dev glib-dev"
    1.23 @@ -16,9 +17,8 @@
    1.24  # Rules to configure and make the package.
    1.25  compile_rules()
    1.26  {
    1.27 -	cd $src
    1.28  	./configure --prefix=/usr &&
    1.29 -	make &&
    1.30 +	make -j 1 &&
    1.31  	make DESTDIR=$DESTDIR install
    1.32  }
    1.33