summaryrefslogtreecommitdiff
path: root/x11-themes/flatsvg/flatsvg-1.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-11-10 13:21:36 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-11-10 13:21:36 +0000
commit77398e424e45d9e98c1cef3c43bdadb9d56e81ef (patch)
tree5aeffd3fc7b92fc615bd2c222fa8831aeda1925b /x11-themes/flatsvg/flatsvg-1.0.ebuild
parentbd4aeefe33e63f613512604e47bfca7b2187697d (diff)
gentoo resync : 10.11.2019
Diffstat (limited to 'x11-themes/flatsvg/flatsvg-1.0.ebuild')
-rw-r--r--x11-themes/flatsvg/flatsvg-1.0.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-themes/flatsvg/flatsvg-1.0.ebuild b/x11-themes/flatsvg/flatsvg-1.0.ebuild
index 28ab0482ab0a..79457371b8b0 100644
--- a/x11-themes/flatsvg/flatsvg-1.0.ebuild
+++ b/x11-themes/flatsvg/flatsvg-1.0.ebuild
@@ -1,11 +1,11 @@
-# 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"
@@ -15,6 +15,6 @@ IUSE=""
S=${WORKDIR}/FlatSVG
src_install() {
- dodir /usr/share/icons
- cp -rf "${S}" "${D}/usr/share/icons/FlatSVG"
+ insinto /usr/share/icons
+ doins -r "${S}"
}