mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
libsigc++: update to 2.12.1
This commit is contained in:
parent
12ccdc49fb
commit
b505e9d43f
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'libsigc++'
|
# Template file for 'libsigc++'
|
||||||
pkgname=libsigc++
|
pkgname=libsigc++
|
||||||
version=2.12.0
|
version=2.12.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-Dbuild-examples=false -Dwarnings=max"
|
configure_args="-Dbuild-examples=false -Dwarnings=max"
|
||||||
|
@ -9,8 +9,9 @@ short_desc="Type-safe callback system for C++ programs"
|
||||||
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://libsigcplusplus.github.io/libsigcplusplus/"
|
homepage="https://libsigcplusplus.github.io/libsigcplusplus/"
|
||||||
|
changelog="https://raw.githubusercontent.com/libsigcplusplus/libsigcplusplus/libsigc%2B%2B-2-12/NEWS"
|
||||||
distfiles="${GNOME_SITE}/libsigc++/${version%.*}/libsigc++-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/libsigc++/${version%.*}/libsigc++-${version}.tar.xz"
|
||||||
checksum=1c466d2e64b34f9b118976eb21b138c37ed124d0f61497df2a90ce6c3d9fa3b5
|
checksum=a9dbee323351d109b7aee074a9cb89ca3e7bcf8ad8edef1851f4cf359bd50843
|
||||||
|
|
||||||
if [ -z "$XBPS_CHECK_PKGS" ]; then
|
if [ -z "$XBPS_CHECK_PKGS" ]; then
|
||||||
configure_args+=" -Dbuild-tests=false"
|
configure_args+=" -Dbuild-tests=false"
|
||||||
|
|
Loading…
Add table
Reference in a new issue