void-packages/srcpkgs/gtkmm2/template

46 lines
1.5 KiB
Plaintext

# Template build file for 'gtkmm'.
pkgname=gtkmm2
version=2.24.0
revision=6
wrksrc=gtkmm-${version}
build_style=gnu-configure
configure_args="--disable-static --disable-documentation"
makedepends="pkg-config glib-devel atk-devel cairo-devel gtk+-devel
libsigc++-devel atkmm-devel pangomm-devel libXcursor-devel"
short_desc="C++ bindings for The GTK+ toolkit (v2)"
homepage="http://www.gtkmm.org/"
license="LGPL-2.1"
maintainer="Juan RP <xtraeme@gmail.com>"
distfiles="${GNOME_SITE}/gtkmm/2.24/gtkmm-$version.tar.bz2"
checksum=8cbae7254746bc7df7cce882d9b9a916c4e00dba7bdacd1c50b5d096a484cf56
long_desc="
gtkmm (previously known as Gtk--) 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. Here's
an overview, with documentation and status. gtkmm is free software
distributed under the GNU Library General Public License (LGPL).
Aside from the C++ interface to Gtk 2.x, this package also provides
bindings for the ATK library."
pre_install() {
sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
}
gtkmm2-devel_package() {
depends="glibmm-devel atkmm-devel pangomm-devel gtk+-devel gtkmm2-${version}_${revision}"
short_desc+=" -- development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/g*"
}
}
gtkmm2_package() {
pkg_install() {
vmove usr
}
}