gsettings-desktop-schemas: update to 3.2.0.

This commit is contained in:
Juan RP 2011-09-28 17:03:27 +02:00
parent b98bf3e97a
commit 1c3fb87778

View File

@ -1,12 +1,12 @@
# Template file for 'gsettings-desktop-schemas'
pkgname=gsettings-desktop-schemas
version=3.0.1
distfiles="${GNOME_SITE}/$pkgname/3.0/$pkgname-$version.tar.bz2"
version=3.2.0
distfiles="${GNOME_SITE}/$pkgname/3.2/$pkgname-$version.tar.xz"
build_style=gnu_configure
configure_args="--localstatedir=/var"
short_desc="Collection of GSettings schemas"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=6e72158a0e70ae50b8bb992e1486dd2fda43207f4ec4eb03a0d769f210363fd9
checksum=110ea92485eade7f8f850da55944ae9f40597a891f3c46831c8edad06657e21c
long_desc="
${pkgname} contains a collection of GSettings schemas for
settings shared by various components of a desktop."
@ -19,9 +19,3 @@ Add_dependency build pkg-config
Add_dependency build intltool
Add_dependency build coreutils # /usr/bin/env
Add_dependency build glib-devel
post_install()
{
install -d ${DESTDIR}/usr/lib
mv ${DESTDIR}/usr/share/pkgconfig ${DESTDIR}/usr/lib
}