summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-12-13 15:55:18 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-12-13 15:58:19 +0100
commitff68a61d7cd4786f56bed62410f9206e588e8d8e (patch)
tree69313c252a0aed267809ad3a0d7f31c5c10177a3 /kde-apps/minuet
parentdev-php/pecl-yaz: amd64 stable wrt bug #667068 (diff)
downloadgentoo-ff68a61d7cd4786f56bed62410f9206e588e8d8e.tar.gz
gentoo-ff68a61d7cd4786f56bed62410f9206e588e8d8e.tar.bz2
gentoo-ff68a61d7cd4786f56bed62410f9206e588e8d8e.zip
kde-apps: Add KDE Applications 18.12.0
Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/minuet')
-rw-r--r--kde-apps/minuet/Manifest1
-rw-r--r--kde-apps/minuet/minuet-18.12.0.ebuild26
2 files changed, 27 insertions, 0 deletions
diff --git a/kde-apps/minuet/Manifest b/kde-apps/minuet/Manifest
index a31016ec9b65..3755e4018b3e 100644
--- a/kde-apps/minuet/Manifest
+++ b/kde-apps/minuet/Manifest
@@ -1 +1,2 @@
DIST minuet-18.08.3.tar.xz 27789492 BLAKE2B 6f741738815a4672e2c9edde172cab99b53f20523f5c272029d5a47561673603a2f0a3a06f2d71a953c23dfffcaca7c2d82867795c8f164dbd59faa0853f3a63 SHA512 95ae460db8d1d51926a3be0db12159b0256e3817232d94bcbb0400efb0c49fd43298dc83557166585ce29cdf6c46e24865aa104374dacc29ed2bcd1d52ef71e5
+DIST minuet-18.12.0.tar.xz 27790124 BLAKE2B c189b5034e23dcd4432b5ce4ad4cb91bc9082226c54855cff414e9e937f22ed5f2a79c62fc78ca0f1d224d0d1e4eb6da10d9f0a1cf3da2802e75d7da3db917e2 SHA512 85b025931506a7919e5c9f253c0593a727224140811a226885b486e8513109d5bfc7fde6ae2a233a6e2b14d6d18aad1ea3597b46f52de421f8925d2d2133f78b
diff --git a/kde-apps/minuet/minuet-18.12.0.ebuild b/kde-apps/minuet/minuet-18.12.0.ebuild
new file mode 100644
index 000000000000..519702b71314
--- /dev/null
+++ b/kde-apps/minuet/minuet-18.12.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_HANDBOOK="forceoptional"
+inherit kde5
+
+DESCRIPTION="A KDE Software for Music Education"
+HOMEPAGE="https://minuet.kde.org/"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kcrash)
+ $(add_frameworks_dep ki18n)
+ $(add_qt_dep qtdeclarative)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtsvg)
+ $(add_qt_dep qtquickcontrols2)
+ media-sound/fluidsynth
+"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig
+"