From 768ac939cc128fa15b5e441ffc849ba85bd07c41 Mon Sep 17 00:00:00 2001 From: tastytea Date: Wed, 20 Jun 2018 09:52:31 +0200 Subject: [PATCH] solarus-1.5.3-r2: fixed format of file, no real changes --- games-engines/solarus/solarus-1.5.3-r2.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/games-engines/solarus/solarus-1.5.3-r2.ebuild b/games-engines/solarus/solarus-1.5.3-r2.ebuild index 155be6c..5bac5fb 100644 --- a/games-engines/solarus/solarus-1.5.3-r2.ebuild +++ b/games-engines/solarus/solarus-1.5.3-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -33,6 +33,7 @@ src_unpack() { default mv solarus-v${PV} solarus-${PV} } + src_prepare() { cmake-utils_src_prepare } @@ -59,12 +60,10 @@ src_install() { use doc && dodoc -r doc/${PV%.*}/html/* } -pkg_postinst() -{ +pkg_postinst() { gnome2_icon_cache_update } -pkg_postrm() -{ +pkg_postrm() { gnome2_icon_cache_update }