diff options
author | Michael Palimaka <kensington@gentoo.org> | 2016-09-15 21:33:27 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-09-15 21:38:26 +1000 |
commit | 5bc2531e9317b8679cc9e1ae68ee5883518bb613 (patch) | |
tree | 29fde51ed18962fcd1f1c5cf98f58ba728bc67f7 /kde-apps/kolourpaint | |
parent | profiles: mask >=kde-apps/minuet-16.08.0 as it requires masked Qt 5.7 (diff) | |
download | gentoo-5bc2531e9317b8679cc9e1ae68ee5883518bb613.tar.gz gentoo-5bc2531e9317b8679cc9e1ae68ee5883518bb613.tar.bz2 gentoo-5bc2531e9317b8679cc9e1ae68ee5883518bb613.zip |
kde-apps: version bump 16.08.1
Package-Manager: portage-2.3.0
Diffstat (limited to 'kde-apps/kolourpaint')
-rw-r--r-- | kde-apps/kolourpaint/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kolourpaint/kolourpaint-16.08.1.ebuild | 43 |
2 files changed, 44 insertions, 0 deletions
diff --git a/kde-apps/kolourpaint/Manifest b/kde-apps/kolourpaint/Manifest index 9b9086252e25..84598b7443ea 100644 --- a/kde-apps/kolourpaint/Manifest +++ b/kde-apps/kolourpaint/Manifest @@ -1 +1,2 @@ DIST kolourpaint-16.04.3.tar.xz 1171792 SHA256 8c71ced56aacbfd27f3dd3f25771eaa13dacd8e490492fa0ea32415764493c91 SHA512 80c330341d4203c91be2f212125c62192711b322107987a46ca37dd7f24f9d5179844429670dabcbe1d9dcfe09c986ef5b5426d51c1d8a7d523149e41de26b2c WHIRLPOOL 919bb809f75d7b90956c67d879cea7c0c34469cd00134dffb52ec573082ef6a1124e6cedb9f7e0efb5dcc776b501d23a98220c068ea378ecfdd835b60f16ac6d +DIST kolourpaint-16.08.1.tar.xz 1175968 SHA256 9f65c497b152c3647e2157de066b7001a3af09283e6e66295dd9ee784ecc2aea SHA512 9c94649d94c48e1b2ddf9cc80587f99d226d56958e633513eda6e793153d3447370cdfc67886a3d30b44326c12eec674f85335999e58833e5f8f1f77de3b588d WHIRLPOOL 1ff9988bcc0d3e1643a521c24d51ea539db6b8f73da842b5de2c9a8b65bf5d8351bcc19fd00aa36197b078f85791ef58c13eb749753c29b64a40b31d04180385 diff --git a/kde-apps/kolourpaint/kolourpaint-16.08.1.ebuild b/kde-apps/kolourpaint/kolourpaint-16.08.1.ebuild new file mode 100644 index 000000000000..8bde3049e55f --- /dev/null +++ b/kde-apps/kolourpaint/kolourpaint-16.08.1.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +KDE_HANDBOOK="true" +inherit kde5 + +DESCRIPTION="Paint Program by KDE" +HOMEPAGE="https://www.kde.org/applications/graphics/kolourpaint/" +KEYWORDS="~amd64 ~arm ~x86" +LICENSE="BSD-2 LGPL-2 LGPL-2+ || ( LGPL-2.1 LGPL-3 ) GPL-2 handbook? ( FDL-1.2 )" +IUSE="scanner" + +RDEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdelibs4support) + $(add_frameworks_dep kguiaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kservice) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtgui) + $(add_qt_dep qtprintsupport) + $(add_qt_dep qtwidgets) + scanner? ( $(add_kdeapps_dep libksane) ) +" +DEPEND="${RDEPEND} + sys-devel/gettext +" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package scanner KF5Sane) + ) + + kde5_src_configure +} |