cinnamon-control-center: update to 5.2.0.

Also:
 - add patch to build on musl (by @ericonr).
This commit is contained in:
mobinmob 2021-11-14 20:55:31 +02:00 committed by Érico Nogueira Rolim
parent 6f6282c62a
commit 8f16332197
2 changed files with 22 additions and 6 deletions

View file

@ -0,0 +1,19 @@
Include networkmanager header after the musl ones, to avoid conflicts.
diff --git a/panels/network/wireless-security/utils.c b/panels/network/wireless-security/utils.c
index b74424d..2bb543f 100644
--- a/panels/network/wireless-security/utils.c
+++ b/panels/network/wireless-security/utils.c
@@ -20,11 +20,10 @@
* Copyright 2007 - 2015 Red Hat, Inc.
*/
-#include "nm-default.h"
-
#include <string.h>
#include <netinet/ether.h>
+#include "nm-default.h"
#include "utils.h"
/**

View file

@ -1,6 +1,6 @@
# Template file for 'cinnamon-control-center'
pkgname=cinnamon-control-center
version=4.8.2
version=5.2.0
revision=1
build_style=meson
build_helper=gir
@ -18,11 +18,8 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later, LGPL-2.0-or-later"
homepage="https://github.com/linuxmint/cinnamon-control-center"
distfiles="https://github.com/linuxmint/${pkgname}/archive/${version}.tar.gz"
checksum=407e88fe458af7b25c0dd91d54aad93a72a1464ced285a741ed1ce6249ed61af
do_check() {
:
}
checksum=4a400801d2a53c0f0ab600682645376ea4afac3d6b1bbad3fbf580bf35651825
make_check=no
libcinnamon-control-center_package() {
short_desc+=" - runtime library"