mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
pangomm: update to 2.28.4.
This commit is contained in:
parent
9686a02a77
commit
035dc9a776
2 changed files with 5 additions and 6 deletions
|
@ -5,9 +5,6 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
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 glibmm-devel
|
||||||
Add_dependency run cairomm-devel
|
Add_dependency run cairomm-devel
|
||||||
Add_dependency run pango-devel
|
Add_dependency run pango-devel
|
||||||
|
|
|
@ -1,12 +1,14 @@
|
||||||
# Template build file for 'pangomm'.
|
# Template build file for 'pangomm'.
|
||||||
pkgname=pangomm
|
pkgname=pangomm
|
||||||
version=2.28.2
|
version=2.28.4
|
||||||
distfiles="${GNOME_SITE}/pangomm/2.28/$pkgname-$version.tar.bz2"
|
homepage="http://gtkmm.sourceforge.net"
|
||||||
|
distfiles="${GNOME_SITE}/pangomm/2.28/$pkgname-$version.tar.xz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-documentation"
|
configure_args="--disable-documentation"
|
||||||
short_desc="C++ bindings for the pango library"
|
short_desc="C++ bindings for the pango library"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=ec1d97245eada5cf18d0e7af3f6e31498f25623b4a354589d631d2dff92fd88f
|
license="LGPL-2.1"
|
||||||
|
checksum=778dcb66a793cbfd52a9f92ee5a71b888c3603a913fc1ddc48a30204de6d6c82
|
||||||
long_desc="
|
long_desc="
|
||||||
pangomm (used to be part of gtkmm) is the official C++ interface for the
|
pangomm (used to be part of gtkmm) is the official C++ interface for the
|
||||||
popular GUI library GTK+. Highlights include typesafe callbacks, widgets
|
popular GUI library GTK+. Highlights include typesafe callbacks, widgets
|
||||||
|
|
Loading…
Add table
Reference in a new issue