mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-24 12:45:11 +02:00
gtkmm: update to 3.8.0.
This commit is contained in:
parent
9710f5fe68
commit
69a723434c
1 changed files with 3 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template build file for 'gtkmm'.
|
# Template build file for 'gtkmm'.
|
||||||
pkgname=gtkmm
|
pkgname=gtkmm
|
||||||
version=3.7.12
|
version=3.8.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-documentation"
|
configure_args="--disable-documentation"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="gtk+3-devel>=3.8 glibmm-devel>=2.35.9 atkmm-devel pangomm-devel"
|
makedepends="gtk+3-devel>=3.8.1 glibmm-devel>=2.36 atkmm-devel pangomm-devel"
|
||||||
short_desc="C++ bindings for The GTK+ toolkit (v2)"
|
short_desc="C++ bindings for The GTK+ toolkit (v2)"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://gtkmm.sourceforge.net/"
|
homepage="http://gtkmm.sourceforge.net/"
|
||||||
|
@ -35,6 +35,7 @@ gtkmm-devel_package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
gtkmm_package() {
|
gtkmm_package() {
|
||||||
|
depends="gtk+3>=3.8.1"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove usr
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue