Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/sfwbar/
Date: Thu, 16 Mar 2023 08:41:53
Message-Id: 1678818085.3faf42b0665c7bbbcfab6c83cdf2723f11c91794.flow@gentoo
1 commit: 3faf42b0665c7bbbcfab6c83cdf2723f11c91794
2 Author: Lev Babiev <harley <AT> hosers <DOT> org>
3 AuthorDate: Tue Mar 14 18:21:25 2023 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 14 18:21:25 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3faf42b0
7
8 gui-apps/sfwbar: update icon cache
9
10 Signed-off-by: Lev Babiev <harley <AT> hosers.org>
11
12 gui-apps/sfwbar/sfwbar-1.0_beta10.ebuild | 10 +++++++++-
13 1 file changed, 9 insertions(+), 1 deletion(-)
14
15 diff --git a/gui-apps/sfwbar/sfwbar-1.0_beta10.ebuild b/gui-apps/sfwbar/sfwbar-1.0_beta10.ebuild
16 index a36f0a9d7..fec47b4de 100644
17 --- a/gui-apps/sfwbar/sfwbar-1.0_beta10.ebuild
18 +++ b/gui-apps/sfwbar/sfwbar-1.0_beta10.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=8
22
23 -inherit meson
24 +inherit meson xdg-utils
25
26 DESCRIPTION="S* Floating Window Bar"
27 HOMEPAGE="https://github.com/LBCrion/sfwbar"
28 @@ -39,3 +39,11 @@ src_configure() {
29
30 meson_src_configure
31 }
32 +
33 +pkg_postinst() {
34 + xdg_icon_cache_update
35 +}
36 +
37 +pkg_postrm() {
38 + xdg_icon_cache_update
39 +}