mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
atkmm: update to 2.28.3.
This commit is contained in:
parent
b524f1802b
commit
d973e22a5d
2 changed files with 6 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'atkmm'
|
# Template file for 'atkmm'
|
||||||
pkgname=atkmm
|
pkgname=atkmm
|
||||||
version=2.28.2
|
version=2.28.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -9,11 +9,12 @@ short_desc="Set of interfaces for accessibility (C++ bindings)"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://www.gtkmm.org"
|
homepage="https://www.gtkmm.org"
|
||||||
distfiles="${GNOME_SITE}/atkmm/${version%.*}/${pkgname}-${version}.tar.xz"
|
changelog="https://gitlab.gnome.org/GNOME/atkmm/-/raw/master/NEWS"
|
||||||
checksum=a0bb49765ceccc293ab2c6735ba100431807d384ffa14c2ebd30e07993fd2fa4
|
distfiles="${GNOME_SITE}/atkmm/${version%.*}/atkmm-${version}.tar.xz"
|
||||||
|
checksum=7c2088b486a909be8da2b18304e56c5f90884d1343c8da7367ea5cd3258b9969
|
||||||
|
|
||||||
atkmm-devel_package() {
|
atkmm-devel_package() {
|
||||||
depends="${makedepends} atkmm>=${version}_${revision}"
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
site="https://gitlab.gnome.org/GNOME/atkmm/-/tags"
|
site="https://gitlab.gnome.org/GNOME/atkmm/-/tags"
|
||||||
ignore="2.53.3" # tagged by mistake
|
ignore="2.[3-9]* 2.*[13579].*"
|
||||||
|
|
Loading…
Add table
Reference in a new issue