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.
kde-apps: Move 15.08.3 kdeutils from overlay
Package-Manager: portage-2.2.20.1
- Loading branch information
Showing
29 changed files
with
489 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 +1,2 @@ | ||
DIST ark-15.08.3.tar.xz 224880 SHA256 417057004e4f6c4a46178cc83f3891128172d4245f639fbbcdd76cc89b8bc170 SHA512 be7eee44ffe913187f3a7059e2e06f88973e34803ccb513c319f2f95cd9fef154725ca9085c123a9aa6f63e50c4f95b0885dad333348bdb1daf9047e58fb2e42 WHIRLPOOL 98ce7bcec7183dc168a7af0239b47319f5f8343098e472ba636cffe70573da1c277537d938b52de0deb99aec4bb4ad866f861e280ad8135f17ac99de31e9ab6e | ||
DIST ark-4.14.3.tar.xz 236116 SHA256 cb2ef7ea9bbfccf3b16a1242681b33c1e6c17a7458f50f0703e87678a249b8dc SHA512 86cc44d26ac145797b3727f9b6195b6059f7163cf8abcd39313f9ee06fd86770a2e09c15bee9605968ebad07346dc116dd82b22b713db361a90c53c51dd325f7 WHIRLPOOL 7815d6f3f9af78e6a3327c8ab0f58b8bcd6253ffa794b114a8a7665d47758aed2991b59a1cd257b47fb8edea97ccac250c0b0ccac7289e554f08b20864030805 |
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,61 @@ | ||
# Copyright 1999-2015 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=5 | ||
|
||
KDE_HANDBOOK="forceoptional" | ||
KDE_TEST="forceoptional" | ||
inherit kde5 | ||
|
||
DESCRIPTION="KDE Archiving tool" | ||
HOMEPAGE="https://www.kde.org/applications/utilities/ark | ||
https://utils.kde.org/projects/ark" | ||
KEYWORDS=" ~amd64 ~x86" | ||
IUSE="bzip2 lzma zlib" | ||
|
||
RDEPEND=" | ||
$(add_frameworks_dep karchive) | ||
$(add_frameworks_dep kconfig) | ||
$(add_frameworks_dep kcompletion) | ||
$(add_frameworks_dep kconfigwidgets) | ||
$(add_frameworks_dep kcoreaddons) | ||
$(add_frameworks_dep kcrash) | ||
$(add_frameworks_dep kdbusaddons) | ||
$(add_frameworks_dep khtml) | ||
$(add_frameworks_dep ki18n) | ||
$(add_frameworks_dep kiconthemes) | ||
$(add_frameworks_dep kio) | ||
$(add_frameworks_dep kjobwidgets) | ||
$(add_frameworks_dep kparts) | ||
$(add_frameworks_dep kpty) | ||
$(add_frameworks_dep kservice) | ||
$(add_frameworks_dep kwidgetsaddons) | ||
$(add_frameworks_dep kxmlgui) | ||
>=app-arch/libarchive-3.0.0[bzip2?,lzma?,zlib?] | ||
dev-qt/qtdbus:5 | ||
dev-qt/qtgui:5 | ||
dev-qt/qtwidgets:5 | ||
" | ||
DEPEND="${RDEPEND} | ||
sys-devel/gettext | ||
" | ||
|
||
src_configure() { | ||
local mycmakeargs=( | ||
$(cmake-utils_use_find_package bzip2 BZip2) | ||
$(cmake-utils_use_find_package lzma LibLZMA) | ||
$(cmake-utils_use_find_package test Qt5Test) | ||
$(cmake-utils_use_find_package zlib ZLIB) | ||
) | ||
|
||
kde5_src_configure | ||
} | ||
|
||
pkg_postinst() { | ||
kde5_pkg_postinst | ||
|
||
if ! has_version app-arch/rar ; then | ||
elog "For creating rar archives, install app-arch/rar" | ||
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 +1,2 @@ | ||
DIST filelight-15.08.3.tar.xz 287588 SHA256 428c4c3d8b422edfa5af3025d5b5d1fbc1a27a4c0c6111b8f0c1b1e5fbddcb50 SHA512 6b7dd553a8788ce5fc105f058ad56f58667dde78ad5d53c598a0fa91f923de44f030f11629e8effcad194028e553dacb6e98f0e38be9e4dc8f02a7b2fc19a165 WHIRLPOOL 792b37cf7e6f46ae8037173653f2be57bd384d1a9be0b5721a49072a13809787faf9032c66b5273ca17370423c269226b7ae211eef155ea30caa49e9bd7b1c46 | ||
DIST filelight-4.14.3.tar.xz 286976 SHA256 81d59038b6d748bb874ece861943e6cf0576ebde0c48ee953214d5ddbe09f79a SHA512 78c81f7b7598488d396cbda9e8281f21b53e20dd2c2793eb0fdb890913fec7ee65cfe4aa6bc8c782c00925c114fc9b9cf669975e6fad0722aeb9b57ec79b710b WHIRLPOOL 4fdb00b5e2278bfe49db1734bbdeade2cc690dca422a941266961928d6cd4be85aca0d23dc3d0c6ffcc4db814d6eb4c5a986cc790c2cabf956cefc8e8f984d9b |
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-2015 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=5 | ||
|
||
KDE_HANDBOOK="forceoptional" | ||
inherit kde5 | ||
|
||
DESCRIPTION="Visualise disk usage with interactive map of concentric, segmented rings" | ||
HOMEPAGE="https://utils.kde.org/projects/filelight" | ||
KEYWORDS=" ~amd64 ~x86" | ||
IUSE="" | ||
|
||
DEPEND=" | ||
$(add_frameworks_dep kcompletion) | ||
$(add_frameworks_dep kconfig) | ||
$(add_frameworks_dep kconfigwidgets) | ||
$(add_frameworks_dep kcoreaddons) | ||
$(add_frameworks_dep ki18n) | ||
$(add_frameworks_dep kio) | ||
$(add_frameworks_dep kparts) | ||
$(add_frameworks_dep kservice) | ||
$(add_frameworks_dep kwidgetsaddons) | ||
$(add_frameworks_dep kxmlgui) | ||
$(add_frameworks_dep solid) | ||
dev-qt/qtgui:5 | ||
dev-qt/qtwidgets:5 | ||
" | ||
RDEPEND="${DEPEND}" |
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 +1,2 @@ | ||
DIST kcalc-15.08.3.tar.xz 83624 SHA256 01144c7d77f04fc1f6578fe0cab31aa301bfbac26bfcf49dd9da6854a258c0c6 SHA512 69159665d02de4c65a7a1ee0c451754a0b11f775f058357e4569691abfc009a49175570c69ad9331668ac85378484153eeb740208a9ec5f83b2279db95e95181 WHIRLPOOL 8c01558e7d75165a1baf290d1d7680ef57d947702b4d8a6fd6c90fc06d0e8b898f5866f766c040a92659c1adcb30497950b0d7eb1c7e408fd2009a7be9a311d6 | ||
DIST kcalc-4.14.3.tar.xz 81392 SHA256 9f072c3e97d3ad467b069a423c2759bc4bc2195443aebe8ca26b19f58044fd0e SHA512 ec8090b6bc8c78e7a63286c797e67617e4d9e335f6b29dce1dcbd41073465e6cf313d485f27f84a06d7cd04acc024051709b00f7be1dc8170e9531281d2deb16 WHIRLPOOL 2cbf7c2c52ab0868955ecaa422a1b90656eed6faf564af218075a9e6761ecde951af1ed6816a49777ac794f97ecff8e73388b270e91607c2644e764ad35f7b44 |
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-2015 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=5 | ||
|
||
KDE_DOXYGEN="true" | ||
KDE_HANDBOOK="forceoptional" | ||
KDE_TEST="true" | ||
inherit kde5 | ||
|
||
DESCRIPTION="KDE calculator" | ||
HOMEPAGE="https://www.kde.org/applications/utilities/kcalc | ||
https://utils.kde.org/projects/kcalc" | ||
KEYWORDS=" ~amd64 ~x86" | ||
IUSE="" | ||
|
||
COMMON_DEPEND=" | ||
$(add_frameworks_dep kconfig) | ||
$(add_frameworks_dep kconfigwidgets) | ||
$(add_frameworks_dep kcoreaddons) | ||
$(add_frameworks_dep kguiaddons) | ||
$(add_frameworks_dep ki18n) | ||
$(add_frameworks_dep knotifications) | ||
$(add_frameworks_dep kwidgetsaddons) | ||
$(add_frameworks_dep kxmlgui) | ||
dev-libs/gmp:0 | ||
dev-qt/qtgui:5 | ||
dev-qt/qtwidgets:5 | ||
dev-qt/qtxml:5 | ||
" | ||
DEPEND="${COMMON_DEPEND} | ||
dev-libs/mpfr:0 | ||
" | ||
RDEPEND="${COMMON_DEPEND}" |
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 +1,2 @@ | ||
DIST kcharselect-15.08.3.tar.xz 84632 SHA256 b665f51e67a0c5c1b94411f095f426b33074c4bcb82ff8835446f5b22eb2c347 SHA512 755dcc8675a4ec4d86f757d089d2e3c592624d04f35ef9407992eced03ee18b6a98d3ab7a3d451f1715c39d5af41f1770d1862e509d4940449c65c8f61936a12 WHIRLPOOL f1b0da2fae8777e652692a48d53ddcf9cde1a6d782e4661736efadc0ddac280101aa4170cfe9df2ff5f6bbe70e5da67df215a9d174e089d63338bd4c898da15d | ||
DIST kcharselect-4.14.3.tar.xz 84708 SHA256 e7579ee211831030354c0d41c8f40a8bcb56138d77823a10f6e2fd2a5be7454b SHA512 579e805fe62f89968432a0c56151d30a39308f18bbe42b55ea86a00e5e1960df5e16617e15159f4751db7e8324d32b87ad8a1011bc1dca087c7921e266815728 WHIRLPOOL 3861aab4656db7b1b8b095c74d0ce459b3742db1df7620ef7468f0818ee40ac9fc6df14df1a62409dac65f0d345611ed826bbfb933971a1589938b205d01733e |
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,27 @@ | ||
# Copyright 1999-2015 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=5 | ||
|
||
KDE_DOXYGEN="true" | ||
KDE_HANDBOOK="forceoptional" | ||
inherit kde5 | ||
|
||
DESCRIPTION="KDE character selection utility" | ||
HOMEPAGE="https://www.kde.org/applications/utilities/kcharselect | ||
https://utils.kde.org/projects/kcharselect" | ||
KEYWORDS=" ~amd64 ~x86" | ||
IUSE="" | ||
|
||
DEPEND=" | ||
$(add_frameworks_dep kconfig) | ||
$(add_frameworks_dep kconfigwidgets) | ||
$(add_frameworks_dep kcoreaddons) | ||
$(add_frameworks_dep ki18n) | ||
$(add_frameworks_dep kwidgetsaddons) | ||
$(add_frameworks_dep kxmlgui) | ||
dev-qt/qtgui:5 | ||
dev-qt/qtwidgets:5 | ||
" | ||
RDEPEND="${DEPEND}" |
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-2015 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=5 | ||
|
||
inherit kde5-meta-pkg | ||
|
||
DESCRIPTION="kdeutils - merge this to pull in all kdeutils-derived packages" | ||
HOMEPAGE="https://www.kde.org/applications/utilities https://utils.kde.org" | ||
KEYWORDS=" ~amd64 ~x86" | ||
IUSE="cups floppy lirc" | ||
|
||
# FIXME: Add back when ported | ||
# $(add_kdeapps_dep kgpg) | ||
RDEPEND=" | ||
$(add_kdeapps_dep ark) | ||
$(add_kdeapps_dep filelight) | ||
$(add_kdeapps_dep kcalc) | ||
$(add_kdeapps_dep kcharselect) | ||
$(add_kdeapps_dep kdf) | ||
$(add_kdeapps_dep kteatime) | ||
$(add_kdeapps_dep ktimer) | ||
$(add_kdeapps_dep kwalletmanager) | ||
$(add_kdeapps_dep superkaramba) | ||
$(add_kdeapps_dep sweeper) | ||
cups? ( $(add_kdeapps_dep print-manager) ) | ||
floppy? ( $(add_kdeapps_dep kfloppy) ) | ||
lirc? ( $(add_kdeapps_dep kremotecontrol) ) | ||
" |
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 +1,2 @@ | ||
DIST kdf-15.08.3.tar.xz 149156 SHA256 829069faf605d4fa108bb1a9fef7145b374d9d04f50e90d7a9620c6977848e16 SHA512 994b94341db6b1d9ef36b95f22cb8f050bad4662cd5bed75c1b95edbd7102ee7ae44506dc671d0d983ed74a4d1876193ef5ce775134a9354ade8502cd5a14183 WHIRLPOOL 2af66a093295819386dc709c3c7148456625c6a364e600cc6da8c7bbd733a07f08a82b3b8e15e79fd8b407132618101d56390d0163e81f1b960e60ac3a157b39 | ||
DIST kdf-4.14.3.tar.xz 148708 SHA256 a02a38d67196e014d1a04f1bb2ac3c472e19c060fccdcc35abcc17ca4d33ad78 SHA512 6dcf12fc1eca7fe1b46e5bfb49ee1391c1f54c477dbd3f04e8c1bc5fb7e2262d210fa1c150c4c76a9281af9920afdf75050c4cf085d9e590c6bd61852b4ce8f8 WHIRLPOOL 80dc929c6aa1d51f61b3c874592e89d6040c716d08e7d210e719505034b54b44d1fbf04d82aeebde00acddde88e90ff8e6c3089aee97c8985ddcfe73735c4ad4 |
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,13 @@ | ||
# Copyright 1999-2015 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=5 | ||
|
||
KDE_HANDBOOK="optional" | ||
inherit kde4-base | ||
|
||
DESCRIPTION="KDE free disk space utility" | ||
HOMEPAGE="https://utils.kde.org/projects/kdf" | ||
KEYWORDS=" ~amd64 ~x86" | ||
IUSE="debug" |
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 +1,2 @@ | ||
DIST kfloppy-15.08.3.tar.xz 53308 SHA256 501ed8886b5cd1f7f31ce3f80ccf59e5da619f7d522b806f7d44ca294d7d6a3d SHA512 addf2064dba10d884d58d00f7f6864b91ca72ffade3c39827eb05b0a375cac0c13054a67763f2dc762d7269b0dfcd8a673af8ef6ac281de48d26911013b74e5c WHIRLPOOL 79b33ae0e6594fc4d078089a2412efee99a14429ca9b6bb11f8a00a4827ef6e5bf8753052b611c7cec4812dc6fb4d8079ae7eec5734dbd1db64fbcff9598505a | ||
DIST kfloppy-4.14.3.tar.xz 52728 SHA256 803be413b98f09b396735187375de95cc941cd7a5d6a0e8ffba96dcccc045b0b SHA512 dce53dedc98f497e879f13086604edf8a1f3d2d2b922806b7fcdc9b08fa9b5aa7563eca3d8e38da489f0ac90da90b090ed1a037f277e05166044c7ab9b66007e WHIRLPOOL 1402e2f5c5f5799042f89c8b1dff8afaab141d62276261d45f4d8de7de53bfd2b16210c5715a692a2bab3a96f7e38e63bc0e25e453dc5fa6305b792602a11525 |
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,16 @@ | ||
# Copyright 1999-2015 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=5 | ||
|
||
KDE_HANDBOOK="optional" | ||
inherit kde4-base | ||
|
||
DESCRIPTION="KFloppy - formats disks and puts a DOS or ext2fs filesystem on them" | ||
HOMEPAGE=" | ||
https://www.kde.org/applications/utilities/kfloppy/ | ||
https://utils.kde.org/projects/kfloppy/ | ||
" | ||
KEYWORDS=" ~amd64 ~x86" | ||
IUSE="debug" |
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 +1,2 @@ | ||
DIST kremotecontrol-15.08.3.tar.xz 1074124 SHA256 36b2debe92d5c8e318d3f17459519571195ceaf955b522b74d8c51447fe0ab5b SHA512 f9fdbb3a3486e717f25ea79a37f73c27efde014fd1d7f6c895340c1fc7e93e29d1c500283f6e9a9c3bfc5b25ddf5a24f5ba01912ddf6e0ec9a0d09c75360db13 WHIRLPOOL d8ce0da9a1adf08fce3a92c359b2f8fa85cf9c93bbd2ae2e6ec7b19f62e9ba34eabdea386c51cdb5b1d38ae3e9e309d2b60c862e2396918b622f43299cf85a9c | ||
DIST kremotecontrol-4.14.3.tar.xz 1074704 SHA256 1991a697f3c198c7ec327cca53c2f06b45ade9eb4b03ce83feb5c609597ad31a SHA512 77f393e5a0b01cb2d5d54fbd760317f59df73d3d9f9c81e161f21c259b23a7c35ecaba04e08625685e8811daa5b2ae7bd83f60ac4cf0de50e7636b333a7b337c WHIRLPOOL 4899a2d7bef173a33695e1482ab36d938219725ae7d9ad66dde89308306c42ab503227b415812e98845bef46bf32e5dbc392f941fd1cdf91ef76215c554e0573 |
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,18 @@ | ||
# Copyright 1999-2015 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=5 | ||
|
||
KDE_HANDBOOK="optional" | ||
inherit kde4-base | ||
|
||
DESCRIPTION="KDE frontend for the Linux Infrared Remote Control system" | ||
HOMEPAGE="https://www.kde.org/applications/utilities/kremotecontrol | ||
https://utils.kde.org/projects/kremotecontrol" | ||
KEYWORDS=" ~amd64 ~x86" | ||
IUSE="debug" | ||
|
||
RDEPEND=" | ||
app-misc/lirc | ||
" |
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 +1,2 @@ | ||
DIST kteatime-15.08.3.tar.xz 104624 SHA256 9df2aad860814752d49d409ef22d6bfda42da5a96a16f97962f8300e862032fa SHA512 71184c6d3e1be718ad1a34b8ccb4174a893a6e4c223c2fdf89ad0dc8646e8013a0967e6e9820d0dfc84a153d4e4372ffd50fbdb541bf192e617cdea7344bf0f8 WHIRLPOOL 70a3633d06921e22af2551ef9c835b53e1ba040b90abaa1299e4438a0bcd5443e687ceea5cfaf9841ed31ab182c0df2f4c5676006efd737b3aa8dd46aad45a7f | ||
DIST kteatime-4.14.3.tar.xz 100472 SHA256 91637f39a7b1e5dc2e314a6ad70212e29f4c5bd2c135a7868dd3a96358a7399b SHA512 ef705dde345bded414b0edf4a25dc9a0b47eb5c55d6dbcec33ebb350c7fae3c82f81bf2e5f0c46993a026553551ccd32ea1cb9a6d5b644a8ef2d6f8b160f58ce WHIRLPOOL d33d00deb90850bad2511676c7c029ed21f72cf3ba4249c51473b24ada04a1edee29b7672abd15639a4178342416210d2b16e53d4c174f68f6729fe6a47d6872 |
10 changes: 10 additions & 0 deletions
10
kde-apps/kteatime/files/kteatime-15.08.3-dont-block-plasmashell.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/src/org.kde.kteatime.desktop | ||
+++ b/src/org.kde.kteatime.desktop | ||
@@ -140,6 +140,5 @@ | ||
Terminal=false | ||
X-DocPath=kteatime/index.html | ||
X-KDE-StartupNotify=true | ||
-X-DBUS-StartupType=Multi | ||
Categories=Qt;KDE;Utility; | ||
|
||
|
22 changes: 22 additions & 0 deletions
22
kde-apps/kteatime/files/kteatime-15.08.3-drkonqi-integration.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,22 @@ | ||
diff --git a/src/main.cpp b/src/main.cpp | ||
index 2b5d8cce109e19511cc85c7af06d760006a0f04f..665a92d242917d01be7a9d42cea3d7f29768fdbe 100644 | ||
--- a/src/main.cpp | ||
+++ b/src/main.cpp | ||
@@ -22,6 +22,7 @@ | ||
#include <QCommandLineParser> | ||
|
||
#include <KAboutData> | ||
+#include <KCrash> | ||
#include <KLocalizedString> | ||
|
||
|
||
@@ -44,6 +45,9 @@ int main (int argc, char *argv[]) | ||
) | ||
); | ||
|
||
+ // TODO: for >=KF5.15 use KCrash::initialize(); | ||
+ KCrash::setCrashHandler(KCrash::defaultCrashHandler); | ||
+ | ||
aboutData.addAuthor(i18n("Stefan Böhmann"), i18n("Current maintainer"), QStringLiteral("[email protected]"), QStringLiteral("http://www.hilefoks.org"), QStringLiteral("hilefoks")); | ||
aboutData.addAuthor(i18n("Matthias Hoelzer-Kluepfel"), QString(), QStringLiteral("[email protected]")); | ||
aboutData.addAuthor(i18n("Martin Willers"), QString(), QStringLiteral("[email protected]")); |
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,33 @@ | ||
# Copyright 1999-2015 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=5 | ||
|
||
KDE_HANDBOOK="forceoptional" | ||
inherit kde5 | ||
|
||
DESCRIPTION="KDE timer for making a fine cup of tea" | ||
HOMEPAGE="https://www.kde.org/applications/games/kteatime" | ||
KEYWORDS=" ~amd64 ~x86" | ||
IUSE="" | ||
|
||
DEPEND=" | ||
$(add_frameworks_dep kconfig) | ||
$(add_frameworks_dep kconfigwidgets) | ||
$(add_frameworks_dep kcoreaddons) | ||
$(add_frameworks_dep ki18n) | ||
$(add_frameworks_dep kiconthemes) | ||
$(add_frameworks_dep knotifications) | ||
$(add_frameworks_dep knotifyconfig) | ||
$(add_frameworks_dep ktextwidgets) | ||
$(add_frameworks_dep kxmlgui) | ||
dev-qt/qtgui:5 | ||
dev-qt/qtwidgets:5 | ||
" | ||
RDEPEND="${DEPEND}" | ||
|
||
PATCHES=( | ||
"${FILESDIR}/${P}-dont-block-plasmashell.patch" | ||
"${FILESDIR}/${P}-drkonqi-integration.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 |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST ktimer-15.08.3.tar.xz 147188 SHA256 a05894fe666dec3f2f8636576accd322e13e9dd5fdda20eccc9df88cb26ae21a SHA512 7af0d29404e17289e755950c9dd426ee6d7f694659a966b207b5e4e2518cf839112c98f30d8661dc290a50dae329712359fe8dcb135c60d7714e66b5ce1ffd92 WHIRLPOOL 40a39ecfc31a1943fd803c0876bdbaa78e33725350e6621d7415f1e2f3d0278feda108278d67b100a308e37593f21899b2d3b2dcacb0b1e4511a5553951d32bf | ||
DIST ktimer-4.14.3.tar.xz 146864 SHA256 c49aff35757b6a5fe16d36930f59324c5e5c91b5ab2934f0766ff172df37dc0b SHA512 7de6403f5391f21168c1dd2ac199c70f2cd788d7aff824d7f8d3fde84c61c2b1c39d06a924fb685f841ae799298ec6a3975ec4737950ec90fb946327a46f4c29 WHIRLPOOL a12693e77378210d863ac59e3cc4f988c2ff452500bb459ec61063dc5c03908f9517823ff0352bdd0242d8f08976c1df84c0d5fca6aac904a100639941b5deb0 |
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,29 @@ | ||
# Copyright 1999-2015 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=5 | ||
|
||
KDE_DOXYGEN="true" | ||
KDE_HANDBOOK="forceoptional" | ||
inherit kde5 | ||
|
||
DESCRIPTION="KDE Timer" | ||
HOMEPAGE="https://www.kde.org/applications/utilities/ktimer | ||
https://utils.kde.org/projects/ktimer" | ||
KEYWORDS=" ~amd64 ~x86" | ||
IUSE="" | ||
|
||
DEPEND=" | ||
$(add_frameworks_dep kconfig) | ||
$(add_frameworks_dep kconfigwidgets) | ||
$(add_frameworks_dep kcoreaddons) | ||
$(add_frameworks_dep kdbusaddons) | ||
$(add_frameworks_dep ki18n) | ||
$(add_frameworks_dep kio) | ||
$(add_frameworks_dep knotifications) | ||
$(add_frameworks_dep kwidgetsaddons) | ||
dev-qt/qtgui:5 | ||
dev-qt/qtwidgets:5 | ||
" | ||
RDEPEND="${DEPEND}" |
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 kwalletmanager-15.04.3.tar.xz 457256 SHA256 34c20801d17bb0e16111556539e90776cc33dbed8a53dc814c82ffabe526acc0 SHA512 6763afb19488b211699dc2b35f89ff4d24a8c2dc3d0e505722424fb3c821f9e6d232c9bfc8e406730563d93da432d21b4ad7f488d448d840017bf04e08b9f28b WHIRLPOOL d8a094ff8bf27026aeb448eeb5e93b6356ed0c605c81c4368755bd5a19bab03ea1cc2c7b6d5fe6564d4eecd7240b6190a41ed7c2455268ac9cbf995d5068a4ee | ||
DIST kwalletmanager-15.08.3.tar.xz 456992 SHA256 50ab15b0d7c0fce52b8e30bc6b018272a97c502aa3120c4ac70380eff17c04f2 SHA512 59329fdadaf73640506f4ace54a118faa090acb562588e71da4e3c68bad8efa30cc4fc2b2f0c12fd1b518297fb2c5b5b44af5caa26cde3a1498b7b089c50cec6 WHIRLPOOL e97cf3d24839077b913eacdc905450522440200113bfa2f60ddc6237ba71a01c4c2080936cbd91a795f0c75c249ac1058cb8295ea259d01909ca403064cd4cd7 | ||
DIST kwalletmanager-4.14.3.tar.xz 456176 SHA256 4bc96efafd4caacac7a7a9e38dea0fcd40ce054042917de8b1ffb6c6aed26cf0 SHA512 1f77dfaa66e386ed665c46361d5d99748c03f004b8282b62e02eb5fede15773d6a953b88ea94dfd529dc70a415a32384c26670876f6b6fa6e2ece2adb0594ecf WHIRLPOOL a872ba337638cc6802d29befae67615badc267d04e8a23958bb7a2cea61a78c0aff7bb149efdec266b66dffc911b506aba12dd6e3fd54ae5509f072f17060595 |
Oops, something went wrong.