diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2023-01-09 20:10:55 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2023-01-09 21:34:48 +0100 |
commit | e33171c1dcd46c51e778c9de2cc78586b3a00b9d (patch) | |
tree | b24ba31d7a230fde8abe00facebae118e8ac608d /source/xap | |
parent | e0eaf6e451b08cc5af9d17258f2c6157cb424efe (diff) | |
download | current-e33171c1dcd46c51e778c9de2cc78586b3a00b9d.tar.gz current-e33171c1dcd46c51e778c9de2cc78586b3a00b9d.tar.xz |
Mon Jan 9 20:10:55 UTC 202320230109201055
a/aaa_libraries-15.1-x86_64-16.txz: Rebuilt.
Upgraded: libncurses.so.6.4, libncursesw.so.6.4, libtinfo.so.6.4,
libform.so.6.4, libformw.so.6.4, libmenu.so.6.4, libmenuw.so.6.4,
libpanel.so.6.4, libglib-2.0.so.0.7400.4, libgmodule-2.0.so.0.7400.4,
libgobject-2.0.so.0.7400.4, libgthread-2.0.so.0.7400.4, libmpfr.so.6.2.0.
a/aaa_terminfo-6.4-x86_64-1.txz: Upgraded.
ap/man-db-2.11.2-x86_64-1.txz: Upgraded.
kde/kio-5.101.0-x86_64-2.txz: Rebuilt.
[PATCH] Restore old behavior for KFileFilterCombo::setFilter
Thanks to marav.
kde/okteta-0.26.10-x86_64-1.txz: Upgraded.
l/libspectre-0.2.12-x86_64-1.txz: Upgraded.
l/mpfr-4.2.0-x86_64-1.txz: Upgraded.
l/ncurses-6.4-x86_64-1.txz: Upgraded.
x/xterm-378-x86_64-1.txz: Upgraded.
xap/libnma-1.10.6-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/xap')
-rw-r--r-- | source/xap/libnma/gschema-Remove-path-from-eap-schema.patch | 28 | ||||
-rwxr-xr-x | source/xap/libnma/libnma.SlackBuild | 6 |
2 files changed, 2 insertions, 32 deletions
diff --git a/source/xap/libnma/gschema-Remove-path-from-eap-schema.patch b/source/xap/libnma/gschema-Remove-path-from-eap-schema.patch deleted file mode 100644 index f855a885c..000000000 --- a/source/xap/libnma/gschema-Remove-path-from-eap-schema.patch +++ /dev/null @@ -1,28 +0,0 @@ -From: "Jan Alexander Steffens (heftig)" <heftig@archlinux.org> -Date: Wed, 9 Nov 2022 08:00:19 +0000 -Subject: gschema: Remove path from eap schema - -This one needs to be relocatable, otherwise creating a new VPN -connection will fail with: - - settings object created with schema 'org.gnome.nm-applet.eap' - and path '/org/gnome/nm-applet/eap/<uuid>/', - but path '/org/gnome/nm-applet/eap/' is specified by schema - -Fixes: https://bugs.archlinux.org/task/76490 ---- - org.gnome.nm-applet.eap.gschema.xml.in | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/org.gnome.nm-applet.eap.gschema.xml.in b/org.gnome.nm-applet.eap.gschema.xml.in -index 0fc3ca9..f4a56ea 100644 ---- a/org.gnome.nm-applet.eap.gschema.xml.in -+++ b/org.gnome.nm-applet.eap.gschema.xml.in -@@ -1,6 +1,6 @@ - <?xml version="1.0" encoding="UTF-8"?> - <schemalist> -- <schema id="org.gnome.nm-applet.eap" path="/org/gnome/nm-applet/eap/" gettext-domain="nm-applet"> -+ <schema id="org.gnome.nm-applet.eap" gettext-domain="nm-applet"> - <key name="ignore-ca-cert" type="b"> - <default>false</default> - <summary>Ignore CA certificate</summary> diff --git a/source/xap/libnma/libnma.SlackBuild b/source/xap/libnma/libnma.SlackBuild index 5a0504275..2e2cc8c60 100755 --- a/source/xap/libnma/libnma.SlackBuild +++ b/source/xap/libnma/libnma.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2020, 2022 Patrick J. Volkerding, Sebeka, Minnesota, USA +# Copyright 2020, 2022, 2023 Patrick J. Volkerding, Sebeka, Minnesota, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=libnma VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} @@ -74,8 +74,6 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \+ -zcat $CWD/gschema-Remove-path-from-eap-schema.patch.gz | patch -p1 --verbose || exit 1 - export CFLAGS="$SLKCFLAGS" export CXXFLAGS="$SLKCFLAGS" mkdir build |