diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-08-17 20:21:16 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-08-17 20:58:09 +0200 |
commit | c1063afea17a29bb75dbbbf0121fa5c8ad948574 (patch) | |
tree | c62ccf9ec787742c39c2afd14ac1198894802629 /kde-apps/ksquares | |
parent | media-libs/libqaccessibilityclient: New package (diff) | |
download | gentoo-c1063afea17a29bb75dbbbf0121fa5c8ad948574.tar.gz gentoo-c1063afea17a29bb75dbbbf0121fa5c8ad948574.tar.bz2 gentoo-c1063afea17a29bb75dbbbf0121fa5c8ad948574.zip |
kde-apps: Add KDE Applications 17.08.0
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'kde-apps/ksquares')
-rw-r--r-- | kde-apps/ksquares/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/ksquares/ksquares-17.08.0.ebuild | 31 |
2 files changed, 32 insertions, 0 deletions
diff --git a/kde-apps/ksquares/Manifest b/kde-apps/ksquares/Manifest index 7bf3bec8d637..53a6363a63ad 100644 --- a/kde-apps/ksquares/Manifest +++ b/kde-apps/ksquares/Manifest @@ -1 +1,2 @@ DIST ksquares-17.04.3.tar.xz 215332 SHA256 ab47b917d8221c4d766e2092c3dcbb55064839f21b7740039a39fd5e1e0da310 SHA512 688409fc8db1e855188bed9587b57ff5503749e9c209ccb3f1336888f50c170ac847490dc70a83e01c76b6a6abe236614f51c753dfc4a29a63d4197a83a2e598 WHIRLPOOL 778f638c02e86315efc5b0725292e87868638a6160a3ecf7d728b211e00c4216e15be48911c5a8a04ca95ab56571da864daa5c973274a8ea35d0162567907021 +DIST ksquares-17.08.0.tar.xz 215324 SHA256 7c71d05a8847c18270acf0548440cd26614794a0eb0ae7c3eb1e675ce417bd3a SHA512 f0c15188f7c662cdcff0beaff2daf91f2d2827f07d282dce55a4b4a692139719459724627dae06f1af226dc51f3db100f9d7b8732cd7a35c3c1546c93fe91278 WHIRLPOOL c6034067529a69cc3eea0d9c6a6156feec5fdc0cf531590062a7199141812c354b9cd87b6f739928d0f2ef4045b49075d3593a2fc40c8a5b9d74252d99429e4c diff --git a/kde-apps/ksquares/ksquares-17.08.0.ebuild b/kde-apps/ksquares/ksquares-17.08.0.ebuild new file mode 100644 index 000000000000..dd1e4c074acf --- /dev/null +++ b/kde-apps/ksquares/ksquares-17.08.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="KDE clone of the game squares" +HOMEPAGE=" + https://www.kde.org/applications/games/ksquares/ + https://games.kde.org/game.php?game=ksquares +" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" |