sci-electronics/cirkuit: Add 0.4.3_p201710115 qt5-based snapshot
authorAndreas Sturmlechner <asturm@gentoo.org>
Sun, 7 Jan 2018 14:15:37 +0000 (15:15 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sun, 7 Jan 2018 14:26:35 +0000 (15:26 +0100)
Bug: https://bugs.gentoo.org/640884
Package-Manager: Portage-2.3.19, Repoman-2.3.6

sci-electronics/cirkuit/Manifest
sci-electronics/cirkuit/cirkuit-0.4.3_p201710115.ebuild [new file with mode: 0644]

index f47fa3b415721bb52a311e5f662ac8770cf738c3..130475f97f206025b43b0dc8326cc886cad819bf 100644 (file)
@@ -1 +1,2 @@
 DIST cirkuit-0.4.3.tar.bz2 379628 BLAKE2B e68b7756738698354ff6256851049e3c9063ae5104841ba643fee822cd56e5a430fd83f65e73537f15c78015f51ee10163489d6955bda4dae701b873128dc3da SHA512 880033a7f52142d474840a4d095f89f37a2181f452712bde121646850fe3954f2851fd6dfdcfdfd2ce7b0b8d630522343678e6c5d1b67cddde73b24b86c9e6a5
+DIST cirkuit-0.4.3_p201710115.tar.gz 460757 BLAKE2B 7e19e9e7c92a1085361762fe1f650656916e10a21e2d86c5b985dfaee99eb2f5add67cc0410ac19329aa1d46093908c0d36d2a4dad7664c1e189eef99bcdf5ae SHA512 f52f11266b5ab95235ed08c3e62d674dc4e0e908670373f312cbc7b77dc369dcd421edc4f9df0316c1a849b9f388dae0cde5d30350a926d3c4e290395155c61b
diff --git a/sci-electronics/cirkuit/cirkuit-0.4.3_p201710115.ebuild b/sci-electronics/cirkuit/cirkuit-0.4.3_p201710115.ebuild
new file mode 100644 (file)
index 0000000..4111e12
--- /dev/null
@@ -0,0 +1,53 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+COMMIT=9029d9d44a141d0a70ea34c1c82f6f80ff8e2b7a
+EGIT_BRANCH="frameworks"
+KDE_HANDBOOK="forceoptional"
+inherit kde5 vcs-snapshot
+
+DESCRIPTION="Application to generate publication-ready figures"
+HOMEPAGE="https://wwwu.uni-klu.ac.at/magostin/cirkuit.html"
+[[ ${KDE_BUILD_TYPE} = live ]] || \
+SRC_URI="https://github.com/KDE/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+       $(add_frameworks_dep karchive)
+       $(add_frameworks_dep kcompletion)
+       $(add_frameworks_dep kconfig)
+       $(add_frameworks_dep kconfigwidgets)
+       $(add_frameworks_dep kcoreaddons)
+       $(add_frameworks_dep kdbusaddons)
+       $(add_frameworks_dep kdelibs4support)
+       $(add_frameworks_dep kguiaddons)
+       $(add_frameworks_dep ki18n)
+       $(add_frameworks_dep kio)
+       $(add_frameworks_dep knewstuff)
+       $(add_frameworks_dep kparts)
+       $(add_frameworks_dep kservice)
+       $(add_frameworks_dep ktexteditor)
+       $(add_frameworks_dep ktextwidgets)
+       $(add_frameworks_dep kwidgetsaddons)
+       $(add_frameworks_dep kxmlgui)
+       $(add_qt_dep qtdeclarative)
+       $(add_qt_dep qtgui)
+       $(add_qt_dep qtwidgets)
+       app-text/poppler[qt5]
+"
+RDEPEND="${DEPEND}
+       app-text/ghostscript-gpl
+       app-text/ps2eps
+       dev-texlive/texlive-pstricks
+       media-gfx/dpic
+       media-gfx/pdf2svg
+       media-libs/netpbm
+       virtual/latex-base
+"
+
+DOCS=( Changelog README )