mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 03:13:03 +02:00
libnma: update to 1.10.4
This commit is contained in:
parent
1c7016a58e
commit
61bc55d5a6
1 changed files with 6 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'libnma'
|
# Template file for 'libnma'
|
||||||
pkgname=libnma
|
pkgname=libnma
|
||||||
version=1.10.2
|
version=1.10.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
|
@ -14,8 +14,8 @@ maintainer="cinerea0 <cinerea0@protonmail.com>"
|
||||||
license="GPL-2.0-only, LGPL-2.1-or-later"
|
license="GPL-2.0-only, LGPL-2.1-or-later"
|
||||||
homepage="https://gitlab.gnome.org/GNOME/libnma"
|
homepage="https://gitlab.gnome.org/GNOME/libnma"
|
||||||
changelog="https://gitlab.gnome.org/GNOME/libnma/-/raw/main/NEWS"
|
changelog="https://gitlab.gnome.org/GNOME/libnma/-/raw/main/NEWS"
|
||||||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/libnma/${version%.*}/libnma-${version}.tar.xz"
|
||||||
checksum=4fc3d9c404b7b13303d9394f96961c5298d71afa9f1fa7af5e4f0f6e842a0940
|
checksum=79e730dda19f9b34886f4064aa170f1a2326b08329d655d80b67e906c7f78b7c
|
||||||
replaces="libnm-gtk>=0"
|
replaces="libnm-gtk>=0"
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
|
@ -28,6 +28,9 @@ post_install() {
|
||||||
vmkdir usr/share/gtk-doc/html 0755
|
vmkdir usr/share/gtk-doc/html 0755
|
||||||
vcopy /usr/share/gtk-doc/html/libnma usr/share/gtk-doc/html
|
vcopy /usr/share/gtk-doc/html/libnma usr/share/gtk-doc/html
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# This file is now provided by network-manager-applet
|
||||||
|
rm ${DESTDIR}/usr/share/glib-2.0/schemas/org.gnome.nm-applet.gschema.xml
|
||||||
}
|
}
|
||||||
|
|
||||||
libnma-devel_package() {
|
libnma-devel_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue