2010-04-16 08:05:01 +00:00
|
|
|
# Template build file for 'pangomm'.
|
|
|
|
pkgname=pangomm
|
2011-10-26 16:26:48 +00:00
|
|
|
version=2.28.4
|
|
|
|
homepage="http://gtkmm.sourceforge.net"
|
|
|
|
distfiles="${GNOME_SITE}/pangomm/2.28/$pkgname-$version.tar.xz"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2011-06-29 06:22:36 +00:00
|
|
|
configure_args="--disable-documentation"
|
2012-05-23 06:14:33 +00:00
|
|
|
revision=2
|
2012-05-23 16:26:56 +00:00
|
|
|
makedepends="pkg-config libsigc++-devel glibmm-devel cairomm-devel pango-devel"
|
2010-04-16 08:05:01 +00:00
|
|
|
short_desc="C++ bindings for the pango library"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-10-26 16:26:48 +00:00
|
|
|
license="LGPL-2.1"
|
|
|
|
checksum=778dcb66a793cbfd52a9f92ee5a71b888c3603a913fc1ddc48a30204de6d6c82
|
2010-04-16 08:05:01 +00:00
|
|
|
long_desc="
|
|
|
|
pangomm (used to be part of gtkmm) is the official C++ interface for the
|
|
|
|
popular GUI library GTK+. Highlights include typesafe callbacks, widgets
|
|
|
|
extensible via inheritance and a comprehensive set of widget classes that
|
|
|
|
can be freely combined to quickly create complex user interfaces."
|
|
|
|
|
|
|
|
subpackages="$pkgname-devel"
|
|
|
|
|