diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-09-23 10:22:15 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-09-23 10:22:15 +0100 |
commit | 8b4ace9c50842c5b83401ea7b179dcab940387e1 (patch) | |
tree | 230f3135ceaace633cf93e9838b185c4a6664c2e /x11-misc/qcomicbook | |
parent | 9ee6d97c2883d42f204a533a8bc1f4562df778fb (diff) |
gentoo resync : 23.09.2020
Diffstat (limited to 'x11-misc/qcomicbook')
-rw-r--r-- | x11-misc/qcomicbook/Manifest | 2 | ||||
-rw-r--r-- | x11-misc/qcomicbook/qcomicbook-0.9.1.ebuild | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/x11-misc/qcomicbook/Manifest b/x11-misc/qcomicbook/Manifest index 5dfec98f729f..d1fe86a715c5 100644 --- a/x11-misc/qcomicbook/Manifest +++ b/x11-misc/qcomicbook/Manifest @@ -1,3 +1,3 @@ DIST qcomicbook-0.9.1.tar.gz 739887 BLAKE2B c4072e849f173bc6014e1765adc18ac359e5508b5c6bb110782bb92c81fe7683911a68910976cba16263950d9ac9b9ad53de44c4cd692d0bd24374c38012ebbe SHA512 87bd983c4442e220f1bc463e54e0ea583cddbc6becd9eec64801dc5e7e061cdac5805cba83167685ab454e41fcce329fa399d622d7f588940bf057ce4b1f423d -EBUILD qcomicbook-0.9.1.ebuild 1622 BLAKE2B f01a5f9074f03a7f054ff41cbdbe20ecef2e5c9ef4e944ca866ed5691abdfa61fdafd947a060d8c3e74899e5a142e8be26823a25d1a78ade001ce14d8f3f15ab SHA512 70d53b1c9b18a11be6ad20441a6354d124986abe24b273bfd1cae5202d57727fe39c6b96e328338a3b980f1a5c75f92f015e35a8c5cce7849ec26c12098d5bdc +EBUILD qcomicbook-0.9.1.ebuild 1644 BLAKE2B a1bae2b0284d9268c625c1911d7cd3dc57a27af8b1cf0829591d5a8979fd5d986e649649ac846237bcbb177a9d0ffbe5b38c14c3086ef4958699d2f9292f3e5e SHA512 2681ca210738433495d5d0934aaa7b80d532e5e5093b66ec8a7ddc092fc794b94164948cbe66f5bd912ccf355d2e9c5f8808faaaa1d2a24373bb70a22d8134be MISC metadata.xml 469 BLAKE2B 09213bed780c0d2f966fb7ba16c052ad397999be2e6e238c8e915ebbbb938f3210409e2d7961c629ae0d8abb20efa99b2b833d2cd268e7239ead845294b8fc68 SHA512 4c8f85cb1afed375e4b2c19e873c2c70ca7c11f139305af70a2b8556230ddd17f52753b1302c8d5547b4922e35c1922fdc001e62b420645f1c36097ebf5e855b 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" |