diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-01-10 09:30:23 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-01-10 16:50:00 +0100 |
commit | f1b6a4697cb6bd8b01b005cca0996982fd736a2d (patch) | |
tree | 9b2799b0df1355e0ee40b8c909752698a0803837 /kde-apps/ksquares | |
parent | app-emulation/libvirt: init submodules for live ebuild (diff) | |
download | gentoo-f1b6a4697cb6bd8b01b005cca0996982fd736a2d.tar.gz gentoo-f1b6a4697cb6bd8b01b005cca0996982fd736a2d.tar.bz2 gentoo-f1b6a4697cb6bd8b01b005cca0996982fd736a2d.zip |
kde-apps: Add KDE Applications 18.12.1
Package-Manager: Portage-2.3.54, 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-18.12.1.ebuild | 31 |
2 files changed, 32 insertions, 0 deletions
diff --git a/kde-apps/ksquares/Manifest b/kde-apps/ksquares/Manifest index 76ba7838d1a0..c02f1581d1e6 100644 --- a/kde-apps/ksquares/Manifest +++ b/kde-apps/ksquares/Manifest @@ -1,2 +1,3 @@ DIST ksquares-18.08.3.tar.xz 258964 BLAKE2B 53bfc39bbd8bd4aafd1f3139ce65e09c15e7968653247e344897aaa25b4577c89b6f848fe191859a50572a46519dda52da52873ff775404083f5b0d29d051437 SHA512 0252c5d00a661e29ab82af18d624aee3486a28ff4a58bfe0a4460603430dac6342c9f41231a971e8184c88c2e5b76c54cb5c4fe11d9493eb8026bce02201ee1d DIST ksquares-18.12.0.tar.xz 259220 BLAKE2B b9fb1cb9a7d226c148630ac2066ba7f23f8170ade918b1ac762c2ad83bdb0bcdef54198df21ea1e67ef688195e12482fd2fd5375cc91251c40b92bc5771f6ed0 SHA512 2aa8b437ca89483fc3ee41fa88d79911a77f33792ccf384a421a3a037c0b7d8d2446d4c1cf38d3a188d68b4eb263ca68f93a848fb93421d8d137a1c70a4b16b8 +DIST ksquares-18.12.1.tar.xz 259272 BLAKE2B ab517b8bae850045dad8695a4a22823a739aa79eae1b40448a6cc8813097ceffe0485d60ed17ba79cbc77079672da94e8eed5bf5cb3d014923aac1d189d26653 SHA512 f8c565a705fe145de871a4f2c60a672aee7124642e0f425af0570671482d49131c9fd9de822e13ee6d8c17383695d5b7951857f077e3d9fcdff739cf9d8f9018 diff --git a/kde-apps/ksquares/ksquares-18.12.1.ebuild b/kde-apps/ksquares/ksquares-18.12.1.ebuild new file mode 100644 index 000000000000..540be44665a2 --- /dev/null +++ b/kde-apps/ksquares/ksquares-18.12.1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2019 Gentoo Authors +# 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}" |