diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-08-07 22:33:58 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-08-19 09:18:17 +0200 |
commit | 16da5f09461932acc55bff93fd27d890e8b513a8 (patch) | |
tree | d225b8c33b457913ad096b6a7b04dc936a6f1b32 /kde-apps/kdeedu-data | |
parent | kde-apps/kbruch: Add 23.08 stable branch (diff) | |
download | kde-16da5f09461932acc55bff93fd27d890e8b513a8.tar.gz kde-16da5f09461932acc55bff93fd27d890e8b513a8.tar.bz2 kde-16da5f09461932acc55bff93fd27d890e8b513a8.zip |
kde-apps/kdeedu-data: Add 23.08 stable branch
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kdeedu-data')
-rw-r--r-- | kde-apps/kdeedu-data/kdeedu-data-23.08.49.9999.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/kde-apps/kdeedu-data/kdeedu-data-23.08.49.9999.ebuild b/kde-apps/kdeedu-data/kdeedu-data-23.08.49.9999.ebuild new file mode 100644 index 0000000000..0b30513140 --- /dev/null +++ b/kde-apps/kdeedu-data/kdeedu-data-23.08.49.9999.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit gear.kde.org cmake + +DESCRIPTION="Shared icons, artwork and data files for educational applications" + +LICENSE="GPL-2" +SLOT="5" +KEYWORDS="" +IUSE="" + +BDEPEND=" + dev-qt/qtcore:5 + kde-frameworks/extra-cmake-modules:5 +" |