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.
Package-Manager: Portage-2.3.67, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner <[email protected]>
- Loading branch information
Showing
93 changed files
with
2,418 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.15.5.tar.xz 158216 BLAKE2B 0f7fdf6cf700e09a7b3468163e65bbc314960531f6e6d73f599bae98f52f19287a25fc71bf4349dd27791de35a992235ae2a884950217640253e15ab6c92609b SHA512 fdcf1a203ca78f6f36e22fc8bbabb2ea8c3f3fd63d4ba6c37453ea6b32a41311347685be68454c25e4e238926dcc1b6cbdbeefaad3ed384b488054a6a4e0d54e | ||
DIST bluedevil-5.16.1.tar.xz 158328 BLAKE2B 358362ba5973355cb2e95aa976cfdb904081af4ca63484f7952ded939d915ab3a348a13f3103ef61af3ada372813c57924ed5bc60588103b24611538d0e31f9e SHA512 657176a0f3015f2c3286724bd7c1950d1528663dbd57b19c1d76c2be1409dfc0b4a57f32b677b1d5a3b4aad1671c7cbb42ab08b5a1d2086adae71347b187a7b7 | ||
DIST bluedevil-5.16.2.tar.xz 158312 BLAKE2B a0f8f0ad0a7c65770fdc8aa04c45d0dc135e13e7e619ba0949bceeec2955fe1e252d9173c202070df5cfa9db9feb911f25b1fd8c79ad4feaee1cabdd72a93b01 SHA512 d0b96a80fbe8073815da29c87f5520d0a566b7dc795fc1abfb494893a905a87895e437d6e07759e68ca39bac84eb6a8526dd133e9d613bdb004f0c08a5cd999a |
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 ~arm64 ~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.15.5.tar.xz 3127888 BLAKE2B 0ee6733509a8e82e272e17ea6247dc3d32420e243c4989a04271a17b30e614d5b35f19a14aebc676fdffbcfe66130352ddde4b5c31acbb890e5a6aa8868d1db7 SHA512 fa95f67ab63382c12f9d5448fe114145c485b73ebc7eeefb4b3199c582707f88fdbc68dbd9c996a46d44004f0a0f759fe44b49d03391a399f8113b4494b64420 | ||
DIST breeze-grub-5.16.1.tar.xz 3134876 BLAKE2B c53a60f56f53e5a61073b4577485bcc4672158833c10a4f965b7a8122232b6f6bb0f8418f0b2104194b1a1c2eba2f2f6cdbc0f5a4f670f2b03afcccf2d7175db SHA512 f1b8aa8c7d481dd1f77d91b18ffb386676e57fff80c1d2abbc6d6663a2cc84e7923e0d0feee1490d7a402d89e813500abac87240a64457cef0e18a13aba63b3f | ||
DIST breeze-grub-5.16.2.tar.xz 3156296 BLAKE2B d7614ad8caab6a71574a73e0c9680e2284477851184f17bc3aff16e76f69a943995ac30b87015a4fb11c3c48ec82ee9742c653ad5aac7108934691ccb1854326 SHA512 5bbf98d7caae2dfb1ec7cacf31c2ea1cac9bdd651bc6e9d3b00ed216e17b00ba97d976bbbfc355756e13b2ebc32293fab735b7e5e8606916265daefe9a54a7bc |
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 ~arm64 ~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.15.5.tar.xz 47504 BLAKE2B 3a6d4c656e652004e1c3268978e31f476c08a78fcf27de178edd94c1b1f568fcef26b971e52b89037922eb7be86ff5eb6189e8816a6ce6dab5a50c7d951da84a SHA512 61416aa88b50cca55df03b6eb95f6d5f6f7700fb64730668d777155c5ec0a892d00b9dd659f8a4ab86ba0c857d7bb52954563cdb8df2498f8fdfbea95c1cdd59 | ||
DIST breeze-gtk-5.16.1.tar.xz 47572 BLAKE2B 402f466ac4d6b9033515fc7704237d7d1f070fe95362c8cf12ca681332f64cfc25c0b3dc36a90afb4d4ea8208c797a9ce5d3fad69b6f267985d841363ed6891f SHA512 9000d26d4ba31b38c7bad3d61de6e5df9fe49ebd027b0b6617fda81fa6a16787ba2aded862590cff78a34e583eacd245f96100d9832e4effa9cf547d9180ffe8 | ||
DIST breeze-gtk-5.16.2.tar.xz 47556 BLAKE2B 2e2e2c985bfa9932411d668c54e4243aa632b4bd21b08c076ce06661a0b790d7e496af5d186e55e38d4bd03380cc29def182071c14c23b8fdee9f3857cf58955 SHA512 26fc044e3f24b0bcc4108b1c1ce6b4ff01cae88e0493218fb857a2ebefadc22caf8db525f9a46f760c6e064bde547947ef57ac68b8aea572a622ab8c2f12f4ce |
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 ~arm64 ~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.15.5.tar.xz 105724 BLAKE2B 2ba7c8daf2997bf8f422e687ff5636398eb5d84867814177c73a2d004baacbc2a25131585757efd615069dabaadd23641d646806d884228b2ac95805576198db SHA512 74df266881cebf5f1378975f6768e43e73a3ca4f6d8f1d73a4026eb1d046b9386887d40e8e8ad59fb9c96c45a6f63aa9b6c41a8d1740eaab4db515ab4c5a5310 | ||
DIST breeze-plymouth-5.16.1.tar.xz 105676 BLAKE2B aef2d8efb231b3008e848423adc5e4b5e78ca0edce724614b439afc3e5bd4fda4adec3407a4a051bac3b8c9a17b3985ce6fdc802440e1a4715c7d65338109e6d SHA512 66b2a6b568c061290707925a3b70f8d533e0f05ecf9fa1b6c25c25c646e3ca8db30756321e76525319ad8aeadd8d6ae2ef9df5e7a291d096815ca23a3f79756c | ||
DIST breeze-plymouth-5.16.2.tar.xz 105716 BLAKE2B 0c51b176e09217392b21e54b4b80ec5a33328c6b3e5d997e0fdb81279b4fe96c3a3eedfa90854f51e8f04899763c1c303a39b11aee5bade99744504b6f282b5e SHA512 219316598e6fa219c564ffd781fbc26105b911ae8995dd4d289711e0d7c7b474cc4b58c4def6922ae33482b1206cd84f28f1f68349b8492441e363bc3a9f50e9 |
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 ~arm64 ~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.15.5.tar.xz 25144812 BLAKE2B 00a477883384924cf9d77d659e9df4e31d442b94bbb2ad7b502e4cfd4aa5f40a01918654a738ef92db6ada834a10a7197d56ecb2994218a24d2ec0b0830f887c SHA512 a83ab125ed55f5da6b4e74ceecea5bbf5dc0f2b589b88764b2c0e501bfdc514e7b911e8a93b6e491f9ff0a22055fe8fa6611203f50b75fd624d7427e6c532391 | ||
DIST breeze-5.16.1.tar.xz 16593620 BLAKE2B 3a37d9e801d0c6080ebb2ce5813699ae9432b657858cf9dd74c4f9fe596f0e3ebf590d72f5a04b80b8441d3ed38893268cbadddf0acae51bd19efdca4a969410 SHA512 8b95456c22335d227dffd6600c83703cb4bc71c80a9fb6737e9a3798a1cd29f0d914ab8fd95e1510b1bef2aecc74c47bb86e0d7afd1e209bb914a1e51e05ea79 | ||
DIST breeze-5.16.2.tar.xz 16593868 BLAKE2B a4fee19a8dfe1457841d4296a7e37c833f3ed5d1d78923e4226df306eaae85144f9283d3ca3128570445f5da88ba5c1c3a18b413f5d81599c8b495d87dfec7f5 SHA512 54cb009bef9520f18be35c8b6963ec8ca09a13149d476608bee8c79c8c86db1f3887b560f4f7500fa796ab2fdc8019b51f4ba17cb53fd0649fff08a399b9e267 |
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 discover-5.15.5.tar.xz 10447644 BLAKE2B 456acc6bbbea216cde7a535fa591ef76316ee07f5ba57e6b3c6c20536b21877eb210f381cba8cc7c114110f3f7ffc4244163174bf8ae95cd022ca05a4be16bed SHA512 fc94bf3d93423d6327951c8ba76c2a08c7bd19aafbca7333e159af7500d1a78b464f7b5824b9168c522f052ca6cd322e9b5a26abd74657b99c734bbc7b864a3d | ||
DIST discover-5.16.1.tar.xz 10448112 BLAKE2B b07d0df05f5696433e65d1fdfcd0ebb04ec655740ffee90494f37de02371ade53ba2c9783dac6771d009a04c7bf82dcd67f991bca37fb334eebb68f1cc1c16b9 SHA512 b02578254684c9437d8e3cb3689023b6144ace5c2259ffb402c2700895c789b2b357ba6f76583bb73a31bc00f9fc69c04e7e40210698b7c836ee82b9da4cbabd | ||
DIST discover-5.16.2.tar.xz 10448372 BLAKE2B 8a900c21006c67d77adfa14d8868ea1b7bd1cd479ed4969b28f7bf5cfda522c5847ebbb6a20c61bc2ddf4ffa3d04e330bfaabfc47196e85d8466f104b0a67e5e SHA512 240af3a512b4f63df825975f5090eae65dc8fa00742c692ca3de776a058431b2815562df6c1ae103676ad504581190679038464cbc28f060cb9bb2f8948a6a94 |
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,70 @@ | ||
# Copyright 1999-2019 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=7 | ||
|
||
KDE_TEST="forceoptional" | ||
VIRTUALX_REQUIRED="test" | ||
inherit kde5 | ||
|
||
DESCRIPTION="KDE Plasma resources management GUI" | ||
HOMEPAGE="https://userbase.kde.org/Discover" | ||
KEYWORDS="~amd64 ~arm ~arm64 ~x86" | ||
IUSE="+firmware" | ||
|
||
# libmarkdown (app-text/discount) only used in PackageKitBackend | ||
DEPEND=" | ||
$(add_frameworks_dep attica) | ||
$(add_frameworks_dep kconfig) | ||
$(add_frameworks_dep kconfigwidgets) | ||
$(add_frameworks_dep kcoreaddons) | ||
$(add_frameworks_dep kcrash) | ||
$(add_frameworks_dep kdbusaddons) | ||
$(add_frameworks_dep kdeclarative) | ||
$(add_frameworks_dep ki18n) | ||
$(add_frameworks_dep kio) | ||
$(add_frameworks_dep kirigami) | ||
$(add_frameworks_dep kitemmodels) | ||
$(add_frameworks_dep knewstuff) | ||
$(add_frameworks_dep knotifications) | ||
$(add_frameworks_dep kwidgetsaddons) | ||
$(add_frameworks_dep kxmlgui) | ||
$(add_qt_dep qtconcurrent) | ||
$(add_qt_dep qtdbus) | ||
$(add_qt_dep qtdeclarative) | ||
$(add_qt_dep qtgui) | ||
$(add_qt_dep qtnetwork) | ||
$(add_qt_dep qtwidgets) | ||
$(add_qt_dep qtxml) | ||
firmware? ( sys-apps/fwupd ) | ||
" | ||
RDEPEND="${DEPEND} | ||
$(add_frameworks_dep kirigami) | ||
" | ||
|
||
src_prepare() { | ||
kde5_src_prepare | ||
# we don't need it with PackageKitBackend off | ||
punt_bogus_dep KF5 Archive | ||
} | ||
|
||
src_configure() { | ||
local mycmakeargs=( | ||
-DCMAKE_DISABLE_FIND_PACKAGE_packagekitqt5=ON | ||
-DCMAKE_DISABLE_FIND_PACKAGE_AppStreamQt=ON | ||
-DCMAKE_DISABLE_FIND_PACKAGE_Snapd=ON | ||
-DBUILD_FlatpakBackend=OFF | ||
-DBUILD_FwupdBackend=$(usex firmware) | ||
) | ||
|
||
kde5_src_configure | ||
} | ||
|
||
src_test() { | ||
# bug 686392: needs network connection | ||
local myctestargs=( | ||
-E "(knsbackendtest)" | ||
) | ||
|
||
kde5_src_test | ||
} |
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.15.5.tar.xz 738752 BLAKE2B e0a48064a1881079f44c727a1bc08b9e8906b2c3e83a3def8b5fd406b6aa4d2982ebb885f3038692568293da2d933d521735724b34b40fbbcc96b139c1595740 SHA512 812206194f095a4862023a085ac2975c107e2774010598a6bf1b9b88b8dfa1e78819ac4012854d607a61bcba6dc954554ac178ccb3fd304ed27adddefa1fe8c9 | ||
DIST drkonqi-5.16.1.tar.xz 741440 BLAKE2B 61d49e18225038f315b01d476568cbfa2b750d6698acc4677ddeb581d6d5969b93d590958684218b3dafb1dbdf7aea8b87186d2803140422dc6dbc273b72bb0d SHA512 ed150ec117063f793cef5801d63c37569b3abc6af4d54a83c602dba4dd2bea6af65624e51cc3b25db97b68d199e1477f3d237c9f82541d4a19c88867641af8aa | ||
DIST drkonqi-5.16.2.tar.xz 741416 BLAKE2B af32b750073a53242b17a4e9c6931918a752c69a2d082b279d0a359c30e27d1f7f49c3ba6666211710fd7745a889466e8b564a84c753356d20c4f6c64b68887a SHA512 24f8edcb4e0a30b65169e50054548cb8dbc2d76f8b39f55f001f25e476a0f4c0b0a46b1aa37263adc95c7e07bac442c5ad8d98c8ba3651dd232283c66e70aeb9 |
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.15.5.tar.xz 84756 BLAKE2B de13492cec3c4bdb29a8be01777c21cfc5c36c7f644d6d6fd7ef2bc502620031be1c94397e5b7806095a93e9e5eae7a5acfa149c3bc809635f3f3f43b01b1aa6 SHA512 9c9c066ccf7b56ecb0816be5db82dec7d89f9a834ef75a0f96d073d0d15470a57a84f811c17feb4edbf262fc44275d943fd7e06ec2bdb53860a4f6a4ea1b64d3 | ||
DIST kactivitymanagerd-5.16.1.tar.xz 84772 BLAKE2B 64cf933ceae0aea00e3108e2d605fa5e680695483d7d3aeb8f88de8ba3350378b0af5fa1361b6fc1014734c912ad7f2ef8354d2a34878a43139be16cb33cffae SHA512 01502251c9796769af95cad953c5c748c58f1890fbbd274638966f7a632ad6ee95e83adaa01be13e0c3d4db44cdc90b913b3a36cad2e5e798b624cf18ce09736 | ||
DIST kactivitymanagerd-5.16.2.tar.xz 84764 BLAKE2B b8ec9d69f631a927176c1855ba2f29b9c9fad0cba4175acd661239978d161476ba1beeb4642a9e83d78ea143e1dd1e159a6d3c66676153e254b24888c034b3fe SHA512 76ab32224c340e34c7a1c637fea76f59f60a96a26d2a7b0b70ddc08f24d88a8a05673c15cff45c5c2797929392a1ee703aa19253fc03a627a793fb7465e950a5 |
34 changes: 34 additions & 0 deletions
34
kde-plasma/kactivitymanagerd/kactivitymanagerd-5.16.2.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.15.5.tar.xz 585788 BLAKE2B 67693b592af030aac0b130b4233fe770eee2d4d4b82c7ee1997770403e7eb9138f997681a564e349a16ba9e119e95ceb7dba037f39f950f48a0a01a63f447770 SHA512 f7f9f8af72e6fe421a22bde996b5abd5ab194b7fb6b7252e63761658b143b98e8f49783b2a53f15b45c16a6dba6b064293237bd51ef7a61371293bdaea9359ff | ||
DIST kde-cli-tools-5.16.1.tar.xz 587280 BLAKE2B 1d3972b71e09367453ccdf00e8680fd2c91c50d4045880eab5c1bae909940698dbec6ebd14561dc738eba13c15d7f5c9ca024a51cd8c8d5e817c8a56ddbea1a8 SHA512 7c96a75afc482e028d890ebddf1588c05e4d0ba57ca5ca4b424a2414fee2bb26bc2818c21b2cc1d91a0178046eb7fadbc3c48bf59ce167e9ed9887081a1baaf6 | ||
DIST kde-cli-tools-5.16.2.tar.xz 587212 BLAKE2B 1c6918c5d999e2081fb87bc93998ebab2105cc75ada8fd7c469db503d05b4ded9a8dbe7f1ce519fd7cc5f41a472409b4f67511353724ebfc6730276232c91309 SHA512 330cb8c4e5e19cf9ff19daff6a37696fe7736daba089157a063114622034b4dd14b42d0869555a87620c956e7ab8b863b7e0efa70ffa4fee3496e8c76c7ad606 |
Oops, something went wrong.