diff options
Diffstat (limited to 'kde-plasma/plasma-nm')
-rw-r--r-- | kde-plasma/plasma-nm/Manifest | 3 | ||||
-rw-r--r-- | kde-plasma/plasma-nm/files/plasma-nm-5.27.4-persist-imported-vpn-connections.patch | 31 | ||||
-rw-r--r-- | kde-plasma/plasma-nm/plasma-nm-5.27.4-r1.ebuild (renamed from kde-plasma/plasma-nm/plasma-nm-5.27.4.ebuild) | 2 |
3 files changed, 35 insertions, 1 deletions
diff --git a/kde-plasma/plasma-nm/Manifest b/kde-plasma/plasma-nm/Manifest index 19d1bcf99aee..d538e53f82e8 100644 --- a/kde-plasma/plasma-nm/Manifest +++ b/kde-plasma/plasma-nm/Manifest @@ -1,6 +1,7 @@ AUX plasma-nm-5.26.0-unused-dep.patch 1943 BLAKE2B 1f6fa231a18152c3720ee82be40c08a40e5344cb6b982fa8b62a72dfd0883d87f626d193557abdc851115ab31d99e33a72613126d5258614c75d26e67f9b59a1 SHA512 c7182240e8ae86d994e6e36ba73f42ecdea78c84077397a774a4501607b6906fdc2cd98e354bf92e9ee2cbfdfe2a23d3a30d9566b3c37a3d866b1c138114a618 +AUX plasma-nm-5.27.4-persist-imported-vpn-connections.patch 1028 BLAKE2B f93687c822cdc2ecd7252c9aea89e17b31ef709117b111007392a27470d69620e0a5291c4ca7e53bc75d7bffcbc6ddb013bb412b79101c050b119b780bdc4228 SHA512 5febc7c9200e4fb0ffdce349458abc12086d0334fa794059fb2523eaebe3afc05913ea0c28aacd434fcf4953f567b4d45fde32fd8bfeab36304f497ee5e3e6bd DIST plasma-nm-5.26.5.tar.xz 972940 BLAKE2B 4f10049a0a946b67fd0638913c365558a8e95b80d1d896323f4030738f8dd4d07cc77c4aaf212c52d8ba89635d932369d2f69e134722d24a5eed41841b15409a SHA512 bb17b06de15cc5b36d1eedd4fc8551eff240f8e61a4a036450b2365c99eb5885adc9541c29aa95b311d79d57b62ab95f41b746402cb6de7ecee6c6c4e87ac9a3 DIST plasma-nm-5.27.4.tar.xz 1151372 BLAKE2B b6a2c30c17b7fe5e19bba032ad0d4822c5f4ff931530cc4718d17c976317f782a3a318c1c2204ef84c2d247bb828cf7638e26283ecbb5246515c4648ce6592d2 SHA512 4077c63af9da002a8c6fc18a6fa1ccbadd84c9786a7e922209756b4ce4fc8a6780a092b5a412d79caf38872831035a3659c84fb73857d58ab0088dc73fc64c36 EBUILD plasma-nm-5.26.5.ebuild 2613 BLAKE2B e0156c2e1586881ad198bbe6e9c9126388430c005acaf786949cb3005bfa8f23d69aba584c9086682898c247a5f3276b9e6936cb4eec5c841ed5c3ac4d07e5d1 SHA512 db130b38559fabfb44c49412636e0760b1f35176313ac3924a14e2be3134ddf172cdbd191ae0dcef77fc2fb9071766059af68d71ef4601779a653c1d3a1d3c53 -EBUILD plasma-nm-5.27.4.ebuild 2345 BLAKE2B 5acb6668a1c855a1a30abdfe6800f315e5024f12ebb11858720f3f5cefcf75c5e0bfef1cea13c6c507330a4f1d2c11468e57a0154d95594398e4729d2b666bf1 SHA512 bbe344e595e5b2e34ff4add18c7eaafd301ea5100544159d8d1037a5988995a41893e0823086281c117bd2daa5b81d042092e43708f7edfaba628a5226bdadcc +EBUILD plasma-nm-5.27.4-r1.ebuild 2433 BLAKE2B 1e4df26c406a759c18728aae1104da081b69972c9a67423242d1d4eb3fe19964f6e1f8f8592fb4d8e44a7e7a67cdbcdf1f37210f9e93cfead12f653d13982598 SHA512 3344a2fe0d43721177e6f14478ff3b4586294b446fe7f64c095dc2697860fb08cc37de184a589480bf9003a9017913473dec8188ce7a8f820365cb54eab4b962 MISC metadata.xml 548 BLAKE2B 72ae60901cd45e2b312418553d64dbed59ed4b9d3fd8b71f0e6eaa1782dd997d08f28fd7fb2668303a6dfa290eee1cbde6397580091730b3c5f65c85c111435a SHA512 f4cd7aa6532a5816a111cc088db3a712462bce395aa792c0ba6869981d70bec7f56040038e3dce6a7b0496f423a5be8f0e0081ab45ee51451a384f3cd8c4ade5 diff --git a/kde-plasma/plasma-nm/files/plasma-nm-5.27.4-persist-imported-vpn-connections.patch b/kde-plasma/plasma-nm/files/plasma-nm-5.27.4-persist-imported-vpn-connections.patch new file mode 100644 index 000000000000..8d7fc814c35f --- /dev/null +++ b/kde-plasma/plasma-nm/files/plasma-nm-5.27.4-persist-imported-vpn-connections.patch @@ -0,0 +1,31 @@ +From d795e92bd12705d0ce506c4ac900b0ccb7bdc69b Mon Sep 17 00:00:00 2001 +From: Nicolas Fella <nicolas.fella@gmx.de> +Date: Tue, 18 Apr 2023 23:54:02 +0200 +Subject: [PATCH] Persist imported VPN connections on disk + +Otherwise they disappear after a reboot + +BUG: 468666 + + +(cherry picked from commit 024035190982ac5957310ef78fbc34b9c51766c2) +--- + libs/handler.cpp | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/libs/handler.cpp b/libs/handler.cpp +index 625cbabd7..57fb9f2e3 100644 +--- a/libs/handler.cpp ++++ b/libs/handler.cpp +@@ -378,7 +378,7 @@ void Handler::addConnection(NMConnection *connection) + + nm_client_add_connection2(client, + nm_connection_to_dbus(connection, NM_CONNECTION_SERIALIZE_ALL), +- NM_SETTINGS_ADD_CONNECTION2_FLAG_IN_MEMORY, ++ NM_SETTINGS_ADD_CONNECTION2_FLAG_TO_DISK, + nullptr, + true, + nullptr, +-- +GitLab + diff --git a/kde-plasma/plasma-nm/plasma-nm-5.27.4.ebuild b/kde-plasma/plasma-nm/plasma-nm-5.27.4-r1.ebuild index 420f8ce7353d..9a6797eed250 100644 --- a/kde-plasma/plasma-nm/plasma-nm-5.27.4.ebuild +++ b/kde-plasma/plasma-nm/plasma-nm-5.27.4-r1.ebuild @@ -63,6 +63,8 @@ BDEPEND=" virtual/pkgconfig " +PATCHES=( "${FILESDIR}/${P}-persist-imported-vpn-connections.patch" ) # KDE-bug 468666 + src_prepare() { ecm_src_prepare |