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.41, Repoman-2.3.9
- Loading branch information
Showing
92 changed files
with
2,322 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.12.5.tar.xz 149604 BLAKE2B 3be0b934e91bc7bd739284674d2bd734db0b1d6d76e1cb1e75b92e72cab46dd86a0e17f455dd570f1c05881826ebaabd6c42653a2b352e8dfc783a5ba60634b1 SHA512 e99ac736110dde8042920ced22aeee965c2080766f2043b20b26937c9573310ebee9db71c347f3e7ebcd46798871b2c14f47ac2177241d3b2d539fe7bffda017 | ||
DIST bluedevil-5.12.6.tar.xz 149504 BLAKE2B 6ad4b44102c79012a58bfafbdb05c29709e45117e89775de38cb45e0da5f85a5d48880e7fc79e31fb46f93b8422fdc5864b7dfeddcedacf0a43f9b060608c33d SHA512 940328b7249d9198bf87a4a7437b615e40280c27a60988975ea569bb3f23609fa2c86eb7cc0aa8c4532611ddf9f0f7a15b1090ab69ce9601569918ee4ff99396 | ||
DIST bluedevil-5.13.2.tar.xz 149312 BLAKE2B 167abf3a19d609274472f0be1961c186531d8c9c874bb6e3a10c168b5674fd28756b314723416305dc5fc746c9690d579236b90a8c47a7bd4a420b2ea82a5b61 SHA512 dc27904e03ee047cf7e1e30a7f4d3ff3c2aadbff0a1c6a3065567b770220255cb5893207854e69613defdec1ac6b35956ac22f53a1221e126f45281a05aaea30 |
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,40 @@ | ||
# Copyright 1999-2018 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=6 | ||
|
||
inherit kde5 | ||
|
||
DESCRIPTION="Bluetooth stack for KDE Plasma" | ||
HOMEPAGE="https://cgit.kde.org/bluedevil.git" | ||
KEYWORDS="~amd64 ~arm ~x86" | ||
IUSE="" | ||
|
||
COMMON_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) | ||
" | ||
DEPEND="${COMMON_DEPEND} | ||
x11-misc/shared-mime-info | ||
" | ||
RDEPEND="${COMMON_DEPEND} | ||
$(add_plasma_dep kde-cli-tools) | ||
!app-mobilephone/obexd | ||
!app-mobilephone/obex-data-server | ||
!kde-plasma/bluedevil: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 breeze-grub-5.12.5.tar.xz 3140852 BLAKE2B 66ded1641a181eb1cc888c890030f46f4b36292917fda7fd32a6e61a36123580c3191a997a92438e51f38f4169cbc80c10a1851fb9602c269e6019713d52e598 SHA512 27dad6a97ae128c8827d65324ea5975718489e5b1961861dcb72dbc17bbb1e38d9d6065583d49fe96d0bdd5ecba31f61efbb3a222191b8b5420e2023ed339aa8 | ||
DIST breeze-grub-5.12.6.tar.xz 3141952 BLAKE2B dc86d799730409933db5892be6848ecf06ae8865069a8b103e780c48463b04749ce4e6c5b9aaf326ed7b87414f7c8ac6147d66c641815b9bd0a453d1636e238a SHA512 50701fa321f6770e94ed8c713ff629e45876c3e2c2c44b53307acf51dc74b3978443e017d7517d62c6d00c67fcd849b1a40f7b3e172d2bb485fbe2b46236dd05 | ||
DIST breeze-grub-5.13.2.tar.xz 3134732 BLAKE2B a775d3b726c272faec7883ca0b798240e4d5e3de6f70a16b4d21995d3e3f4dd8c17047b8d3a90b00dabf00e58e210f2f1bcdb9e81ce7d78f221a99314030e241 SHA512 482404aedab9d2df984117b6ff6b65c9d02292f20cbeacd2c8b31379238b5944e68fd55afb15897978160ed23fea9abc8680158cb3f6c03209442d1fd2c7da47 |
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,30 @@ | ||
# Copyright 1999-2018 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=6 | ||
|
||
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.12.5.tar.xz 213800 BLAKE2B b13c218af535b4c7f469c52f76e1bafee7ac89fdc9f75eab43b25930ce8e3ba0759681cf0dfa586b09c987c7af1d1de6c3eadcd3b1bb4f3efe89c5771ab234ab SHA512 448b66642587bddf9a49c64ff7b1fd01aab63283f91d16b572105cda39811edbfeccb13131cb3f0bebdd16dc8ba2f2d0bc4e2970690fa958a1fac1ca1357c1b8 | ||
DIST breeze-gtk-5.12.6.tar.xz 213832 BLAKE2B 2a6e9dcba1e3d17ae7ebfdf97e2cb206a0e0448ac021ce29f0f3eda80dd1e49bc5856345c1e948fae8fe877303d017a828c91bdc49057c176544c7dd8438958d SHA512 59c4f9433011a6699a2e9b8eef4053aa3c7b25d1cb8668a14fcba42c513d232501988ca5c4cedc00375cde917dd7cd1f8e8948c2d3447083f51fdfc4bd061adb | ||
DIST breeze-gtk-5.13.2.tar.xz 202128 BLAKE2B 751f2b9503f91cbb5dcff6bb78d0ca737907ec6102ed37a7476cfccdae550d86557b34b959c99f092698e7100e7c538a5b16f5a24a046e6cd9fc61fdae65480f SHA512 44b0366f9ac522fcb64c74e433cd9a826f9b1c3d3a5ca66f121eda47b24a59ab0507c46ad5642bf15674089080dc3035136f3392999184ac5b70fbe8dfa2af3c |
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,12 @@ | ||
# Copyright 1999-2018 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=6 | ||
|
||
inherit kde5 | ||
|
||
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="" |
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.12.5.tar.xz 105636 BLAKE2B 733011a010c8e142e1572031b06093d4285e870448d2ca4035366959e343cada9f2bc7c3fe3db1eef32164b39eccee74bbe655669a4e22e45f479487dfcbb20b SHA512 cafc0df15d1b429d7e5d3253940039d118467fd6fa9ebaad9ff2c1ff9f747a7d82f5311ea181aca675d03f0b7067d7602517378e5e0bfb6476291229dd96deb3 | ||
DIST breeze-plymouth-5.12.6.tar.xz 105504 BLAKE2B ba4f6701e61031f85578f243b5fb8ba5abcd2f01b5596d0edca07ca5058a9a34a9b0b66f3be09900d223cd1eb2b9b72c1b1ea332dea657b3cb3fc6c6d6f262f5 SHA512 1a487020ecc954648c8524cbcc5c10fd07c9d4f6fc2c03145e0d12b327db0359fb2aa42da7fdbbc6425c97bcfc81baaffc5e8b934da2dc06517e8dd7723f17a4 | ||
DIST breeze-plymouth-5.13.2.tar.xz 105500 BLAKE2B c2feecd3792c0d5eca405971362741d3f60abffe29c00071a4a56f78df01aa53f1cf90a2a32e06a9e3751999cdf24809e108322d34248b5fc515d8eaa87ab473 SHA512 a7db88d9ce00695e5346b43caa2be4dc22060088c055fb3073e35997936256514f9a5acfe33630e1388b4fb1beb85d3130027dcd4172b3c9f9f6628b183ace58 |
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,26 @@ | ||
# Copyright 1999-2018 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=6 | ||
|
||
KDE_AUTODEPS="false" | ||
inherit kde5 | ||
|
||
DESCRIPTION="Breeze theme for Plymouth" | ||
LICENSE="GPL-2+ GPL-3+" | ||
KEYWORDS="~amd64 ~arm ~x86" | ||
IUSE="" | ||
|
||
RDEPEND="sys-boot/plymouth" | ||
DEPEND="${RDEPEND} | ||
$(add_frameworks_dep extra-cmake-modules) | ||
" | ||
|
||
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.12.5.tar.xz 22207864 BLAKE2B a3963b4e236391d1e8ea0709f7fe68ebc1f4b644a8fc33f83992bba2675853c25addde43edfdf01700eea06c4121f23eebfa0ee64259da31a298d78592f975af SHA512 5d21fe948c8a480ce04c45ce21b56a3b2517c7642de588debfd1e76d2b53bd1e1ef1204cbb28398d5a673a986698baf91dbfb49d95e8810188f21c104e185d46 | ||
DIST breeze-5.12.6.tar.xz 22208872 BLAKE2B c529a92d46f26f9106dbaa00e200b281f14f774794fcafeca98ac99ea51d6395f8c8939dba4d99b949d8c5026910feffab528bbd3500fbe53ebd82eae2e81f58 SHA512 8353ff97a4a85e5c21bb2e5b234f60a272679d0ec204a30a9afe808fdd3ccf92df10dc8fd04bb87ff8f885460813bbac08f5a92d592d002a2f3a44539f00d4bf | ||
DIST breeze-5.13.2.tar.xz 24780956 BLAKE2B a6ab9971565f63579458503384fec625b689c2bf9f6d0bb8579287ccd99030d2063ccb3299ae11d1fdf5dc5f2a33bda80fad42f8e5f2e9ce8216553d0402b681 SHA512 e555d709572d9ff193581a861a4de3d8d1b4f6c1baa17c4d02708d67050469df1e50619cfa07da1f4256a1296041b2c74eff584031731f27fc741bb15d3782c9 |
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,48 @@ | ||
# Copyright 1999-2018 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=6 | ||
|
||
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) | ||
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.12.5.tar.xz 737996 BLAKE2B e16e9dd2b902e68bfbac2618152cafe978adeac53007b3e79f4a3f05ecd34b8a5652888e6875e05b4ffa1d1fb6a016389c27e19b7c880c48d271a4040e9698a7 SHA512 eb6a24a3c3b6dd8e2451b0a0ce365ec9c17a00864ba54f26796d195af0f7194a72eb31c816b77a5a6c86f0c9df0e5438cbc4fc0bcdc6415194ca54290b20a7a4 | ||
DIST drkonqi-5.12.6.tar.xz 735872 BLAKE2B 8d86c9dd53e100913f1f2e363b39d5eceb56223e33f011194c3c5cc99a30526410e215f31af09b6e551a3c16e98c05942d9fbee7597416778ec05bb182d887f1 SHA512 92866e56ffbcbc1df3cff7b52195e5b78d4abb17772871d326de77d8f9dd33b7cd50df220aef3213b2a75be284b2cf6c13f5ff76b83a2f69232901351f3d85d6 | ||
DIST drkonqi-5.13.2.tar.xz 737104 BLAKE2B 285cf8ebf4be5d540e7a6a9915843e0894ef426a9bc33775479298c0c249d7fecff6b0e7b349ae8bfb67a2a53ad7d7fdd37e0f8350aafad0a484ae1ce188ad37 SHA512 37dae6bf7f42e7da0019ecfb48685f346e3af3ef8d56aa0ceb8805c333fa4152c5f6c199d89d09dde7fdcd667d8ecddad431063f242f253cf1b5837e6d769391 |
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,56 @@ | ||
# Copyright 1999-2018 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=6 | ||
|
||
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-apps/drkonqi:4 | ||
!<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.12.5.tar.xz 85024 BLAKE2B 568ef25da41bfe8edb0a07d9c6f72d73640331262ed50f8952d0efc44404c7f8702157146ae24d2ebcc1c1f5520ab7646b5e43269757240511286ab73140d2f6 SHA512 59c3d0dfd07f5bf620860c0a5e6d5989855ba323134e826c2ae79b3e40fc62768ef179f6969d9abace249963d99ba0db0eaea0de23686b67eb0fafcd2f1af84f | ||
DIST kactivitymanagerd-5.12.6.tar.xz 85448 BLAKE2B 5020eac2f3a2c69250c41a9573f5a6f7128371a364b640f59af39d802bf87c51b615469ddb940c4989a0305764ad76933efe5bbc51d2d5be10329e9b31356ec7 SHA512 2ddd088b7d947e589e173eeefc005d6ab6c58f6588a851d21b5c27e9d106881c4950045b74592dd56749465ca46c10762fd704a86a97588b1c34cdc6fd9d72d2 | ||
DIST kactivitymanagerd-5.13.2.tar.xz 85364 BLAKE2B 87c189cf63c7d2d55480ba8f885bd98bc6176ff4adef285fb0fc737415a7eac1331ea89544a7449f9186c3334360ec020c23728b41a7ef1385478b20e4863384 SHA512 cd6912b64ebe8bb89d865d199440495430524eedeafbc148e19368de09db82b35fe9d3f19bd4e68d6b96d3f2b2e54e9da063134bcf713aa8aab12c6952059fe2 |
35 changes: 35 additions & 0 deletions
35
kde-plasma/kactivitymanagerd/kactivitymanagerd-5.13.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,35 @@ | ||
# Copyright 1999-2018 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=6 | ||
|
||
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 | ||
!kde-plasma/kactivitymanagerd: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.12.5.tar.xz 572368 BLAKE2B 3ae149989fa56a1a4e5bc77c2c3233c956fa31cbb23ceb2cbaa0eec1683d0135083ab7cd99d3d69f96c1ec925fbee7a18a8a23ea7d17de3929b5f8844f124125 SHA512 821cc978ad460f357dcb994de0cd92f0ef52c8de70731533a624ec62c6daf24846ef603eb9142f94712527cc9aaeaa4ef0b62c03f798ef53b7afbfec1f33cb6c | ||
DIST kde-cli-tools-5.12.6.tar.xz 578096 BLAKE2B cbf5b0dae1b008fb14d26c01c187b15179194b59fa16010f75513060c83972b1deca3f87dc33d064ea78ac771d2c30d3637b8048709d64214122c63686caf847 SHA512 f45a0781660609bbbfa3a7b1cf3fe16cc8a29797061f0ddaeab1182d3065442c167a5fdfa43fab84d5dcc382a6b393138d63ea68e5615fbd93c5cd76b121872d | ||
DIST kde-cli-tools-5.13.2.tar.xz 582144 BLAKE2B daccfb34c3b28b3889570c93d43454afda4d6c1b585f8e04e810b212abd3508d4edc353fda0c9c93a1fb56e1b2d1812a47120cb531db0575305db2d65357b695 SHA512 2bedec4cc6be0af022316052ee0352c8baa5a0e1df9f6e53463969ecf8f1841b04e8fe0646e9a49ca80430bd0a81036a17385f1c3a456a13dd2e5e9632bf801c |
10 changes: 10 additions & 0 deletions
10
kde-plasma/kde-cli-tools/files/kde-cli-tools-5.12.80-tests-optional.patch
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,10 @@ | ||
--- a/keditfiletype/CMakeLists.txt 2018-02-14 22:09:07.341549164 -0700 | ||
+++ b/keditfiletype/CMakeLists.txt 2018-02-14 23:02:11.126749356 -0700 | ||
@@ -1,4 +1,6 @@ | ||
-add_subdirectory(tests) | ||
+if(BUILD_TESTING) | ||
+ add_subdirectory(tests) | ||
+endif() | ||
|
||
# KI18N Translation Domain for this library | ||
add_definitions(-DTRANSLATION_DOMAIN=\"kcm5_filetypes\") |
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,62 @@ | ||
# Copyright 1999-2018 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=6 | ||
|
||
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 ki18n) | ||
$(add_frameworks_dep kiconthemes) | ||
$(add_frameworks_dep kio) | ||
$(add_frameworks_dep kservice) | ||
$(add_frameworks_dep kwidgetsaddons) | ||
$(add_frameworks_dep kwindowsystem) | ||
$(add_plasma_dep plasma-workspace) | ||
$(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.12.5.tar.xz 156896 BLAKE2B 72a8b5430bffd08bc7714ca65bc2eacd757862b207300a35c451f311afb183cc5c1cd189cb73cea60784c16bfb2aa23ad53c4195d39e39e1ae2f13ee23784576 SHA512 bd433166e65d65c0978ed01d2f1a891a2ea8fdcc2687af0eb02bd593c87ba05f33361623b4a984dc752c0a5cc88e1d68093bd28bd32f79370fa66835b13c1698 | ||
DIST kde-gtk-config-5.12.6.tar.xz 156860 BLAKE2B 83d2e5bf9f37705a66d9a5929c0f116bb7d8d62a53030016b3d73465009bf5eff09a0d5baea4ce218e33c6af22a6f50beaca48c29f0c16495b67b4905426ab2d SHA512 05682cf2acef5532aef62b68ca4c3602df1a0141fe791cc0ad3b7ea7893e00327b3b98d515c95db4333e4e6a7c19b3b98f7d9a47e551c571d5492591f7225882 | ||
DIST kde-gtk-config-5.13.2.tar.xz 156312 BLAKE2B 636c227ae7ef3c16928fadbbe59de728e062fad4687e9537e9e3075beea2606a7e29a365bc68dea8885b9a9a1e950229f30d7d742d27de09387b9cadf721c708 SHA512 b88f555d2c33a98e3877b0684e892cee693cec738a238846e90f1d7516828093e2202ed327ccf24703d28a25a4bf34a7204eb0113c8d488c3b5c7556740dccb5 |
Oops, something went wrong.