pangomm: update to 2.28.4.
This commit is contained in:
parent
9686a02a77
commit
035dc9a776
|
@ -5,9 +5,6 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
revision=1
|
||||
|
||||
Add_dependency run pkg-config
|
||||
Add_dependency run glibmm-devel
|
||||
Add_dependency run cairomm-devel
|
||||
Add_dependency run pango-devel
|
||||
|
|
|
@ -1,12 +1,14 @@
|
|||
# Template build file for 'pangomm'.
|
||||
pkgname=pangomm
|
||||
version=2.28.2
|
||||
distfiles="${GNOME_SITE}/pangomm/2.28/$pkgname-$version.tar.bz2"
|
||||
version=2.28.4
|
||||
homepage="http://gtkmm.sourceforge.net"
|
||||
distfiles="${GNOME_SITE}/pangomm/2.28/$pkgname-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-documentation"
|
||||
short_desc="C++ bindings for the pango library"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=ec1d97245eada5cf18d0e7af3f6e31498f25623b4a354589d631d2dff92fd88f
|
||||
license="LGPL-2.1"
|
||||
checksum=778dcb66a793cbfd52a9f92ee5a71b888c3603a913fc1ddc48a30204de6d6c82
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue