Skip to content

Commit

Permalink
games-board/gnome-mines: ebuild touchups
Browse files Browse the repository at this point in the history
Move librsvg[vala] dep to build-time only.
Drop extra icon cache update calls, now that xdg.eclass calls them.

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <[email protected]>
  • Loading branch information
leio committed Mar 14, 2019
1 parent 756637c commit 7e0b768
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions games-board/gnome-mines/gnome-mines-3.30.1.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RDEPEND="
dev-libs/libgee:0.8
>=x11-libs/gtk+-3.12:3
dev-libs/libgnome-games-support:1=
>=gnome-base/librsvg-2.32.0:2[vala]
>=gnome-base/librsvg-2.32.0:2
"
DEPEND="${RDEPEND}
$(vala_depend)
Expand All @@ -26,6 +26,7 @@ DEPEND="${RDEPEND}
dev-util/itstool
>=sys-devel/gettext-0.19.8
virtual/pkgconfig
gnome-base/librsvg:2[vala]
"

src_prepare() {
Expand All @@ -35,12 +36,10 @@ src_prepare() {

pkg_postinst() {
xdg_pkg_postinst
gnome2_icon_cache_update
gnome2_schemas_update
}

pkg_postrm() {
xdg_pkg_postrm
gnome2_icon_cache_update
gnome2_schemas_update
}

0 comments on commit 7e0b768

Please sign in to comment.