summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-05-09 18:45:38 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-05-09 20:44:16 +0200
commit574a1e63fb59f2333adc047a9c3f2b929101e540 (patch)
tree370dfcc1bdb5ae3dc6a6233f2717d396155ac9f0 /kde-apps/kimagemapeditor
parentnet-dns/dnsdist: initscript fix (diff)
downloadgentoo-574a1e63fb59f2333adc047a9c3f2b929101e540.tar.gz
gentoo-574a1e63fb59f2333adc047a9c3f2b929101e540.tar.bz2
gentoo-574a1e63fb59f2333adc047a9c3f2b929101e540.zip
kde-apps: Add KDE Applications 19.04.1
Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kimagemapeditor')
-rw-r--r--kde-apps/kimagemapeditor/Manifest1
-rw-r--r--kde-apps/kimagemapeditor/kimagemapeditor-19.04.1.ebuild32
2 files changed, 33 insertions, 0 deletions
diff --git a/kde-apps/kimagemapeditor/Manifest b/kde-apps/kimagemapeditor/Manifest
index f7ee448388f4..125c71fd15a4 100644
--- a/kde-apps/kimagemapeditor/Manifest
+++ b/kde-apps/kimagemapeditor/Manifest
@@ -1,2 +1,3 @@
DIST kimagemapeditor-18.12.3.tar.xz 1070840 BLAKE2B c4d538bfa9d404d1279630d0817eb89a4887c63ed36437d5df0cf4ca529c48011c6538a9324ddad909b76817b57d7332014aef382451f240aa79fd803b36aec7 SHA512 7cd999d7187cfc14c49297a6d3c90537a52e0111829d587da08b3f56295a06d5d24c151b988245ffcc930ea90d5c43128e9e95e7c4c211699c68b00b1a84e0b7
DIST kimagemapeditor-19.04.0.tar.xz 1071080 BLAKE2B e750f3a54c55171d90b60502c2c75f482076d385956314da944a39eddf35ea374d7c44bfc6155173538fb99554a059336d8a621f515a1aab4a801e7753ae05ce SHA512 1f01ef2a16936a5097ffd71f0f92f442c517e9c24e3484af5e1dbcac5f9b6a1f0582e15a5713eba1de3700e9b4b270e3fe6f227bfcb305e32fbd2f61cbe8ccc9
+DIST kimagemapeditor-19.04.1.tar.xz 1070384 BLAKE2B 8eb03dd449a4bb7d0b9161c73c0cb95f60d788503633e0399ce85439d242c5a13c9ac0c7c039b28dabdca934756d97f7c702bf6416b5ca0e886550e77c03ee09 SHA512 cbcd8140a2a7d2672cddad748ffa04dda0906595ba8c03846d3036142a9205b742d0b3459a7541fc8a46fb9cdc9398dbc771bf036144e650c324831e7946c675
diff --git a/kde-apps/kimagemapeditor/kimagemapeditor-19.04.1.ebuild b/kde-apps/kimagemapeditor/kimagemapeditor-19.04.1.ebuild
new file mode 100644
index 000000000000..d5329f4bfcad
--- /dev/null
+++ b/kde-apps/kimagemapeditor/kimagemapeditor-19.04.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KDE_HANDBOOK="forceoptional"
+inherit kde5
+
+DESCRIPTION="Generator of HTML image maps"
+HOMEPAGE="https://kde.org/applications/development/kimagemapeditor/"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+DEPEND="
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kcrash)
+ $(add_frameworks_dep kdbusaddons)
+ $(add_frameworks_dep kguiaddons)
+ $(add_frameworks_dep khtml)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kiconthemes)
+ $(add_frameworks_dep kparts)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_frameworks_dep kxmlgui)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtwidgets)
+"
+RDEPEND="${DEPEND}
+ !kde-apps/kde4-l10n
+"