gsettings-desktop-schemas: update to 3.8.2.

This commit is contained in:
Juan RP 2013-05-14 14:23:50 +02:00
parent 626496acf7
commit 2c3b84a172
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'gsettings-desktop-schemas'
pkgname=gsettings-desktop-schemas
version=3.8.0
version=3.8.2
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config intltool gobject-introspection"
@ -10,14 +10,14 @@ maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
homepage="http://www.gnome.org"
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
checksum=9583384299c3b8cc21f99327a84527d3e7e55a26ada35ea81522dc4c05a5ae0c
checksum=86070b2a4e1ab5a28f81b8fd413434eadc1f8505cbf14886d150eb925f93c827
long_desc="
${pkgname} contains a collection of GSettings schemas for
settings shared by various components of a desktop."
gsettings-desktop-schemas-devel_package() {
depends="${sourcepkg}>=${version}"
short_desc="${short_desc} -- development files"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/share/pkgconfig
@ -27,6 +27,6 @@ gsettings-desktop-schemas-devel_package() {
gsettings-desktop-schemas_package() {
pkg_install() {
vmove usr
vmove all
}
}