mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
pangomm: update to 2.34.0.
This commit is contained in:
parent
53e8e558c0
commit
a65e562bad
1 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'pangomm'.
|
# Template build file for 'pangomm'.
|
||||||
pkgname=pangomm
|
pkgname=pangomm
|
||||||
version=2.28.4
|
version=2.34.0
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-documentation"
|
configure_args="--disable-documentation"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
homepage="http://gtkmm.sourceforge.net"
|
homepage="http://gtkmm.sourceforge.net"
|
||||||
distfiles="${GNOME_SITE}/pangomm/2.28/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/pangomm/2.28/$pkgname-$version.tar.xz"
|
||||||
checksum=778dcb66a793cbfd52a9f92ee5a71b888c3603a913fc1ddc48a30204de6d6c82
|
checksum=0e82bbff62f626692a00f3772d8b17169a1842b8cc54d5f2ddb1fec2cede9e41
|
||||||
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
|
||||||
|
@ -20,7 +20,7 @@ long_desc="
|
||||||
|
|
||||||
pangomm-devel_package() {
|
pangomm-devel_package() {
|
||||||
depends="glibmm-devel cairomm-devel pango-devel pangomm>=${version}"
|
depends="glibmm-devel cairomm-devel pango-devel pangomm>=${version}"
|
||||||
short_desc+=" -- development files"
|
short_desc="C++ bindings for the pango library -- development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
|
@ -30,6 +30,6 @@ pangomm-devel_package() {
|
||||||
|
|
||||||
pangomm_package() {
|
pangomm_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue