summaryrefslogtreecommitdiff
path: root/mail-client/trojita/trojita-9999.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-04-10 17:26:49 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-04-10 17:26:49 +0100
commit6957f5c65b02bba533954eabc0b62f5de36be206 (patch)
tree21d8ab8f61dffd9cccc82d0badb68982516a6855 /mail-client/trojita/trojita-9999.ebuild
parente91a1aaa5ec8fab37f0fd082ac6024d41c6651e2 (diff)
gentoo resync : 10.04.2018
Diffstat (limited to 'mail-client/trojita/trojita-9999.ebuild')
-rw-r--r--mail-client/trojita/trojita-9999.ebuild14
1 files changed, 7 insertions, 7 deletions
diff --git a/mail-client/trojita/trojita-9999.ebuild b/mail-client/trojita/trojita-9999.ebuild
index 4988ce563e13..070ef4d1f87f 100644
--- a/mail-client/trojita/trojita-9999.ebuild
+++ b/mail-client/trojita/trojita-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
EGIT_REPO_URI="https://anongit.kde.org/${PN}.git"
-inherit cmake-utils fdo-mime gnome2-utils virtualx
+inherit cmake-utils gnome2-utils virtualx xdg-utils
[[ ${PV} == 9999 ]] && inherit git-r3
DESCRIPTION="A Qt IMAP e-mail client"
@@ -16,7 +16,7 @@ fi
LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="0"
-IUSE="+crypt debug +dbus +password test +zlib"
+IUSE="+crypt +dbus debug +password test +zlib"
RDEPEND="
dev-qt/qtcore:5
@@ -27,8 +27,8 @@ RDEPEND="
dev-qt/qtwebkit:5
dev-qt/qtwidgets:5
crypt? (
- dev-libs/mimetic
>=app-crypt/gpgme-1.8.0[cxx,qt5]
+ dev-libs/mimetic
)
dbus? ( dev-qt/qtdbus:5 )
password? ( dev-libs/qtkeychain[qt5(+)] )
@@ -40,7 +40,7 @@ DEPEND="${RDEPEND}
zlib? ( virtual/pkgconfig )
"
-DOCS="README LICENSE"
+DOCS=( README LICENSE )
src_prepare() {
cmake-utils_src_prepare
@@ -73,11 +73,11 @@ pkg_preinst() {
}
pkg_postinst() {
- fdo-mime_desktop_database_update
+ xdg_desktop_database_update
gnome2_icon_cache_update
}
pkg_postrm() {
- fdo-mime_desktop_database_update
+ xdg_desktop_database_update
gnome2_icon_cache_update
}