26 lines
749 B
Plaintext
26 lines
749 B
Plaintext
# Template file for 'gsettings-desktop-schemas'
|
|
pkgname=gsettings-desktop-schemas
|
|
version=3.0.0
|
|
distfiles="${GNOME_SITE}/$pkgname/3.0/$pkgname-$version.tar.bz2"
|
|
build_style=gnu_configure
|
|
configure_args="--localstatedir=/var"
|
|
short_desc="Collection of GSettings schemas"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=1b8d7f6141379f3ab58ca917baa3eb947e78d6425664b21dc199a35f99991af6
|
|
long_desc="
|
|
${pkgname} contains a collection of GSettings schemas for
|
|
settings shared by various components of a desktop."
|
|
|
|
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
|
|
}
|