diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-11-24 01:09:44 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-11-24 01:09:44 +0000 |
commit | e33383d972aad8129fd4c1ee2b87f529f6efa8e9 (patch) | |
tree | 6a41fd6c2b9a997737264687637da3a9eee3d9d6 /kde-misc/plasma-pass | |
parent | 89aeb05c8da1b0c32fb9d0cd5d202763780d5d5a (diff) |
gentoo auto-resync : 24:11:2022 - 01:09:44
Diffstat (limited to 'kde-misc/plasma-pass')
-rw-r--r-- | kde-misc/plasma-pass/Manifest | 3 | ||||
-rw-r--r-- | kde-misc/plasma-pass/files/plasma-pass-1.2.0-fix-loggingcategories-dir.patch | 31 | ||||
-rw-r--r-- | kde-misc/plasma-pass/plasma-pass-1.2.0-r1.ebuild (renamed from kde-misc/plasma-pass/plasma-pass-1.2.0.ebuild) | 14 |
3 files changed, 42 insertions, 6 deletions
diff --git a/kde-misc/plasma-pass/Manifest b/kde-misc/plasma-pass/Manifest index f57a75db12d0..581d043e46aa 100644 --- a/kde-misc/plasma-pass/Manifest +++ b/kde-misc/plasma-pass/Manifest @@ -1,4 +1,5 @@ +AUX plasma-pass-1.2.0-fix-loggingcategories-dir.patch 1033 BLAKE2B c306aa4a3ffd73520a3979d8b73ae91065da21f60467d839bd1ac617bb074529337bbcf306c786a1aad3644cfd747d1a1f789be352cad73e98d42741ee71f9e1 SHA512 ee13f4f3e81fba1ea7be84f197ccfef7105c2d360f39d888ff2ab903109d3b5c728554fa596816efdd07f83ec7e3fb57ba3ccb798bf827453643f7f91aafc321 AUX plasma-pass-1.2.0-no-werror.patch 1002 BLAKE2B fa3e277368aca8eb55d26aa1cc05fdd4929e856a7c29188570ade8e07e56b5086aacea3eaf031049560c8971a4840ab7f7f5f3d267dcd26ecbe47055e21d3889 SHA512 aa9bb752b20068fa8c56a650181d78bd718e2ef9b8e9fd04409335e1cfc06db14df7587246e2b47e0b701dd98729fc14b0134a2aa7f75e1dd4b2a800cc9e7550 DIST plasma-pass-1.2.0.tar.xz 34324 BLAKE2B a6fce04ca5b29066f026e01bb62a2ba4f312795bc4e0676fad82e7a7612ac29386b34047b74cda68ee1cef1fe08cb28ccda6c214565f18573594c281a3dd8658 SHA512 4ac72af97a8026022459c46eb3d8dec1489dedf0ea47ab8c71a5ab92a9c5e2faca92ef2ed512e5cd0cc181a6aa7b6ab802ae98ce525e97818704e0bf58e4603a -EBUILD plasma-pass-1.2.0.ebuild 982 BLAKE2B 533c7f957898cf62f17bc75edd10e47cec6f411ccfe3ea069ec37eb22d68c20f213280d3f584fe0e21fb6439b31f2af7dcb9107504e37808f162e5e2faf1fa1f SHA512 20cb7e6bb9ea0d336fd30a87dbee1fbef578d259226d722ee767d7520d9cb73cb350c21d45670e10bfeb14f735010b3f5d1b1affef9f5bf1efb8934f1796d810 +EBUILD plasma-pass-1.2.0-r1.ebuild 1052 BLAKE2B ca7e1026bb36de1f793f550f98ac9755426150ca0d91120533d68c1f59306b963b56634344c401a7ae749dab7328e4e13d2cc4e1e390b537ceee7b2d895a7b14 SHA512 da56ffb2aff1b59c1ddca6aec104f30ed2f16fdcbd37e3352ace4ec91aff69d8c94129af75eebf5e80bb2d060a13040e2c96d715bc7bf2c68bf7eeeff43b350c MISC metadata.xml 318 BLAKE2B 922a5e32e706b2976c5f359a14194d268d3f499398576c80ce5fad8c0fcea0fbf048de4480a80a6a1889c88b8b6c14147654a3ab4d5ffbcc258c2290da63f6d1 SHA512 614cb8dda7ad2088e5d6ef39b449bb4be0ac72cd0231c320188d76d1816dce6490c5114bb4798112c4b11d99d30a9e82ff8fcf08ffa8c049589682a5e38208f6 diff --git a/kde-misc/plasma-pass/files/plasma-pass-1.2.0-fix-loggingcategories-dir.patch b/kde-misc/plasma-pass/files/plasma-pass-1.2.0-fix-loggingcategories-dir.patch new file mode 100644 index 000000000000..5131f7dd54b2 --- /dev/null +++ b/kde-misc/plasma-pass/files/plasma-pass-1.2.0-fix-loggingcategories-dir.patch @@ -0,0 +1,31 @@ +From 5f62fcc30e7d6c8248dfb6a263ee4a49e7c19e3b Mon Sep 17 00:00:00 2001 +From: Pino Toscano <pino@kde.org> +Date: Wed, 17 Feb 2021 21:02:08 +0100 +Subject: [PATCH] cmake: install plasma-pass.categories in newer location + +Install plasma-pass.categories in the proper location for it, in case +ECM >= 5.59.0 is used. +--- + CMakeLists.txt | 6 +++++- + 1 file changed, 5 insertions(+), 1 deletion(-) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index c0bed60..c32b637 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -53,7 +53,11 @@ add_subdirectory(plugin) + if (BUILD_TESTING) + add_subdirectory(tests) + endif() +-install( FILES plasma-pass.categories DESTINATION ${KDE_INSTALL_CONFDIR} ) ++if(ECM_VERSION VERSION_GREATER_EQUAL 5.59) ++ install(FILES plasma-pass.categories DESTINATION ${KDE_INSTALL_LOGGINGCATEGORIESDIR}) ++else() ++ install(FILES plasma-pass.categories DESTINATION ${KDE_INSTALL_CONFDIR}) ++endif() + + if(ECM_VERSION VERSION_GREATER_EQUAL 5.79) + kde_configure_git_pre_commit_hook(CHECKS CLANG_FORMAT) +-- +GitLab + diff --git a/kde-misc/plasma-pass/plasma-pass-1.2.0.ebuild b/kde-misc/plasma-pass/plasma-pass-1.2.0-r1.ebuild index b62a307e42dd..e66dbf2a266a 100644 --- a/kde-misc/plasma-pass/plasma-pass-1.2.0.ebuild +++ b/kde-misc/plasma-pass/plasma-pass-1.2.0-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -KFMIN=5.74.0 -QTMIN=5.15.2 +KFMIN=5.82.0 +QTMIN=5.15.5 inherit ecm kde.org DESCRIPTION="Plasma applet to access password from pass" @@ -32,8 +32,12 @@ DEPEND=" sys-auth/oath-toolkit " RDEPEND="${DEPEND} + app-crypt/gnupg >=dev-qt/qtquickcontrols2-${QTMIN}:5 >=kde-frameworks/kirigami-${KFMIN}:5 " -PATCHES=( "${FILESDIR}"/${P}-no-werror.patch ) # bug 785832 +PATCHES=( + "${FILESDIR}"/${P}-fix-loggingcategories-dir.patch + "${FILESDIR}"/${P}-no-werror.patch # bug 785832 +) |