diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-10-11 14:01:29 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-10-11 14:19:52 +0200 |
commit | 9575324283ad2babba8b22185b5255376b8c686b (patch) | |
tree | 1d5567c892d13a113f6d6e7ab923fe3a0c37ba13 /kde-apps/konquest | |
parent | media-gfx/krita: 4.1.4 version bump (diff) | |
download | gentoo-9575324283ad2babba8b22185b5255376b8c686b.tar.gz gentoo-9575324283ad2babba8b22185b5255376b8c686b.tar.bz2 gentoo-9575324283ad2babba8b22185b5255376b8c686b.zip |
kde-apps: Add KDE Applications 18.08.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
Diffstat (limited to 'kde-apps/konquest')
-rw-r--r-- | kde-apps/konquest/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/konquest/konquest-18.08.2.ebuild | 34 |
2 files changed, 35 insertions, 0 deletions
diff --git a/kde-apps/konquest/Manifest b/kde-apps/konquest/Manifest index 1a3136567bba..74749e0dda06 100644 --- a/kde-apps/konquest/Manifest +++ b/kde-apps/konquest/Manifest @@ -1,2 +1,3 @@ DIST konquest-18.04.3.tar.xz 658784 BLAKE2B 89d675c2bf2bbb8a24c1bc337782dd489c4bcc9cee4539fac34f2b92eec5036067138d888a0af48119e25fbdb8b9c00c14a6f916da636df1102193106a7f5c79 SHA512 211830edd3a3bd24f48dafff7a0e60229f3f24296ba91314f93c00d5494400df7f34a54b792dbfffb5d57f5a169135563485839637055f6234590f95cf38e216 DIST konquest-18.08.1.tar.xz 658704 BLAKE2B 74b93bc394bf8c6c5710d1f693a927c0b0c00df8d539923e3733d4bfedad83f8759bce64295c9f8dd862daae22fe25a2c66e523f60020aa3e1bbde02113494bf SHA512 a3fd61d8b167d9b1cb00771c12a1cbdefc6230484f0e79069647b8c6b104b3993d326bf5c4e202be69ad8794d0c0058b13569bc2cae071aafb352235eccaec44 +DIST konquest-18.08.2.tar.xz 658756 BLAKE2B d8a3cbc57bbc7301ab88fff2de36629963595daf892e175ae72f357d030408e32d1aad5b7473d82ae4da590d8b49a902cf4f4492f469ce5257d394b6c79b8294 SHA512 9da9a24effb27d3bf714112a7976fa1c1381509986937c436740857ed610c9d2ef29d51b0a1ab224e1ce70237d06c5d7afbcd8551522ecdb8b1e593b63d7d0bd diff --git a/kde-apps/konquest/konquest-18.08.2.ebuild b/kde-apps/konquest/konquest-18.08.2.ebuild new file mode 100644 index 000000000000..e45c88b6a578 --- /dev/null +++ b/kde-apps/konquest/konquest-18.08.2.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +KDE_SELINUX_MODULE="games" +inherit kde5 + +DESCRIPTION="Galactic Strategy KDE Game" +HOMEPAGE=" + https://www.kde.org/applications/games/konquest/ + https://games.kde.org/game.php?game=konquest +" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kguiaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kxmlgui) + $(add_frameworks_dep kwidgetsaddons) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtgui) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND} + !<kde-apps/kde4-l10n-17.07.80 +" |