mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
atkmm: update to 2.22.5.
This commit is contained in:
parent
018674199b
commit
6975382922
1 changed files with 4 additions and 4 deletions
|
@ -1,13 +1,14 @@
|
||||||
# Template build file for 'atkmm'.
|
# Template build file for 'atkmm'.
|
||||||
pkgname=atkmm
|
pkgname=atkmm
|
||||||
version=2.22.2
|
version=2.22.5
|
||||||
revision=1
|
|
||||||
distfiles="${GNOME_SITE}/atkmm/2.22/$pkgname-$version.tar.bz2"
|
distfiles="${GNOME_SITE}/atkmm/2.22/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--disable-documentation"
|
configure_args="--disable-documentation"
|
||||||
short_desc="Set of interfaces for accessibility (C++ bindings)"
|
short_desc="Set of interfaces for accessibility (C++ bindings)"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=b94666ae0acebea53241fa0b2444468ff66e8a7790dfc7491489a9ad2eeefa34
|
homepage="http://gtkmm.sourceforge.net/"
|
||||||
|
license="LGPL-2.1"
|
||||||
|
checksum=61e03e5e67952c8fd9919049fae680bd0f2a1547344394f36b98b05b34b7be6c
|
||||||
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
|
||||||
|
@ -36,5 +37,4 @@ Add_dependency run glibmm
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
Add_dependency build atk-devel
|
Add_dependency build atk-devel
|
||||||
Add_dependency build glibmm-devel
|
Add_dependency build glibmm-devel
|
||||||
Add_dependency build glib-devel
|
|
||||||
Add_dependency build libsigc++-devel
|
Add_dependency build libsigc++-devel
|
||||||
|
|
Loading…
Add table
Reference in a new issue