forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Andreas Sturmlechner <[email protected]> Package-Manager: Portage-2.3.51, Repoman-2.3.11
- Loading branch information
Showing
89 changed files
with
2,290 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
DIST bluedevil-5.14.5.tar.xz 158260 BLAKE2B 1a8fdd9804a852413eba0315c0f97f7b0f5abb4f96568c182596595501c15e33dee713b0989f2b4c10b2441d1ca350c617a41d0fc5a1877f5142d91b6f288e28 SHA512 9327ce7824339fdec42e7a0268fe5a8a100a150e4b1932e9c6a0aca9d3f5bb9b3a153490cf1f6613a459841b775f6648ccc55176addc024761b4d70462eeb3d0 | ||
DIST bluedevil-5.15.0.tar.xz 157360 BLAKE2B e18bcbd028b7219c8b686edb47d2ff63b2612f98e4dd260298dc16585a5ae02867dd591829ac929ea2a0a6497a1986ca9f05b2cd733c49d1a5f3c31199522629 SHA512 30291bd7da1259c69c7f7bebccbf802b319ae90870b7498773b3ce84bd2a13c95db872636409c15f6e7d52c18e39e361d9a7e62ce958920cf6f9a9c956cc0ff8 | ||
DIST bluedevil-5.15.1.tar.xz 157272 BLAKE2B 4925e62aa9fe3e5c801ebbf55f46fccbe3cdb1c1af44b6a3015b28f98ffdca6c10848f93b2974b94a00c99b46b0b09ae3395d3b024c5bdc8ffdf105ed698b166 SHA512 bf4a0f7a12d21af8fe5cef71b395d5413d20db100515792e3b742b1a1ca4b76e5490321330a8ed2f9bb8ee29a3679e69c4782361135cb6d4a3546c2e846aac19 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Copyright 1999-2019 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=7 | ||
|
||
inherit kde5 | ||
|
||
DESCRIPTION="Bluetooth stack for KDE Plasma" | ||
HOMEPAGE="https://cgit.kde.org/bluedevil.git" | ||
KEYWORDS="~amd64 ~arm ~x86" | ||
IUSE="" | ||
|
||
DEPEND=" | ||
$(add_frameworks_dep bluez-qt) | ||
$(add_frameworks_dep kconfig) | ||
$(add_frameworks_dep kconfigwidgets) | ||
$(add_frameworks_dep kcoreaddons) | ||
$(add_frameworks_dep kded) | ||
$(add_frameworks_dep kdbusaddons) | ||
$(add_frameworks_dep ki18n) | ||
$(add_frameworks_dep kiconthemes) | ||
$(add_frameworks_dep kio) | ||
$(add_frameworks_dep knotifications) | ||
$(add_frameworks_dep kwidgetsaddons) | ||
$(add_frameworks_dep kwindowsystem) | ||
$(add_frameworks_dep plasma) | ||
$(add_qt_dep qtdbus) | ||
$(add_qt_dep qtdeclarative) | ||
$(add_qt_dep qtgui) | ||
$(add_qt_dep qtwidgets) | ||
" | ||
RDEPEND="${DEPEND} | ||
$(add_plasma_dep kde-cli-tools) | ||
" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
DIST breeze-grub-5.14.5.tar.xz 3130276 BLAKE2B c067915194e87b244125a38af0ccd16eede5204b74e5783d7c339b11ed522a38cc0c1f3808750a74297b9060ff693b070994d8e05665a20c793d2a1652a0951b SHA512 a921e27b29dfd9f2eb65a3fbb84c812a750d7823281aee698dab07d5f7bb1e7461c70130e7d4437b6dc6839aaa0994276665f2fe3be6b1cd96a331736029ee2b | ||
DIST breeze-grub-5.15.0.tar.xz 3142836 BLAKE2B 7d4f1a29a8e3763cee87b5e0344f534576dc20005f6b387eb8a390800aea03b4ebde3da591815c5ad07a93baf82380aaece9c9388b4360e9a8aa05059469570b SHA512 157ec7ac18d553b88003540a718d72459274c154a656846102ac7df7a147984086f5a88a2066d7247b5bd14607e9f58b6e5c4f6d72a6d0d1de2ca1f571249352 | ||
DIST breeze-grub-5.15.1.tar.xz 3133884 BLAKE2B e3deb3315afa9c05664f9c1b4318b90bb5f590c0f22658d66ba311aa71b4b0ab3fc6325f6204a3e388af8d70591badefc2de5721177e564497e224ff91b3a0d3 SHA512 15ebebeec0538441d766cd1101ed2d0f9377c8386b3f35d0c5305535290d19da18d8aaa3ccbae47406a75816c563c0bc175f0a071e45fcd679067a7fab6879f1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Copyright 1999-2019 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=7 | ||
|
||
KDE_AUTODEPS="false" | ||
KDE_DEBUG="false" | ||
inherit kde5 | ||
|
||
DESCRIPTION="Breeze theme for GRUB" | ||
LICENSE="GPL-3+" | ||
KEYWORDS="~amd64 ~arm ~x86" | ||
IUSE="" | ||
|
||
src_prepare() { default; } | ||
src_configure() { :; } | ||
src_compile() { :; } | ||
|
||
src_install() { | ||
insinto /usr/share/grub/themes | ||
doins -r breeze | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
DIST breeze-gtk-5.14.5.tar.xz 202408 BLAKE2B e2055710f8ba551c190ca5922be413cccee32afcc591cccee10f5d3952f46e04e7af09fa0bd0bf85770bec80ec0a3793e7493b0884e1d48d1d787ff0d3cccd9d SHA512 3e8ad24851b84821b8894d4bea33a9ecb7bbfc312d5d4aa246520d5a5fa4dbf77a5f6b7a34f69dd9692fbeadf5246ebe44d0a57fee171b3903cbfd1356a632c5 | ||
DIST breeze-gtk-5.15.0.tar.xz 47344 BLAKE2B 2311e6da52df91a7f8ff0da7891781d19fd00706e624ed7416ce7872a6d7175b9088d5c82dd46b51fab150e6c33bd05a997915813ca5b3e3ff0b147550ffef07 SHA512 fd2e187bf0316cc2dff6752cbb21015e9959f16e99a9fc5232b2cca2b49586a5f4b411c7fe6a8b28b7c30f38b9533c77224c947dd6aa1404fff06ae4cd2a1c7b | ||
DIST breeze-gtk-5.15.1.tar.xz 47504 BLAKE2B 9f05e691788ea9cd8e0c78c83b4e87a80620f6496396cba94b5865eb40547abecfe797d908e9be705deab259ddce3c43750668c78cdd607cd19c9f8932f734a2 SHA512 fecb1203ca358b47806f062d5db4e0ada589b3371827a4af312ab92fd8fbb7357d20598e990eedd4089b0e362c6de0f17068a0cdf8d44a407d3c9249272f71d1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Copyright 1999-2019 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=7 | ||
|
||
PYTHON_COMPAT=( python3_{5,6,7} ) | ||
inherit kde5 python-any-r1 | ||
|
||
DESCRIPTION="Official GTK+ port of Plasma's Breeze widget style" | ||
HOMEPAGE="https://cgit.kde.org/breeze-gtk.git" | ||
LICENSE="LGPL-2.1+" | ||
KEYWORDS="~amd64 ~arm ~x86" | ||
IUSE="" | ||
|
||
BDEPEND="${PYTHON_DEPS} | ||
$(add_plasma_dep breeze) | ||
$(python_gen_any_dep 'dev-python/pycairo[${PYTHON_USEDEP}]') | ||
dev-lang/sassc | ||
" | ||
|
||
python_check_deps() { | ||
has_version "dev-python/pycairo[${PYTHON_USEDEP}]" | ||
} | ||
|
||
pkg_setup() { | ||
python-any-r1_pkg_setup | ||
kde5_pkg_setup | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
DIST breeze-plymouth-5.14.5.tar.xz 105440 BLAKE2B 54a2bb0243f8a6ef068b3b9164edd906ce6d1cc9b4152b9a64628cda43c0b3ab99d2a454c86f878db32df1744415d564b38b0c370dd1198940d8432b2f02999d SHA512 540770481c9dfa2e2d927faa847133f1c8a9999c3fc4b846bb6d81b17447f2ed72b7855607fa0892fb81e61f04e702f168bf40fce75c1e839788946f94c7419f | ||
DIST breeze-plymouth-5.15.0.tar.xz 105432 BLAKE2B a37dc74225ac85381e184267d8cb3d1403c81e704e22602a7ff611cbf18cc67ec691fb673fa49f9a6504d0c39c8a68770af5fb06ff55f3fd412ccd2641d52399 SHA512 cf1cff0627bc902d3f5aa3d0980d0b3573ecd66d4d6c97ce508eb2516508e9d9336ae69442456045994cdbfc0b513698ec9c2e40a9c7809f67c6f5e63678a795 | ||
DIST breeze-plymouth-5.15.1.tar.xz 105704 BLAKE2B b09c28fd4a4bec4b5ba54692f0ca11184867f5f5bfe2b87122b0e0a78e8baaceecdec24b7619671f6e294f8fcb802f5e14ef6819285f2f078c7a1b44bec6e913 SHA512 7329532e389914f3c55e5ebeb03adbe67a27c6657546306209a92aa6eca3cff300c203f9525f02543729aa4053ba222f88015ca9394e70495c570d1d5c5ccf80 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Copyright 1999-2019 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=7 | ||
|
||
KDE_AUTODEPS="false" | ||
inherit kde5 | ||
|
||
DESCRIPTION="Breeze theme for Plymouth" | ||
LICENSE="GPL-2+ GPL-3+" | ||
KEYWORDS="~amd64 ~arm ~x86" | ||
IUSE="" | ||
|
||
BDEPEND="$(add_frameworks_dep extra-cmake-modules)" | ||
DEPEND="sys-boot/plymouth" | ||
RDEPEND="${DEPEND}" | ||
|
||
src_configure() { | ||
local mycmakeargs=( | ||
-DDISTRO_NAME="Gentoo Linux" | ||
-DDISTRO_VERSION= | ||
) | ||
|
||
kde5_src_configure | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
DIST breeze-5.14.5.tar.xz 24932044 BLAKE2B 51d8a888fd926ae26da7d67aff55786ab9d1d63578f6ff0ef0a8b09e88c74b9cb61aef235bd7a1e9b8f18b5eb09fd92dd6dd9f2bcd404e80d09c10bd6038b778 SHA512 46cff196ffd6e0284b8e9af327e7ed3f10851f208b6c7c900821d69bc98dfe74e9f2aed392ff930966c610a711d0b0c0a47c9fc647474ce596ce2f8a24ed0dd3 | ||
DIST breeze-5.15.0.tar.xz 25148104 BLAKE2B 12915398bdffb29f243c29aedca56b10169c2292592c4511face5fd8413c296c40c20d2cd653e33ea56a05271f42a25c8b1c4e1a3e6d1b52be72ba0beaf46c56 SHA512 98d49d355fca8d62fb7830bad7849c6db970cffe351110088afef8fbc150e8ad2fb15ed0b76242dd624e16d67ac6ce722b35f5681a1a85fc189b1899fe9f1bdb | ||
DIST breeze-5.15.1.tar.xz 25144020 BLAKE2B 9a8437c88adabfb94cd5c87275930da928da2af402a48900b6b24b69e9cbdab95dcd0f1f634d8fe577f5b1d362dbdf343f845742ff941c0e712c59cc3af01bc3 SHA512 10741883ea345c0e2af9798643fd83e3c873e034d727621a48570503a0cbae954b8f22c1464aabe135769e68dc60a322b788ef88bf44ced4fa042a99a918cb97 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
# Copyright 1999-2019 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=7 | ||
|
||
inherit kde5 | ||
|
||
DESCRIPTION="Breeze visual style for the Plasma desktop" | ||
HOMEPAGE="https://cgit.kde.org/breeze.git" | ||
KEYWORDS="~amd64 ~arm ~arm64 ~x86" | ||
IUSE="wayland X" | ||
|
||
RDEPEND=" | ||
$(add_frameworks_dep frameworkintegration) | ||
$(add_frameworks_dep kcmutils) | ||
$(add_frameworks_dep kconfig) | ||
$(add_frameworks_dep kconfigwidgets) | ||
$(add_frameworks_dep kcoreaddons) | ||
$(add_frameworks_dep kguiaddons) | ||
$(add_frameworks_dep ki18n) | ||
$(add_frameworks_dep kwidgetsaddons) | ||
$(add_frameworks_dep kwindowsystem) | ||
$(add_plasma_dep kdecoration) | ||
$(add_qt_dep qtdbus) | ||
$(add_qt_dep qtdeclarative) | ||
$(add_qt_dep qtgui) | ||
$(add_qt_dep qtwidgets) | ||
sci-libs/fftw:3.0= | ||
wayland? ( $(add_frameworks_dep kwayland) ) | ||
X? ( | ||
$(add_qt_dep qtx11extras) | ||
x11-libs/libxcb | ||
) | ||
" | ||
DEPEND="${RDEPEND} | ||
$(add_frameworks_dep kpackage) | ||
" | ||
PDEPEND=" | ||
$(add_frameworks_dep breeze-icons) | ||
$(add_plasma_dep kde-cli-tools) | ||
" | ||
|
||
src_configure() { | ||
local mycmakeargs=( | ||
$(cmake-utils_use_find_package wayland KF5Wayland) | ||
$(cmake-utils_use_find_package X XCB) | ||
) | ||
kde5_src_configure | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
DIST drkonqi-5.14.5.tar.xz 737580 BLAKE2B 1bb0ee7a70df8740feb6838bae7679c4acff4bf976e85a733da102db9716efcee5fd4f314f3877607ce600123b6452694a8fa528ea87a41f49d76b3bdb46f975 SHA512 8985ab8fae82e16fce6d604fcf6e4a393e1a147061f09eaaca6cd048fe9cba47cc9959013fc912b3829a9aaf3c471941597c5d1d3630f243fa1871e387757b36 | ||
DIST drkonqi-5.15.0.tar.xz 738460 BLAKE2B 2ba1b5659e7b05687ec349a8fabee5d181ce82120d3dce54e8cba56e9ff5453f96c794c9751a80cf9b6e23f698f53aa0921965582d73a236a3031f41b34f7022 SHA512 dd6acebdc263e654d3073cb12a760c4b8419ff4ddd9bbc6ada50d95254378171e27e0b80ad1c1edda7f8554c83121c31c8e64273bd300f163547b66c7ca8d5ce | ||
DIST drkonqi-5.15.1.tar.xz 738584 BLAKE2B b8abfe28b4abdda974972bff46478d6fdcd425248efa2fac3cf3ff4f48615c099cdd36627381fdc8dae2548e00ad4f7fc4f8f4279815e3e4b78ee4757d74b28c SHA512 8c201a56a92e75678a4fb9ad405802aa796dbc0ef23713f902243dc9352efbb741858a49ea3647ebbf0465f1993b2f4ab8477ae87eec84aac166e46b4a34bd46 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
# Copyright 1999-2019 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=7 | ||
|
||
inherit kde5 | ||
|
||
DESCRIPTION="Plasma crash handler, gives the user feedback if a program crashed" | ||
|
||
KEYWORDS="~amd64 ~arm ~arm64 ~x86" | ||
IUSE="X" | ||
|
||
COMMON_DEPEND=" | ||
$(add_frameworks_dep kcompletion) | ||
$(add_frameworks_dep kconfig) | ||
$(add_frameworks_dep kconfigwidgets) | ||
$(add_frameworks_dep kcoreaddons) | ||
$(add_frameworks_dep kcrash) | ||
$(add_frameworks_dep ki18n) | ||
$(add_frameworks_dep kidletime) | ||
$(add_frameworks_dep kio) | ||
$(add_frameworks_dep kjobwidgets) | ||
$(add_frameworks_dep knotifications) | ||
$(add_frameworks_dep kservice) | ||
$(add_frameworks_dep kwallet) | ||
$(add_frameworks_dep kwayland) | ||
$(add_frameworks_dep kwidgetsaddons) | ||
$(add_frameworks_dep kxmlrpcclient) | ||
$(add_qt_dep qtdbus) | ||
$(add_qt_dep qtgui) | ||
$(add_qt_dep qtwidgets) | ||
$(add_qt_dep qtxml) | ||
X? ( $(add_qt_dep qtx11extras) ) | ||
" | ||
DEPEND="${COMMON_DEPEND} | ||
$(add_qt_dep qtconcurrent) | ||
" | ||
RDEPEND="${COMMON_DEPEND} | ||
!<kde-plasma/plasma-workspace-5.10.95:5 | ||
" | ||
|
||
src_configure() { | ||
local mycmakeargs=( | ||
$(cmake-utils_use_find_package X Qt5X11Extras) | ||
) | ||
kde5_src_configure | ||
} | ||
|
||
pkg_postinst() { | ||
kde5_pkg_postinst | ||
if ! has_version "sys-devel/gdb"; then | ||
elog "For more usability consider installing the following package:" | ||
elog " sys-devel/gdb - Easier debugging support" | ||
fi | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
DIST kactivitymanagerd-5.14.5.tar.xz 84964 BLAKE2B 555c4becb239aa6d04a60319f3360e054af2de43745de86e1c47451434eadd1fdf1c93b44fcd8fb50e44942b8aee15d9b4fd40b36d6aa2d369c77388f61569e1 SHA512 a2eeb45c260eb11714f73f534867a5c6c1c5f4d8c14fdab71251f570b212ed6549f94f214a836d486d952f0b8b1effb346ad49f60a6d66edf84d977457d9a0af | ||
DIST kactivitymanagerd-5.15.0.tar.xz 84396 BLAKE2B 7affa65c738c649c81e310f30b1fbca9df844728ff04a060b9a26c90b60fa72b8c7257cd84081e2782b7b00d11a99f588f9a0e69f4e8523c71799e954c3ee565 SHA512 aa8d53b22cf2fd56945f13a25ce14732c6d419917b557ab13b77864d46f768c399d390bada16bedcb45b2e0d6d524cba32fe096c86c8bc92012c10cec4ddb9a4 | ||
DIST kactivitymanagerd-5.15.1.tar.xz 84676 BLAKE2B b92b5fa9f260e8a7924313c9cc256d7983d25f053d6b89f62c1a1838e120745b707fd0a6d1cebcdef220227551359d23da273478de322b499344a1b9976ed3cd SHA512 11939d9ae693f93921d227b2b3df9ea3406c39eb816eb5b3409b1a023f98e7c5c0cfdf0d1a1bf1a6917137df9f3f2910659c701b7a8a99afe05f27c3d57ee8a3 |
34 changes: 34 additions & 0 deletions
34
kde-plasma/kactivitymanagerd/kactivitymanagerd-5.15.1.ebuild
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Copyright 1999-2019 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=7 | ||
|
||
inherit kde5 | ||
|
||
DESCRIPTION="System service to manage user's activities, track the usage patterns etc." | ||
LICENSE="|| ( GPL-2 GPL-3 )" | ||
KEYWORDS="~amd64 ~arm ~arm64 ~x86" | ||
IUSE="" | ||
|
||
COMMON_DEPEND=" | ||
$(add_frameworks_dep kconfig) | ||
$(add_frameworks_dep kcoreaddons) | ||
$(add_frameworks_dep kcrash) | ||
$(add_frameworks_dep kdbusaddons) | ||
$(add_frameworks_dep kglobalaccel) | ||
$(add_frameworks_dep ki18n) | ||
$(add_frameworks_dep kio) | ||
$(add_frameworks_dep kservice) | ||
$(add_frameworks_dep kwindowsystem) | ||
$(add_frameworks_dep kxmlgui) | ||
$(add_qt_dep qtdbus) | ||
$(add_qt_dep qtgui) | ||
$(add_qt_dep qtsql 'sqlite') | ||
$(add_qt_dep qtwidgets) | ||
" | ||
DEPEND="${COMMON_DEPEND} | ||
dev-libs/boost | ||
" | ||
RDEPEND="${COMMON_DEPEND} | ||
!<kde-frameworks/kactivities-4.13.3-r2:4 | ||
" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
DIST kde-cli-tools-5.14.5.tar.xz 584812 BLAKE2B 0a690b72a9218d675d518a43d46baf7d462e425164ae0b9f42b0e6109c9da693b1521e151c72992d387257a107eba3ccb2fc83aab1537d55592305e58e572a6b SHA512 fba3fe47bb1b7faf67fa9edc39640629ad0689c99964a48162166401d342dddcf82a19078f76d9d92c4892cde302a5c9c578e0c2a852fa321216c2c3498a2428 | ||
DIST kde-cli-tools-5.15.0.tar.xz 585700 BLAKE2B a30e28b1ad36c5741a92a4ee9a0e800e55a0304aa241b59caad203df8c76f0cd3de3d6704885c177cf6362485026b14c32b03283a5198e3d31340058a09ed755 SHA512 a69f42b746359cca37cf7679074373dce36d18e9f2b914a98adbe1534e6c8b032b35cf22771bb6a1825ca86815b923654156df07a8fc934ee6011d2cbfc33eb3 | ||
DIST kde-cli-tools-5.15.1.tar.xz 586360 BLAKE2B 543039c5b5c17782be6c0719c9c97eecc0b8f046b05701cde461c7c182ba42656c8a0909a3c6f1d029aa34b34f434efd508defc43a570856bf08017f2b1e67cd SHA512 3eb9e945ffafb104961b1d6928a6d56da7fc82970f847bbb886ed414bb3fe323568ee91f45b38fd45176053e7824b6d5cae90d3115a5775e66bdd7757e195d63 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
# Copyright 1999-2019 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=7 | ||
|
||
KDE_HANDBOOK="forceoptional" | ||
KDE_TEST="optional" | ||
VIRTUALX_REQUIRED="test" | ||
inherit kde5 | ||
|
||
DESCRIPTION="Tools based on KDE Frameworks 5 to better interact with the system" | ||
HOMEPAGE="https://cgit.kde.org/kde-cli-tools.git" | ||
KEYWORDS="~amd64 ~arm ~arm64 ~x86" | ||
IUSE="+kdesu X" | ||
|
||
DEPEND=" | ||
$(add_frameworks_dep kactivities) | ||
$(add_frameworks_dep kcmutils) | ||
$(add_frameworks_dep kcompletion) | ||
$(add_frameworks_dep kconfig) | ||
$(add_frameworks_dep kconfigwidgets) | ||
$(add_frameworks_dep kcoreaddons) | ||
$(add_frameworks_dep kdeclarative) | ||
$(add_frameworks_dep ki18n) | ||
$(add_frameworks_dep kiconthemes) | ||
$(add_frameworks_dep kio) | ||
$(add_frameworks_dep kservice) | ||
$(add_frameworks_dep kwidgetsaddons) | ||
$(add_frameworks_dep kwindowsystem) | ||
$(add_plasma_dep libkworkspace) | ||
$(add_qt_dep qtdbus) | ||
$(add_qt_dep qtgui) | ||
$(add_qt_dep qtsvg) | ||
$(add_qt_dep qtwidgets) | ||
kdesu? ( $(add_frameworks_dep kdesu) ) | ||
X? ( | ||
$(add_qt_dep qtx11extras) | ||
x11-libs/libX11 | ||
) | ||
" | ||
RDEPEND="${DEPEND} | ||
!kde-apps/kdesu | ||
" | ||
|
||
PATCHES=( "${FILESDIR}/${PN}-5.12.80-tests-optional.patch" ) | ||
|
||
# requires running kde environment | ||
RESTRICT+=" test" | ||
|
||
src_configure() { | ||
local mycmakeargs=( | ||
$(cmake-utils_use_find_package kdesu KF5Su) | ||
$(cmake-utils_use_find_package X Qt5X11Extras) | ||
) | ||
|
||
kde5_src_configure | ||
} | ||
|
||
src_install() { | ||
kde5_src_install | ||
use kdesu && dosym ../$(get_libdir)/libexec/kf5/kdesu /usr/bin/kdesu | ||
use kdesu && dosym ../$(get_libdir)/libexec/kf5/kdesu /usr/bin/kdesu5 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
DIST kde-gtk-config-5.14.5.tar.xz 157032 BLAKE2B b13e44fbe1ea048e58b98f1396528372f74545effa145b65a71709f1e7732c0ed48111e52eaafc544d180678e411df20786a0f9cfee1557c1df873b4630e380f SHA512 3bb350307cabf44a27dcc3be95c8d2c15049be80f3c3fb127ddaaf9880acb850f10126347fba07868bfa9424d5e1c92b580687aa356be2869ff36684a15d8563 | ||
DIST kde-gtk-config-5.15.0.tar.xz 156264 BLAKE2B bc20d4a14d637fcc595e638216d1aec94e84daf307d6bf741ccb8948f2361e5b27bf1dbddefdd08b21cef1c81acc3f24e6be66f99db78acabe988ebb1c47ccd3 SHA512 fdd47b09d8cc4740970b10e793fd6fb2c8fe9ad47d1f28d29ea573caaf6285650215bdd7fef8199eba6c26a8db96df8908e58b1743438eb36574a21596b032d3 | ||
DIST kde-gtk-config-5.15.1.tar.xz 156400 BLAKE2B 7329abcc0f0c7bf14f734231639d299975cb4783d4494af81dee77b70ae21f7712047a2015038112d6b71a90daf8e246ec15ff39d28e0ab9ab8ce3ed646c9f55 SHA512 e02f8cc767f3457fb5c81c1a8d32edb6facb237cd5d173bc4c4a10c87599c00455d632f88d08dd8c8599850e80b2abe4205270fc1b1019abdcf77b41125b4a20 |
Oops, something went wrong.