mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sci-astronomy/siril: add missing BDEPEND for xorg-proto
- and call xdg_icon_cache_update since some USE flag installs icons. Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
@@ -45,6 +45,7 @@ DEPEND="
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
"
|
||||
BDEPEND="x11-base/xorg-proto"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/${PN}-docfiles.patch"
|
||||
@@ -81,6 +82,7 @@ src_configure() {
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_desktop_database_update
|
||||
xdg_icon_cache_update
|
||||
xdg_mimeinfo_database_update
|
||||
optfeature "gnuplot support" sci-visualization/gnuplot
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user