wok rev 21005
updated gsettings-desktop-schemas (3.12.2 -> 3.28.1)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Mar 09 09:43:51 2019 +0100 (2019-03-09) |
parents | f0a575154c06 |
children | 617057b68bbf |
files | gsettings-desktop-schemas/receipt |
line diff
1.1 --- a/gsettings-desktop-schemas/receipt Fri Mar 08 17:54:27 2019 +0100 1.2 +++ b/gsettings-desktop-schemas/receipt Sat Mar 09 09:43:51 2019 +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