void-packages/srcpkgs/gucharmap/template
2011-09-30 15:46:56 +02:00

49 lines
1.5 KiB
Plaintext

# Template file for 'gucharmap'
pkgname=gucharmap
version=3.2.0
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
--localstatedir=/var --enable-introspection"
short_desc="GNOME Unicode Charmap"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.gnome.org"
license="GPL-2"
checksum=42aacc32beeb0ebb24db519aaceeb184e4212fdd7732bd7b0f6a15f00afc9501
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 run glibc
Add_dependency run glib
Add_dependency run atk
Add_dependency run pango
Add_dependency run cairo
Add_dependency run freetype
Add_dependency run fontconfig
Add_dependency run gdk-pixbuf
Add_dependency run libpng
Add_dependency run gtk+3
Add_dependency run GConf
Add_dependency run hicolor-icon-theme
Add_dependency run desktop-file-utils
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
post_install()
{
mv ${DESTDIR}/usr/share/gconf/schemas/*.schemas ${wrksrc}
gconf-merge-schema ${DESTDIR}/usr/share/gconf/schemas/${gconf_schemas} \
--domain ${pkgname} ${wrksrc}/*.schemas
}