gtkmm2: fix makedepends, add homepage & license
This commit is contained in:
parent
5130ab54d9
commit
77aaefa580
1 changed files with 5 additions and 4 deletions
|
@ -1,15 +1,16 @@
|
||||||
# Template build file for 'gtkmm'.
|
# Template build file for 'gtkmm'.
|
||||||
pkgname=gtkmm2
|
pkgname=gtkmm2
|
||||||
version=2.24.0
|
version=2.24.0
|
||||||
revision=4
|
revision=5
|
||||||
wrksrc=gtkmm-${version}
|
wrksrc=gtkmm-${version}
|
||||||
subpackages="gtkmm2-devel"
|
subpackages="gtkmm2-devel"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --disable-documentation"
|
configure_args="--disable-static --disable-documentation"
|
||||||
makedepends="pkg-config glib-devel atk-devel pango-devel cairo-devel
|
makedepends="pkg-config glib-devel atk-devel cairo-devel gtk+-devel
|
||||||
freetype-devel fontconfig-devel gtk+-devel libsigc++-devel glibmm-devel
|
libsigc++-devel atkmm-devel pangomm-devel libXcursor-devel"
|
||||||
atkmm-devel pangomm-devel cairomm-devel libXcursor-devel"
|
|
||||||
short_desc="C++ bindings for The GTK+ toolkit (v2)"
|
short_desc="C++ bindings for The GTK+ toolkit (v2)"
|
||||||
|
homepage="http://www.gtkmm.org/"
|
||||||
|
license="LGPL-2.1"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
distfiles="${GNOME_SITE}/gtkmm/2.24/gtkmm-$version.tar.bz2"
|
distfiles="${GNOME_SITE}/gtkmm/2.24/gtkmm-$version.tar.bz2"
|
||||||
checksum=8cbae7254746bc7df7cce882d9b9a916c4e00dba7bdacd1c50b5d096a484cf56
|
checksum=8cbae7254746bc7df7cce882d9b9a916c4e00dba7bdacd1c50b5d096a484cf56
|
||||||
|
|
Loading…
Reference in a new issue