25 lines
1.1 KiB
Text
25 lines
1.1 KiB
Text
# Template build file for 'gtkmm'.
|
|
pkgname=gtkmm
|
|
version=3.6.0
|
|
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.6/gtkmm-$version.tar.xz"
|
|
checksum=888154d5c8acec083aa15e8dab68d977a393ade7257f0630becfa9a223fa2359
|
|
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."
|