33 lines
915 B
Plaintext
33 lines
915 B
Plaintext
# Template file for 'gsettings-desktop-schemas'
|
|
pkgname=gsettings-desktop-schemas
|
|
version=3.10.1
|
|
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=452378c4960a145747ec69f8c6a874e5b7715454df3e2452d1ff1a0a82e76811
|
|
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
|
|
}
|
|
}
|