summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes/murrinastormcloud/murrinastormcloud-0.3.ebuild')
-rw-r--r--x11-themes/murrinastormcloud/murrinastormcloud-0.3.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-themes/murrinastormcloud/murrinastormcloud-0.3.ebuild b/x11-themes/murrinastormcloud/murrinastormcloud-0.3.ebuild
index 6661653..f9d94e2 100644
--- a/x11-themes/murrinastormcloud/murrinastormcloud-0.3.ebuild
+++ b/x11-themes/murrinastormcloud/murrinastormcloud-0.3.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=6
+
DESCRIPTION="Theme for Murrine GTK+ 2.x engine known from Xubuntu"
HOMEPAGE="http://xfce-look.org/content/show.php/MurrinaStormCloud?content=61418"
SRC_URI="http://xfce-look.org/CONTENT/content-files/61418-MurrinaStormCloud-0.3.tar.gz"
@@ -14,5 +16,5 @@ S="${WORKDIR}/"
src_install() {
insinto /usr/share/themes
- doins -r * || die "doins failed"
+ doins -r *
}