2011-03-01 00:06:45 +00:00
|
|
|
# Template file for 'gsettings-desktop-schemas'
|
|
|
|
pkgname=gsettings-desktop-schemas
|
2011-04-27 12:16:52 +00:00
|
|
|
version=3.0.1
|
2011-04-05 09:22:19 +00:00
|
|
|
distfiles="${GNOME_SITE}/$pkgname/3.0/$pkgname-$version.tar.bz2"
|
2011-03-01 00:06:45 +00:00
|
|
|
build_style=gnu_configure
|
|
|
|
configure_args="--localstatedir=/var"
|
2011-04-05 09:22:19 +00:00
|
|
|
short_desc="Collection of GSettings schemas"
|
2011-03-01 00:06:45 +00:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-04-27 12:16:52 +00:00
|
|
|
checksum=6e72158a0e70ae50b8bb992e1486dd2fda43207f4ec4eb03a0d769f210363fd9
|
2011-03-01 00:06:45 +00:00
|
|
|
long_desc="
|
2011-04-05 09:22:19 +00:00
|
|
|
${pkgname} contains a collection of GSettings schemas for
|
|
|
|
settings shared by various components of a desktop."
|
2011-03-01 00:06:45 +00:00
|
|
|
|
|
|
|
triggers="gsettings-schemas"
|
|
|
|
noarch=yes
|
|
|
|
|
|
|
|
Add_dependency run glib ">=0"
|
|
|
|
Add_dependency build pkg-config
|
|
|
|
Add_dependency build intltool
|
|
|
|
|
|
|
|
post_install()
|
|
|
|
{
|
|
|
|
install -d ${DESTDIR}/usr/lib
|
|
|
|
mv ${DESTDIR}/usr/share/pkgconfig ${DESTDIR}/usr/lib
|
|
|
|
}
|