cinnamon-control-center: update to 5.2.0.
Also: - add patch to build on musl (by @ericonr).
This commit is contained in:
parent
6f6282c62a
commit
8f16332197
2 changed files with 22 additions and 6 deletions
19
srcpkgs/cinnamon-control-center/patches/musl.diff
Normal file
19
srcpkgs/cinnamon-control-center/patches/musl.diff
Normal 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"
|
||||||
|
|
||||||
|
/**
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'cinnamon-control-center'
|
# Template file for 'cinnamon-control-center'
|
||||||
pkgname=cinnamon-control-center
|
pkgname=cinnamon-control-center
|
||||||
version=4.8.2
|
version=5.2.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
build_helper=gir
|
build_helper=gir
|
||||||
|
@ -18,11 +18,8 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later, LGPL-2.0-or-later"
|
license="GPL-2.0-or-later, LGPL-2.0-or-later"
|
||||||
homepage="https://github.com/linuxmint/cinnamon-control-center"
|
homepage="https://github.com/linuxmint/cinnamon-control-center"
|
||||||
distfiles="https://github.com/linuxmint/${pkgname}/archive/${version}.tar.gz"
|
distfiles="https://github.com/linuxmint/${pkgname}/archive/${version}.tar.gz"
|
||||||
checksum=407e88fe458af7b25c0dd91d54aad93a72a1464ced285a741ed1ce6249ed61af
|
checksum=4a400801d2a53c0f0ab600682645376ea4afac3d6b1bbad3fbf580bf35651825
|
||||||
|
make_check=no
|
||||||
do_check() {
|
|
||||||
:
|
|
||||||
}
|
|
||||||
|
|
||||||
libcinnamon-control-center_package() {
|
libcinnamon-control-center_package() {
|
||||||
short_desc+=" - runtime library"
|
short_desc+=" - runtime library"
|
||||||
|
|
Loading…
Reference in a new issue