8000 mark-devkit: Bump kde-apps/kimagemapeditor-23.08.2 by geaaru · Pull Request #89 · macaroni-os/kde-kit · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mark-devkit: Bump kde-apps/kimagemapeditor-23.08.2 #89

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions kde-apps/kimagemapeditor/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST kimagemapeditor-23.08.2.tar.xz 1104424 BLAKE2B 828c666cb0393b59723fff6416c888df0007fe4149ef535ebcc71865bb09d91136d07b3fb4ae996a072eeb0771beec84af17778cdae2ee8a6aea050d3402afc7 SHA512 8a9f51f9deade7b00d66bfbabb83521f7bb5c43befa14d6ac255fee81bf3c9d532aa194f2e2e522c704d412c4b153e1f93d7a551e8477640080457250aa723ce
33 changes: 33 additions & 0 deletions kde-apps/kimagemapeditor/kimagemapeditor-23.08.2.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Distributed under the terms of the GNU General Public License v2

EAPI=7

KDE_HANDBOOK="forceoptional"
FRAMEWORKS_MINIMAL=5.98.0
QT_MINIMAL=5.15.1
inherit kde5

DESCRIPTION="Generator of HTML image maps"
HOMEPAGE="https://apps.kde.org/en/kimagemapeditor"
LICENSE="GPL-2" # TODO: CHECK
SLOT="5"
KEYWORDS="*"
IUSE=""

DEPEND="
$(add_qt_dep qtgui)
$(add_qt_dep qtwebengine)
$(add_qt_dep qtwidgets)
$(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 ki18n)
$(add_frameworks_dep kiconthemes)
$(add_frameworks_dep kparts)
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kxmlgui)
"
RDEPEND="${DEPEND}"
0