mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
mail-client/clawsker: add dep version req & xdg_icon_cache_update
Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit xdg-utils
|
||||
|
||||
DESCRIPTION="Applet to edit Claws Mail's hidden preferences"
|
||||
HOMEPAGE="https://www.claws-mail.org/clawsker.php"
|
||||
SRC_URI="https://www.claws-mail.org/tools/${P}.tar.xz"
|
||||
@@ -14,10 +16,18 @@ RDEPEND="
|
||||
dev-lang/perl
|
||||
dev-perl/Gtk3
|
||||
dev-perl/Locale-gettext
|
||||
dev-perl/File-Which
|
||||
>=dev-perl/File-Which-1.210
|
||||
mail-client/claws-mail
|
||||
"
|
||||
|
||||
src_install() {
|
||||
emake install DESTDIR="${D}" PREFIX=/usr
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_icon_cache_update
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
xdg_icon_cache_update
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user