diff options
author | 2017-06-08 23:00:50 +0200 | |
---|---|---|
committer | 2017-06-08 23:00:50 +0200 | |
commit | c892d3edb4099fe424a61b0d1aa296132d872ba0 (patch) | |
tree | e010db999c552c23e6993bd429516c40db852fe6 /kde-apps/grantlee-editor | |
parent | kde-frameworks/kdelibs: Version bump 4.14.33 (diff) | |
download | gentoo-c892d3edb4099fe424a61b0d1aa296132d872ba0.tar.gz gentoo-c892d3edb4099fe424a61b0d1aa296132d872ba0.tar.bz2 gentoo-c892d3edb4099fe424a61b0d1aa296132d872ba0.zip |
kde-apps: Version bump KDE Applications 17.04.2
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'kde-apps/grantlee-editor')
-rw-r--r-- | kde-apps/grantlee-editor/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/grantlee-editor/grantlee-editor-17.04.2.ebuild | 45 |
2 files changed, 46 insertions, 0 deletions
diff --git a/kde-apps/grantlee-editor/Manifest b/kde-apps/grantlee-editor/Manifest index 204a0ee86d6e..17bd89e7a625 100644 --- a/kde-apps/grantlee-editor/Manifest +++ b/kde-apps/grantlee-editor/Manifest @@ -1 +1,2 @@ DIST grantlee-editor-17.04.1.tar.xz 111344 SHA256 dddfce3e0d93b73e9aef3f0219dcdff17b96c434528d308a3203ada46af50b02 SHA512 31be709ed991684f99dd5b9447c69ffa4cccf87006b3dcb69b852840432d3c72787657194f00eef04a2f2ff0adc65b897bdd397790da3cae96943665f9f0cc7a WHIRLPOOL 522554da00d3350dbddef9b28e88dcc0e4f67a75f998a50b4310d2c18522a3a6b4f91548cfa8432f64b15226225bde4b2c3cdc440ad910f576fd1c563717c80c +DIST grantlee-editor-17.04.2.tar.xz 110604 SHA256 8b20bda74646bceaf42007041a3227f314335336bf32ba497ca33c7025d559ea SHA512 a8620871917e1d63af23059d8ea980c643a3c646144bf59c849280951cba6502846727dbb517477c6efc434d606fcaf075c0384f77aebda2a3f3cfe3b8ee1d26 WHIRLPOOL d74370b3859d223996f848bd48cd83fee46700ba68e19c17b02df8032a9cce315cb4c56516311882cc9ac3e2cf65adf90f64b19b577f19e7a0b36e4933721f4e diff --git a/kde-apps/grantlee-editor/grantlee-editor-17.04.2.ebuild b/kde-apps/grantlee-editor/grantlee-editor-17.04.2.ebuild new file mode 100644 index 000000000000..c5a75bf73309 --- /dev/null +++ b/kde-apps/grantlee-editor/grantlee-editor-17.04.2.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Utilities and tools to manage themes in KDE PIM applications" +LICENSE="GPL-2+ handbook? ( FDL-1.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 kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep knewstuff) + $(add_frameworks_dep ktexteditor) + $(add_frameworks_dep kwallet) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep akonadi-contacts) + $(add_kdeapps_dep kblog) + $(add_kdeapps_dep kcontacts) + $(add_kdeapps_dep kmime) + $(add_kdeapps_dep kpimtextedit) + $(add_kdeapps_dep messagelib) + $(add_kdeapps_dep pimcommon) + $(add_qt_dep qtgui) + $(add_qt_dep qtwebengine 'widgets') + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND} + !kde-apps/kaddressbook:4 + !kde-apps/kdepim-common-libs:4 + !kde-apps/kdepim-l10n + !kde-apps/kmail:4 +" |