diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2016-12-04 19:33:51 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2016-12-04 19:33:51 -0600 |
commit | 2a6a510a69b9cc71fcce9872f7bd4c4fa3e229b5 (patch) | |
tree | fd272d3386506c55544aeb1329949f29e4547730 /meta-desktop/kde-games/kde-games-16.04.3.ebuild | |
parent | 7061ac5d9c1f86f1506bad6d3be44b74dd3cd80e (diff) | |
download | packages-2a6a510a69b9cc71fcce9872f7bd4c4fa3e229b5.tar.gz packages-2a6a510a69b9cc71fcce9872f7bd4c4fa3e229b5.tar.bz2 packages-2a6a510a69b9cc71fcce9872f7bd4c4fa3e229b5.tar.xz packages-2a6a510a69b9cc71fcce9872f7bd4c4fa3e229b5.zip |
meta-desktop/kde-{games,utilities}: new packages
Diffstat (limited to 'meta-desktop/kde-games/kde-games-16.04.3.ebuild')
-rw-r--r-- | meta-desktop/kde-games/kde-games-16.04.3.ebuild | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/meta-desktop/kde-games/kde-games-16.04.3.ebuild b/meta-desktop/kde-games/kde-games-16.04.3.ebuild new file mode 100644 index 000000000..a0f426681 --- /dev/null +++ b/meta-desktop/kde-games/kde-games-16.04.3.ebuild @@ -0,0 +1,41 @@ +# Copyright 2016 Adélie Linux Team +# Distributed under the terms of the NCSA License + +EAPI=6 + +DESCRIPTION="Games and toys from the KDE Software Collection" +HOMEPAGE="https://www.kde.org/applications/games/" +SRC_URI="mirror://foxkit/meta/${P}.tar.xz" + +LICENSE="" +SLOT="0" +KEYWORDS="arm ppc ppc64 x86 x86_64" +IUSE="" + +DEPEND=" + >=kde-apps/bovo-${PV} + >=kde-apps/granatier-${PV} + >=kde-apps/kapman-${PV} + >=kde-apps/kblocks-${PV} + >=kde-apps/kbreakout-${PV} + >=kde-apps/kdiamond-${PV} + >=kde-apps/kfourinline-${PV} + >=kde-apps/kiriki-${PV} + >=kde-apps/klickety-${PV} + >=kde-apps/klines-${PV} + >=kde-apps/kmahjongg-${PV} + >=kde-apps/kmines-${PV} + >=kde-apps/knetwalk-${PV} + >=kde-apps/kshisen-${PV} + >=kde-apps/ksquares-${PV} +" +RDEPEND="${DEPEND} + x11-misc/xdg-utils +" + +src_install() { + dodir /usr/share/applications + insinto /usr/share/applications + + doins org.adelie-linux.about-games.desktop +} |