diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2020-09-20 15:50:09 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-09-20 15:50:09 +0200 |
commit | f00389515092d49c974a6f70e1a506e57fcd79c6 (patch) | |
tree | 8fb1e38142461ebdb151fd0c1e648b9dd9873af8 /x11-misc/qcomicbook | |
parent | sci-calculators/tilp2: update desktop mimeinfo and mime-info cache (diff) | |
download | gentoo-f00389515092d49c974a6f70e1a506e57fcd79c6.tar.gz gentoo-f00389515092d49c974a6f70e1a506e57fcd79c6.tar.bz2 gentoo-f00389515092d49c974a6f70e1a506e57fcd79c6.zip |
x11-misc/qcomicbook: update desktop mimeinfo cache
Closes: https://bugs.gentoo.org/742797
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'x11-misc/qcomicbook')
-rw-r--r-- | x11-misc/qcomicbook/qcomicbook-0.9.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-misc/qcomicbook/qcomicbook-0.9.1.ebuild b/x11-misc/qcomicbook/qcomicbook-0.9.1.ebuild index aaa44f685145..ec3dbfe2f756 100644 --- a/x11-misc/qcomicbook/qcomicbook-0.9.1.ebuild +++ b/x11-misc/qcomicbook/qcomicbook-0.9.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 MY_PN="QComicBook" CMAKE_IN_SOURCE_BUILD=1 PLOCALES="cs_CZ de_DE es_ES fi_FI fr_CA fr_FR it_IT ko_KR nl_NL pl_PL pt_BR ru_RU uk_UA zh_CN" -inherit cmake-utils flag-o-matic l10n +inherit cmake-utils flag-o-matic l10n xdg DESCRIPTION="A viewer for comic book archives containing jpeg/png images" HOMEPAGE="https://github.com/stolowski/QComicBook" @@ -55,6 +55,7 @@ src_configure() { } pkg_postinst() { + xdg_pkg_postinst elog "For using QComicBook with compressed archives you may want to install:" elog " app-arch/p7zip" elog " app-arch/unace" |