summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-03-07 14:34:58 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-03-07 14:36:38 +0100
commitc1941078fbe8744f0710332dee5705d3a95a800b (patch)
tree2fbace875e510011c2845a85071b60cf371926d5 /kde-apps/sweeper
parentapp-emulation/xen-tools: drop old (diff)
downloadgentoo-c1941078fbe8744f0710332dee5705d3a95a800b.tar.gz
gentoo-c1941078fbe8744f0710332dee5705d3a95a800b.tar.bz2
gentoo-c1941078fbe8744f0710332dee5705d3a95a800b.zip
kde-apps: Add KDE Applications 18.12.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'kde-apps/sweeper')
-rw-r--r--kde-apps/sweeper/Manifest1
-rw-r--r--kde-apps/sweeper/sweeper-18.12.3.ebuild35
2 files changed, 36 insertions, 0 deletions
diff --git a/kde-apps/sweeper/Manifest b/kde-apps/sweeper/Manifest
index 2d7245da966a..e6355a047aa3 100644
--- a/kde-apps/sweeper/Manifest
+++ b/kde-apps/sweeper/Manifest
@@ -1,2 +1,3 @@
DIST sweeper-18.08.3.tar.xz 368368 BLAKE2B f861ac24400e9f126733e74a7c38229436c7fa8ed774567f6d66ab3bcda7e5baedefae390aa1a31aebb48ab450cd0c57b453afa8fa4a3e18c2cbc472326d4e44 SHA512 6a4c44d83327021c241e0473acb1ed0fe8cb0ecd6c45133408448a22973a77ff2a1d52f1a70f97039d5ab835126ed374173c11fcf4f04d7f6b007bf1e67bddfe
DIST sweeper-18.12.2.tar.xz 368116 BLAKE2B 1ebee16b2775257691295f5c99f40b50bfef2bfdbdfbc0ec4d570fba9c310ee8679df67a5ee98c4460106aa2c6be08a02ed3912c20cfdaed7cfddf2f5ec7477d SHA512 cc1c38d4baa235aa417fd7690be9148f1c65d1ccc1fb69d440e902dedb68e138ac71464d1a5409a5d000777e2fab1de08cf0f028a4f5a0d8e82da4f4b940c1b6
+DIST sweeper-18.12.3.tar.xz 368120 BLAKE2B c9bdcc3e62754a8afc81ac8490492fd681f868ae86056f308d03cd246a6c80e1461faf0014babfdca43a90b9d58f6c567b4fa65ec6c712a67bbe95826f144752 SHA512 416019fb8b86f915c0a2fb68fb97c1ed59c65d26c190f5113cf427accd0d280b7a5de37bd3d6bafee4ce810881dee7cadd6c242ce2955226910d6e8c410bdcf4
diff --git a/kde-apps/sweeper/sweeper-18.12.3.ebuild b/kde-apps/sweeper/sweeper-18.12.3.ebuild
new file mode 100644
index 000000000000..ce1e85380676
--- /dev/null
+++ b/kde-apps/sweeper/sweeper-18.12.3.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KDE_HANDBOOK="forceoptional"
+inherit kde5
+
+DESCRIPTION="Privacy settings widget to clean unwanted traces on the system"
+HOMEPAGE="https://www.kde.org/applications/utilities/sweeper
+https://utils.kde.org/projects/sweeper/"
+
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+DEPEND="
+ $(add_frameworks_dep kactivities-stats)
+ $(add_frameworks_dep kbookmarks)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kcrash)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep ktextwidgets)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_frameworks_dep kxmlgui)
+ $(add_qt_dep qtdbus)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtwidgets)
+ $(add_qt_dep qtxml)
+"
+RDEPEND="${DEPEND}
+ !kde-apps/kde4-l10n
+"