summaryrefslogtreecommitdiff
path: root/kde-plasma/plasma-meta
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-03-03 13:42:34 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-03-03 13:42:34 +0000
commit066d27181e9a797ad9f8fc43b49fc9a10ff2f707 (patch)
tree3cb05783d73b2c33589ba305144a31c718e123cd /kde-plasma/plasma-meta
parent16449a80e28af2209916cc66d19c9a44ca2b90d9 (diff)
gentoo resync : 03.03.2019
Diffstat (limited to 'kde-plasma/plasma-meta')
-rw-r--r--kde-plasma/plasma-meta/Manifest4
-rw-r--r--kde-plasma/plasma-meta/metadata.xml2
-rw-r--r--kde-plasma/plasma-meta/plasma-meta-5.15.2.ebuild (renamed from kde-plasma/plasma-meta/plasma-meta-5.15.1.ebuild)7
3 files changed, 9 insertions, 4 deletions
diff --git a/kde-plasma/plasma-meta/Manifest b/kde-plasma/plasma-meta/Manifest
index 6ff9c8fa799a..114518a5be53 100644
--- a/kde-plasma/plasma-meta/Manifest
+++ b/kde-plasma/plasma-meta/Manifest
@@ -1,3 +1,3 @@
EBUILD plasma-meta-5.14.5.ebuild 3683 BLAKE2B 6a783d9fdbd1853b32a69d94bb1a7e29f06fa0a42a655f4d5d9b53ca7287191976e6338aa901dd22128822e2234e6ce04317f1e66138c4de3ae565a92142f7ed SHA512 486728c86ee9eb36c12d3014813f8891749926cb2711c54a2564b0a2a5053fd013d23b0b1db92919075f7109e94fd5341fb4a159d4585d02b1c662f8c375f253
-EBUILD plasma-meta-5.15.1.ebuild 3685 BLAKE2B e5fbd052ae54559b432786834eadefe4662f8c4335531fa8a8e8857ffae64ff6d1a1c10acae18d41822fbc46952828dd1b7af52376c0552e341bbb1402f661ef SHA512 ab0ff11d9ae36cbcd590a499ad5052176d16b00c0a8a37148520220ae0895cdf7fdeb5a06fcdee4a79c72aa6b6a9cd3c753bcf3b4cad06804bd6682b13279d84
-MISC metadata.xml 1656 BLAKE2B ca6cffa3becb923ebb5e5feefb43215ec30f95f4745275ecf6da10185b2d7715ca74dae6ae757d835370a933754ff0d703fcdeef22766596618a48d8a5849528 SHA512 a4a469d477efc111210f5afa647741666eaebd303688c7e297b1c191ca312d9ac129887055ab95e0750338a5e4e9316aff0f1c62da8b40959fce9e5873683005
+EBUILD plasma-meta-5.15.2.ebuild 3832 BLAKE2B 13967babebc5fb39e29b3a7e69a1c0f355755ad5360104109ddf9a4ff9b794a1e69989275bed64342604649e04797ad82be3b19702cbeddc84393bd1556225ed SHA512 fd2481c8d1635de09e60137a98a33314dab0c9185a0fe0ee65f7e41f1464c90c36c2ad0425ce09f36d0c934e5448b8077f8f4ea23d8e079ce773dc5c2bd992d6
+MISC metadata.xml 1917 BLAKE2B 065db6335ecc51b0de9a52c3b44c77c6936ce27e765c960d908ffa87a84e2d88d584988d14689277b0577627127def243252d5b827d81856717e4f57f4e67092 SHA512 16224a45e1475917b3618b19f0e00d537d4183efee8d7a98c73fd7b1736ecc9471a64a2e130d2a4b385a139be40623e61c9bac20ec1b64502bc85b2dd8a2df9a
diff --git a/kde-plasma/plasma-meta/metadata.xml b/kde-plasma/plasma-meta/metadata.xml
index ee7a302e7d78..a019b78b13b0 100644
--- a/kde-plasma/plasma-meta/metadata.xml
+++ b/kde-plasma/plasma-meta/metadata.xml
@@ -9,6 +9,8 @@
<flag name="browser-integration">Enable integration with Chrome/Firefox with browser extensions</flag>
<flag name="consolekit">Enable <pkg>sys-auth/consolekit</pkg> support instead of logind session tracking</flag>
<flag name="crypt">Pull in <pkg>kde-plasma/plasma-vault</pkg> for encrypted vaults integration</flag>
+ <flag name="desktop-portal">Enable <pkg>sys-apps/xdg-desktop-portal</pkg> backend implementation for Plasma</flag>
+ <flag name="discover">Pull in resources management GUI; a centralised GHNS alternative and optional <pkg>sys-apps/fwupd</pkg> frontend</flag>
<flag name="display-manager">Pull in a graphical display manager</flag>
<flag name="elogind">Use <pkg>sys-auth/elogind</pkg> for session tracking</flag>
<flag name="grub">Pull in Breeze theme for <pkg>sys-boot/grub</pkg></flag>
diff --git a/kde-plasma/plasma-meta/plasma-meta-5.15.1.ebuild b/kde-plasma/plasma-meta/plasma-meta-5.15.2.ebuild
index 17439dc7faa1..6507efb2402d 100644
--- a/kde-plasma/plasma-meta/plasma-meta-5.15.1.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-5.15.2.ebuild
@@ -9,8 +9,9 @@ HOMEPAGE="https://www.kde.org/plasma-desktop"
LICENSE="metapackage"
SLOT="5"
KEYWORDS="~amd64 ~arm ~x86"
-IUSE="bluetooth +browser-integration consolekit crypt +display-manager elogind grub gtk +handbook
-+legacy-systray networkmanager pam plymouth +pm-utils pulseaudio +sddm sdk systemd +wallpapers"
+IUSE="bluetooth +browser-integration consolekit crypt +desktop-portal discover
++display-manager elogind grub gtk +handbook +legacy-systray networkmanager pam
+plymouth +pm-utils pulseaudio +sddm sdk systemd +wallpapers"
REQUIRED_USE="?? ( consolekit elogind systemd )"
@@ -53,6 +54,8 @@ RDEPEND="
pm-utils? ( sys-power/pm-utils )
)
crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
+ desktop-portal? ( >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT} )
+ discover? ( >=kde-plasma/discover-${PV}:${SLOT} )
display-manager? (
sddm? (
>=kde-plasma/sddm-kcm-${PV}:${SLOT}