2011-03-01 00:06:45 +00:00
|
|
|
# Template file for 'gsettings-desktop-schemas'
|
|
|
|
pkgname=gsettings-desktop-schemas
|
2013-05-14 12:23:50 +00:00
|
|
|
version=3.8.2
|
2012-09-25 12:07:58 +00:00
|
|
|
revision=1
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2013-03-28 06:36:27 +00:00
|
|
|
hostmakedepends="pkg-config intltool gobject-introspection"
|
|
|
|
makedepends="libglib-devel"
|
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>"
|
2012-03-20 08:58:15 +00:00
|
|
|
license="GPL-2"
|
2012-09-25 12:07:58 +00:00
|
|
|
homepage="http://www.gnome.org"
|
2013-03-28 06:36:27 +00:00
|
|
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
2013-05-14 12:23:50 +00:00
|
|
|
checksum=86070b2a4e1ab5a28f81b8fd413434eadc1f8505cbf14886d150eb925f93c827
|
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."
|
2013-04-12 13:11:12 +00:00
|
|
|
|
|
|
|
gsettings-desktop-schemas-devel_package() {
|
|
|
|
depends="${sourcepkg}>=${version}"
|
2013-05-14 12:23:50 +00:00
|
|
|
short_desc+=" - development files"
|
2013-04-12 13:11:12 +00:00
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/share/pkgconfig
|
|
|
|
vmove usr/share/gir-1.0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
gsettings-desktop-schemas_package() {
|
|
|
|
pkg_install() {
|
2013-05-14 12:23:50 +00:00
|
|
|
vmove all
|
2013-04-12 13:11:12 +00:00
|
|
|
}
|
|
|
|
}
|