32 lines
914 B
Text
32 lines
914 B
Text
# Template file for 'gsettings-desktop-schemas'
|
|
pkgname=gsettings-desktop-schemas
|
|
version=3.8.2
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config intltool gobject-introspection"
|
|
makedepends="libglib-devel"
|
|
short_desc="Collection of GSettings schemas"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="GPL-2"
|
|
homepage="http://www.gnome.org"
|
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
|
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+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/share/pkgconfig
|
|
vmove usr/share/gir-1.0
|
|
}
|
|
}
|
|
|
|
gsettings-desktop-schemas_package() {
|
|
pkg_install() {
|
|
vmove all
|
|
}
|
|
}
|