2010-04-13 20:15:23 +00:00
|
|
|
# Template file for 'gucharmap'
|
|
|
|
pkgname=gucharmap
|
2011-09-30 13:46:56 +00:00
|
|
|
version=3.2.0
|
|
|
|
distfiles="${GNOME_SITE}/$pkgname/3.2/$pkgname-$version.tar.xz"
|
2010-04-13 20:15:23 +00:00
|
|
|
build_style=gnu_configure
|
|
|
|
configure_args="--disable-schemas-install --disable-scrollkeeper
|
|
|
|
--with-gconf-schema-file-dir=/usr/share/gconf/schemas
|
2011-09-30 13:46:56 +00:00
|
|
|
--localstatedir=/var --enable-introspection"
|
2010-04-13 20:15:23 +00:00
|
|
|
short_desc="GNOME Unicode Charmap"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-09-30 13:46:56 +00:00
|
|
|
homepage="http://www.gnome.org"
|
|
|
|
license="GPL-2"
|
|
|
|
checksum=42aacc32beeb0ebb24db519aaceeb184e4212fdd7732bd7b0f6a15f00afc9501
|
2010-04-13 20:15:23 +00:00
|
|
|
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"
|
2011-03-01 15:43:00 +00:00
|
|
|
subpackages="$pkgname-devel"
|
2010-04-13 20:15:23 +00:00
|
|
|
|
|
|
|
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
|
2010-10-24 15:57:27 +00:00
|
|
|
Add_dependency run gdk-pixbuf
|
|
|
|
Add_dependency run libpng
|
2011-03-03 10:21:42 +00:00
|
|
|
Add_dependency run gtk+3
|
2010-04-13 20:15:23 +00:00
|
|
|
Add_dependency run GConf
|
2011-09-30 13:46:56 +00:00
|
|
|
Add_dependency run hicolor-icon-theme
|
|
|
|
Add_dependency run desktop-file-utils
|
2010-04-13 20:15:23 +00:00
|
|
|
|
|
|
|
Add_dependency build pkg-config
|
|
|
|
Add_dependency build intltool
|
|
|
|
Add_dependency build gnome-doc-utils
|
2011-09-30 13:46:56 +00:00
|
|
|
Add_dependency build gobject-introspection
|
2011-03-03 10:21:42 +00:00
|
|
|
Add_dependency build gtk+3-devel
|
2010-04-13 20:15:23 +00:00
|
|
|
Add_dependency build GConf-devel
|
|
|
|
|
2011-03-04 13:38:01 +00:00
|
|
|
post_install()
|
|
|
|
{
|
|
|
|
mv ${DESTDIR}/usr/share/gconf/schemas/*.schemas ${wrksrc}
|
|
|
|
gconf-merge-schema ${DESTDIR}/usr/share/gconf/schemas/${gconf_schemas} \
|
|
|
|
--domain ${pkgname} ${wrksrc}/*.schemas
|
|
|
|
}
|