pangomm: update to 2.42.0.
This commit is contained in:
parent
b22405afeb
commit
929ed0dca2
1 changed files with 8 additions and 8 deletions
|
@ -1,17 +1,17 @@
|
|||
# Template build file for 'pangomm'.
|
||||
# Template file for 'pangomm'
|
||||
pkgname=pangomm
|
||||
version=2.40.1
|
||||
revision=4
|
||||
version=2.42.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-documentation"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libsigc++-devel glibmm-devel cairomm-devel pango-devel"
|
||||
short_desc="C++ bindings for the pango library"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="LGPL-2.1"
|
||||
homepage="http://gtkmm.sourceforge.net"
|
||||
distfiles="${GNOME_SITE}/pangomm/${version%.*}/$pkgname-$version.tar.xz"
|
||||
checksum=9762ee2a2d5781be6797448d4dd2383ce14907159b30bc12bf6b08e7227be3af
|
||||
maintainer="Rasmus Thomsen <rasmus.thomsen@protonmail.com>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="https://gtkmm.org"
|
||||
distfiles="${GNOME_SITE}/pangomm/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=ca6da067ff93a6445780c0b4b226eb84f484ab104b8391fb744a45cbc7edbf56
|
||||
|
||||
pangomm-devel_package() {
|
||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
|
|
Loading…
Reference in a new issue