app-crypt/nitrokey-app: Update live ebuild
authorDavid Seifert <soap@gentoo.org>
Sun, 30 Jun 2019 20:57:13 +0000 (22:57 +0200)
committerDavid Seifert <soap@gentoo.org>
Sun, 30 Jun 2019 20:57:13 +0000 (22:57 +0200)
Package-Manager: Portage-2.3.67, Repoman-2.3.16
Signed-off-by: David Seifert <soap@gentoo.org>
app-crypt/nitrokey-app/nitrokey-app-9999.ebuild

index f1ed0d3dfac30f5daba1d031456bbe2a0428fdca..69510a7dc8f1ea8d617b78fd6676565de5765af6 100644 (file)
@@ -1,10 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
-inherit cmake-utils gnome2-utils
+inherit cmake-utils xdg-utils
 
 DESCRIPTION="Cross platform personalization tool for the Nitrokey"
 HOMEPAGE="https://github.com/Nitrokey/nitrokey-app"
@@ -24,7 +23,7 @@ LICENSE="GPL-3"
 SLOT="0"
 
 RDEPEND="
-       app-crypt/libnitrokey:=
+       >=app-crypt/libnitrokey-3.5:=
        dev-qt/qtconcurrent:5
        dev-qt/qtcore:5
        dev-qt/qtgui:5
@@ -32,14 +31,15 @@ RDEPEND="
        dev-qt/qtwidgets:5"
 DEPEND="
        ${RDEPEND}
-       dev-libs/cppcodec
+       dev-libs/cppcodec"
+BDEPEND="
        dev-qt/linguist-tools:5
        virtual/pkgconfig"
 
 pkg_postinst() {
-       gnome2_icon_cache_update
+       xdg_icon_cache_update
 }
 
 pkg_postrm() {
-       gnome2_icon_cache_update
+       xdg_icon_cache_update
 }