diff options
author | David Seifert <soap@gentoo.org> | 2019-06-30 22:57:13 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-06-30 22:57:13 +0200 |
commit | 7e37c986e11c683ed96079f027b579ad58edaf19 (patch) | |
tree | 937743165f6629d93a3d4c2f4286c11c7d5b2ae7 | |
parent | app-crypt/libnitrokey: Version bump to 3.5 (diff) | |
download | gentoo-7e37c986e11c683ed96079f027b579ad58edaf19.tar.gz gentoo-7e37c986e11c683ed96079f027b579ad58edaf19.tar.bz2 gentoo-7e37c986e11c683ed96079f027b579ad58edaf19.zip |
app-crypt/nitrokey-app: Update live ebuild
Package-Manager: Portage-2.3.67, Repoman-2.3.16
Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r-- | app-crypt/nitrokey-app/nitrokey-app-9999.ebuild | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/app-crypt/nitrokey-app/nitrokey-app-9999.ebuild b/app-crypt/nitrokey-app/nitrokey-app-9999.ebuild index f1ed0d3dfac3..69510a7dc8f1 100644 --- a/app-crypt/nitrokey-app/nitrokey-app-9999.ebuild +++ b/app-crypt/nitrokey-app/nitrokey-app-9999.ebuild @@ -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 } |