network-manager-applet: update to 1.8.18.
This commit is contained in:
parent
f08eded24a
commit
ff82205974
1 changed files with 4 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'network-manager-applet'
|
# Template file for 'network-manager-applet'
|
||||||
pkgname=network-manager-applet
|
pkgname=network-manager-applet
|
||||||
version=1.8.16
|
version=1.8.18
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --without-selinux $(vopt_enable gir introspection)"
|
configure_args="--disable-static --without-selinux $(vopt_enable gir introspection)"
|
||||||
|
@ -11,12 +11,12 @@ makedepends="ModemManager-devel NetworkManager-devel iso-codes jansson-devel
|
||||||
polkit-devel mobile-broadband-provider-info"
|
polkit-devel mobile-broadband-provider-info"
|
||||||
depends="NetworkManager hicolor-icon-theme iso-codes"
|
depends="NetworkManager hicolor-icon-theme iso-codes"
|
||||||
short_desc="NetworkManager panel applet for GNOME"
|
short_desc="NetworkManager panel applet for GNOME"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Rasmus Thomsen <rasmus.thomsen@protonmail.com>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://www.gnome.org/projects/NetworkManager/"
|
homepage="https://wiki.gnome.org/Projects/NetworkManager"
|
||||||
changelog="https://raw.githubusercontent.com/NetworkManager/network-manager-applet/master/NEWS"
|
changelog="https://raw.githubusercontent.com/NetworkManager/network-manager-applet/master/NEWS"
|
||||||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=62a3a1d1a810d286f44484b8405cbacbe17f44b050fffce6ae3a51ef099cb452
|
checksum=23dc1404f1e0622b7c4718b6d978b101d5e4d9be0b92133b3863a4dc29786178
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
|
@ -26,12 +26,6 @@ if [ -z "$CROSS_BUILD" ]; then
|
||||||
build_options_default+=" gir"
|
build_options_default+=" gir"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
CFLAGS="-O2 -pipe"
|
|
||||||
if [ ${XBPS_GCC_VERSION_MAJOR} -gt 5 ]; then
|
|
||||||
# Fix gcc6 build error for warning -Wmisleading-indentation
|
|
||||||
CFLAGS+=" -Wno-error=misleading-indentation"
|
|
||||||
fi
|
|
||||||
|
|
||||||
libnm-gtk_package() {
|
libnm-gtk_package() {
|
||||||
short_desc+=" - runtime library"
|
short_desc+=" - runtime library"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue