mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
glibmm: update to 2.66.6.
This commit is contained in:
parent
851599b352
commit
f75b574a20
1 changed files with 4 additions and 2 deletions
|
@ -1,8 +1,9 @@
|
||||||
# Template file for 'glibmm'
|
# Template file for 'glibmm'
|
||||||
pkgname=glibmm
|
pkgname=glibmm
|
||||||
version=2.66.2
|
version=2.66.6
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
|
configure_args="-Dbuild-examples=false"
|
||||||
hostmakedepends="glib-devel perl pkg-config"
|
hostmakedepends="glib-devel perl pkg-config"
|
||||||
makedepends="libglib-devel libsigc++-devel"
|
makedepends="libglib-devel libsigc++-devel"
|
||||||
checkdepends="glib-networking"
|
checkdepends="glib-networking"
|
||||||
|
@ -10,8 +11,9 @@ short_desc="C++ bindings for GLib"
|
||||||
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"
|
||||||
|
changelog="https://gitlab.gnome.org/GNOME/glibmm/-/raw/master/NEWS"
|
||||||
distfiles="${GNOME_SITE}/glibmm/${version%.*}/glibmm-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/glibmm/${version%.*}/glibmm-${version}.tar.xz"
|
||||||
checksum=b2a4cd7b9ae987794cbb5a1becc10cecb65182b9bb841868625d6bbb123edb1d
|
checksum=5358742598181e5351d7bf8da072bf93e6dd5f178d27640d4e462bc8f14e152f
|
||||||
|
|
||||||
glibmm-devel_package() {
|
glibmm-devel_package() {
|
||||||
depends="${makedepends} glibmm>=${version}_${revision}"
|
depends="${makedepends} glibmm>=${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue