mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
atkmm: update to 2.22.7.
This commit is contained in:
parent
ddcdbf46f3
commit
53e8e558c0
1 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'atkmm'.
|
# Template build file for 'atkmm'.
|
||||||
pkgname=atkmm
|
pkgname=atkmm
|
||||||
version=2.22.6
|
version=2.22.7
|
||||||
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>"
|
||||||
homepage="http://gtkmm.sourceforge.net/"
|
homepage="http://gtkmm.sourceforge.net/"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
distfiles="${GNOME_SITE}/atkmm/2.22/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/atkmm/2.22/$pkgname-$version.tar.xz"
|
||||||
checksum=0a74295106b9e3ae552b169eb4e098b8b825c4115045b9d5134a6c79a238aeb6
|
checksum=bfbf846b409b4c5eb3a52fa32a13d86936021969406b3dcafd4dd05abd70f91b
|
||||||
long_desc="
|
long_desc="
|
||||||
The ATK library provides a set of interfaces for accessibility.
|
The ATK library provides a set of interfaces for accessibility.
|
||||||
By supporting the ATK interfaces, an application or toolkit can
|
By supporting the ATK interfaces, an application or toolkit can
|
||||||
|
@ -28,7 +28,7 @@ long_desc="
|
||||||
|
|
||||||
atkmm-devel_package() {
|
atkmm-devel_package() {
|
||||||
depends="glibmm-devel atk-devel atkmm>=${version}"
|
depends="glibmm-devel atk-devel atkmm>=${version}"
|
||||||
short_desc="${sourcepkg} - development files"
|
short_desc="Set of interfaces for accessibility (C++ bindings) - development files"
|
||||||
replaces="gtkmm-devel<2.22"
|
replaces="gtkmm-devel<2.22"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
@ -40,6 +40,6 @@ atkmm-devel_package() {
|
||||||
atkmm_package() {
|
atkmm_package() {
|
||||||
replaces="gtkmm<2.22"
|
replaces="gtkmm<2.22"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue