void-packages/srcpkgs/gtkmm/template

25 lines
1.1 KiB
Plaintext

# Template build file for 'gtkmm'.
pkgname=gtkmm
version=3.5.13
revision=1
subpackages="gtkmm-devel"
build_style=gnu-configure
configure_args="--disable-documentation"
makedepends="pkg-config gtk+3-devel glibmm-devel>=2.32.0 atkmm-devel pangomm-devel cairomm-devel"
short_desc="C++ bindings for The GTK+ toolkit (v2)"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://gtkmm.sourceforge.net/"
license="LGPL-2.1"
distfiles="${GNOME_SITE}/gtkmm/3.5/gtkmm-$version.tar.xz"
checksum=2dcd3654f1e88cd80d1641e91bb9bceb10216ee74ec400c14f7bb7c5e4cecbfc
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 3.x, this package also provides
bindings for the ATK library."