Closes: https://bugs.gentoo.org/697136
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=0
+EAPI=7
DESCRIPTION="Flat SVG icon set"
-SRC_URI="http://www.atqu23.dsl.pipex.com/danny/flatSVG${PV}.tar.gz"
HOMEPAGE="http://www.kde-look.org/content/show.php?content=17158"
+SRC_URI="http://www.atqu23.dsl.pipex.com/danny/flatSVG${PV}.tar.gz"
LICENSE="LGPL-2"
SLOT="0"
S=${WORKDIR}/FlatSVG
src_install() {
- dodir /usr/share/icons
- cp -rf "${S}" "${D}/usr/share/icons/FlatSVG"
+ insinto /usr/share/icons
+ doins -r "${S}"
}