void-packages/srcpkgs/gucharmap/template
2011-11-15 09:37:21 +01:00

38 lines
1.2 KiB
Plaintext

# Template file for 'gucharmap'
pkgname=gucharmap
version=3.2.2
distfiles="${GNOME_SITE}/$pkgname/3.2/$pkgname-$version.tar.xz"
build_style=gnu-configure
configure_args="--disable-schemas-install --disable-scrollkeeper
--with-gconf-schema-file-dir=/usr/share/gconf/schemas
--enable-introspection"
short_desc="GNOME Unicode Charmap"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.gnome.org"
license="GPL-2"
checksum=da1e422d387ff4df8bfb61e8a340483f88b0d23e4309a776848dbeb4093a5a21
long_desc="
gucharmap is a Unicode/ISO10646 character map and font viewer for the
GNOME platform. It supports anti-aliased, scalable fonts and more."
gconf_schemas="$pkgname.schemas"
gtk_iconcache_dirs="/usr/share/icons/hicolor"
subpackages="$pkgname-devel"
Add_dependency build pkg-config
Add_dependency build intltool
Add_dependency build gnome-doc-utils
Add_dependency build gobject-introspection
Add_dependency build gtk+3-devel
Add_dependency build GConf-devel
Add_dependency full hicolor-icon-theme
Add_dependency full desktop-file-utils
post_install()
{
mv ${DESTDIR}/usr/share/gconf/schemas/*.schemas ${wrksrc}
gconf-merge-schema ${DESTDIR}/usr/share/gconf/schemas/${gconf_schemas} \
--domain ${pkgname} ${wrksrc}/*.schemas
}