diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-05-09 18:45:38 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-05-09 20:44:16 +0200 |
commit | 574a1e63fb59f2333adc047a9c3f2b929101e540 (patch) | |
tree | 370dfcc1bdb5ae3dc6a6233f2717d396155ac9f0 /kde-apps/ksquares | |
parent | net-dns/dnsdist: initscript fix (diff) | |
download | gentoo-574a1e63fb59f2333adc047a9c3f2b929101e540.tar.gz gentoo-574a1e63fb59f2333adc047a9c3f2b929101e540.tar.bz2 gentoo-574a1e63fb59f2333adc047a9c3f2b929101e540.zip |
kde-apps: Add KDE Applications 19.04.1
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/ksquares')
-rw-r--r-- | kde-apps/ksquares/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/ksquares/ksquares-19.04.1.ebuild | 31 |
2 files changed, 32 insertions, 0 deletions
diff --git a/kde-apps/ksquares/Manifest b/kde-apps/ksquares/Manifest index e5b9e108e28a..3d7810e0a113 100644 --- a/kde-apps/ksquares/Manifest +++ b/kde-apps/ksquares/Manifest @@ -1,2 +1,3 @@ DIST ksquares-18.12.3.tar.xz 259604 BLAKE2B 0637440aab60c15c9d607bfa43625bb4a3ba8b3f07a8f9bc233637e6824e4f5671fd95c841fe9099a2873d446c84398e1225b91ed3523c3bfbddc256a2d61448 SHA512 3075a4724bc8cf3d25d94a725818db31f75b4d1ef54e00faff9cab84ffdac7585dc79af7fff0e667a1f679602f22c0ba2dffca10b9e980dcc2850558e1f982bd DIST ksquares-19.04.0.tar.xz 259712 BLAKE2B b2c29bbb5d9334edbc428a111a78bc504a7bd5e1e870c7c8c5b3175e312d99fa2081ee8e7f4ba89e4240773338e9655115bbce80202ef67531d25534239f27e4 SHA512 20b93e06b64062a3efe5985fbebd637a4f06ba1319ea0cc91c61a217966529fd74dfb47e7f2e441c888e872bfd8fecc809cd7838175fd0967db44adca5fa78ce +DIST ksquares-19.04.1.tar.xz 259264 BLAKE2B 2cec0beb4d2d24541658ba1823a74e9e10c907e21fd03c7a52ff85080fc167f7b7d8b76d6bb47705f956df3b6eda0195b18b4052468f2ca6cb248e981ed15710 SHA512 0a799744caf34bca1aa4174b8160e0703db59aba4b50fee3b9e5938e22e171e94d28f1fed798f83387e1b9c35241417560e25cca4514708a4f9fae0a02bfbdd1 diff --git a/kde-apps/ksquares/ksquares-19.04.1.ebuild b/kde-apps/ksquares/ksquares-19.04.1.ebuild new file mode 100644 index 000000000000..02e653df7aa9 --- /dev/null +++ b/kde-apps/ksquares/ksquares-19.04.1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="KDE clone of the game squares" +HOMEPAGE=" + https://kde.org/applications/games/ksquares/ + https://games.kde.org/game.php?game=ksquares +" +KEYWORDS="~amd64 ~arm64 ~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}" |