mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
libgtop: update to 2.41.3
This commit is contained in:
parent
93fcb43ebf
commit
84b961b7a4
1 changed files with 6 additions and 5 deletions
|
@ -1,18 +1,19 @@
|
||||||
# Template file for 'libgtop'
|
# Template file for 'libgtop'
|
||||||
pkgname=libgtop
|
pkgname=libgtop
|
||||||
version=2.40.0
|
version=2.41.3
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
configure_args="--with-libgtop-smp $(vopt_enable gir introspection)"
|
configure_args="--with-libgtop-smp $(vopt_enable gir introspection)"
|
||||||
hostmakedepends="pkg-config perl"
|
hostmakedepends="pkg-config perl python3-distutils-extra"
|
||||||
makedepends="libglib-devel libXau-devel"
|
makedepends="libglib-devel libXau-devel"
|
||||||
short_desc="Library to retrieve system information, used in GNOME"
|
short_desc="Library to retrieve system information, used in GNOME"
|
||||||
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://developer.gnome.org/libgtop/stable/"
|
homepage="https://gitlab.gnome.org/GNOME/libgtop"
|
||||||
|
changelog="https://gitlab.gnome.org/GNOME/libgtop/-/raw/master/NEWS"
|
||||||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=78f3274c0c79c434c03655c1b35edf7b95ec0421430897fb1345a98a265ed2d4
|
checksum=775676df958e2ea2452f7568f28b2ea581063d312773dd5c0b7624c1b9b2da8c
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
|
|
Loading…
Add table
Reference in a new issue