diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-09-07 20:29:32 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-09-07 20:29:32 +0200 |
commit | 996987a2817587de8e6dd587fdfdf8897d383ae4 (patch) | |
tree | d607e47be660333a574a1618e0f090dd0f0ea60a /kde-apps/akonadi-calendar | |
parent | media-radio/flrig: Version bump (diff) | |
download | gentoo-996987a2817587de8e6dd587fdfdf8897d383ae4.tar.gz gentoo-996987a2817587de8e6dd587fdfdf8897d383ae4.tar.bz2 gentoo-996987a2817587de8e6dd587fdfdf8897d383ae4.zip |
kde-apps: Add KDE Applications 17.08.1
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'kde-apps/akonadi-calendar')
-rw-r--r-- | kde-apps/akonadi-calendar/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/akonadi-calendar/akonadi-calendar-17.08.1.ebuild | 46 |
2 files changed, 47 insertions, 0 deletions
diff --git a/kde-apps/akonadi-calendar/Manifest b/kde-apps/akonadi-calendar/Manifest index c8c2c86f4ade..66b3bee6d54f 100644 --- a/kde-apps/akonadi-calendar/Manifest +++ b/kde-apps/akonadi-calendar/Manifest @@ -1,2 +1,3 @@ DIST akonadi-calendar-17.04.3.tar.xz 280224 SHA256 67984d83217466ff09319600e7e5a09d8dec17e512794d41d70079ee7ae48314 SHA512 d712843e11427f4156b1f94d5c6ddefa6f9a1c8fbbac63d088c680c5752bf3109331cd8b100346c978d82e1b2187acae3448f86494c7dbc3aa8bc20fdbc5a36e WHIRLPOOL 8e33fd2cb887516c250a5e6d6ec0d36fd876bc9a50a4908ada78d215a78c79a32cff6f8a595f5c09dc8fb860f91a702dc55a9c9e23dc3ab0fb58d7577cccf3f9 DIST akonadi-calendar-17.08.0.tar.xz 280324 SHA256 a497db4de1fe88e7dc7d4d513d7cc602a80aa3eafb7cdfcb5b2d1361e70d6457 SHA512 f03472e3bb491b19d56f0c3e0a6fcf01da75faf297f1d758e2462eb186b2cabed7bbaf03477ed9a72af5f9d55c5ce8f73569237fad41b84deee2dc19ea3e23ce WHIRLPOOL b6b4d4632d7afaa9992f8dcdfc8b945076cc776bd16ec7bc7e7773bc31d5641dba350fe141d220c095d38e6abcbdc3f855d7806ec76a0b58a0227349e83ed8f3 +DIST akonadi-calendar-17.08.1.tar.xz 280224 SHA256 1f283263259ed7a21476695b4299dcf0c0657e7a8f21677d615c9814ac0c8d96 SHA512 db1e98b5aa3112ebc0ad274cf9cf442e4128da15b7e849669b3ea2d6e949dbff0d606b124fe83ad49deff8264f1264852216042b72c807a3d57e332af247ebe3 WHIRLPOOL f24d120aad656f3ee614d2b99a2543de27a0a514c2ead56af035f737d909a17c69f4cb7f1873136bd4d63af7a75ebd0d882f27f1a3ef34041f0a57db21b7cacb diff --git a/kde-apps/akonadi-calendar/akonadi-calendar-17.08.1.ebuild b/kde-apps/akonadi-calendar/akonadi-calendar-17.08.1.ebuild new file mode 100644 index 000000000000..10e6379a7d12 --- /dev/null +++ b/kde-apps/akonadi-calendar/akonadi-calendar-17.08.1.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_TEST="true" +inherit kde5 + +DESCRIPTION="Library for akonadi calendar integration" +LICENSE="GPL-2+ LGPL-2.1+" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcodecs) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kdelibs4support) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kitemmodels) + $(add_frameworks_dep kjobwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwallet) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep akonadi) + $(add_kdeapps_dep akonadi-contacts) + $(add_kdeapps_dep akonadi-mime) + $(add_kdeapps_dep kcalcore) + $(add_kdeapps_dep kcalutils) + $(add_kdeapps_dep kcontacts) + $(add_kdeapps_dep kidentitymanagement) + $(add_kdeapps_dep kmailtransport) + $(add_kdeapps_dep kmime) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND} + !kde-apps/kdepim-l10n +" + +RESTRICT+=" test" |